Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 81) sorted by relevance

1234

/linux/drivers/hv/
A Dhv_trace_balloon.h10 TP_PROTO(u64 available, u64 committed,
15 TP_ARGS(available, committed, vm_memory_committed,
19 __field(u64, committed)
27 __entry->committed = committed;
35 __entry->available, __entry->committed,
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_streamoutput.c52 bool committed; member
99 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub()
125 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_create()
173 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_scrub()
228 so->committed = true; in vmw_dx_streamoutput_commit_notify()
234 so->committed = false; in vmw_dx_streamoutput_commit_notify()
316 so->committed = false; in vmw_dx_streamoutput_add()
385 entry->committed =false; in vmw_dx_streamoutput_cotable_list_scrub()
A Dvmwgfx_so.c72 bool committed; /* Protected by binding_mutex */ member
138 view->committed = true; in vmw_view_commit_notify()
144 view->committed = false; in vmw_view_commit_notify()
169 if (!view->committed) { in vmw_view_create()
214 if (!view->committed || res->id == -1) in vmw_view_destroy()
371 view->committed = false; in vmw_view_add()
A Dvmwgfx_shader.c52 bool committed; member
366 shader->committed = true; in vmw_dx_shader_commit_notify()
372 shader->committed = false; in vmw_dx_shader_commit_notify()
394 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub()
428 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_create()
483 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_scrub()
557 entry->committed = false; in vmw_dx_shader_cotable_list_scrub()
629 shader->committed = false; in vmw_dx_shader_add()
/linux/fs/proc/
A Dmeminfo.c35 unsigned long committed; in meminfo_proc_show() local
44 committed = vm_memory_committed(); in meminfo_proc_show()
118 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
/linux/Documentation/admin-guide/device-mapper/
A Dwritecache.rst38 committed
41 committed if this time passes and no FLUSH request is
85 9. the number of write requests that hit committed block
A Dpersistent-data.rst53 On power failure your metadata will be as it was when last committed.
/linux/Documentation/filesystems/
A Dxfs-delayed-logging-design.rst84 buffers are full and under IO, then no more transactions can be committed until
95 multiple times before they are committed to disk in the log buffers. If we
97 transactions A through D are committed to disk in the same log buffer.
255 to be the object that is used to track committed objects as it will always
274 Similar to the AIL, tracking of committed items is done through a new list
335 committed items and effectively allow new transactions to be issued while we
402 run transaction committed processing for the log items (i.e. insert into AIL
448 checkpoint sequence needs to be committed before they can continue. As a
467 are also committed to disk before the one we need to wait for. Therefore we
721 Mark log item committed
[all …]
A Docfs2.rst69 system prior to its metadata being committed to the
73 committed to the journal.
A Djournalling.rst85 for transactions to complete and be committed from other tasks, so
104 end of the last fully committed transaction. One simple way of doing
110 a callback function when the transaction is finally committed to disk,
/linux/fs/nfs/
A Dcallback_proc.c698 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
744 args->wr_writeverf.committed); in nfs4_callback_offload()
A Dwrite.c980 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
982 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1579 if (hdr->res.verf->committed < hdr->args.stable && in nfs_writeback_done()
1596 hdr->res.verf->committed, hdr->args.stable); in nfs_writeback_done()
1645 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1658 resp->verf->committed = 0; in nfs_writeback_result()
A Dinternal.h535 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers()
571 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
A Dnfs3xdr.c1699 result->verf->committed = be32_to_cpup(p++); in decode_write3resok()
1700 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
1706 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok()
2357 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router_xm.c56 bool committed; member
686 fib_entry->committed = true; in mlxsw_sp_router_ll_xm_fib_entry_commit()
711 return fib_entry->committed; in mlxsw_sp_router_ll_xm_fib_entry_is_committed()
/linux/fs/dlm/
A Dmidcomms.c199 bool committed; member
1000 if (!mh->committed) in dlm_midcomms_unack_msg_resend()
1124 mh->committed = true; in dlm_midcomms_commit_msg_3_2()
/linux/Documentation/bpf/
A Dringbuf.rst92 array/hash maps. Once ready, this piece of memory is either committed or
182 already committed. It is thus possible for slow producers to temporarily hold
198 the record being committed. If not, consumer still has to catch up and thus
/linux/Documentation/vm/
A Dovercommit-accounting.rst39 The current overcommit limit and amount committed are viewable in
/linux/Documentation/driver-api/acpi/
A Dlinuxized-acpica.rst216 they are left as committed ACPICA divergences unless the ACPICA side can
242 you want to cherry pick must be committed into the local repository.
/linux/drivers/tty/vt/
A Dkeyboard.c956 static unsigned committed; in k_brlcommit() local
961 committed |= pattern; in k_brlcommit()
964 k_unicode(vc, BRL_UC_ROW | committed, up_flag); in k_brlcommit()
966 committed = 0; in k_brlcommit()
/linux/fs/nfsd/
A Dxdr3.h155 int committed; member
/linux/Documentation/scsi/
A DFlashPoint.rst24 "Mylex is committed to supporting the Linux community," says Peter Shambora,
131 However, BusLogic does remain committed to providing a high performance
/linux/Documentation/block/
A Dwriteback_cache_control.rst38 signaled after the data has been committed to non-volatile storage.
/linux/Documentation/trace/
A Dring-buffer-design.rst306 committed without preempting another write. When a write that
307 preempted another write is committed, it only becomes a pending commit
308 and will not be a full commit until all writes have been committed.
340 has been less than a full page that has been committed inside the ring buffer,
/linux/fs/nfs/flexfilelayout/
A Dflexfilelayout.c705 enum nfs3_stable_how committed) in nfs4_ff_layout_stat_io_end_write() argument
707 if (committed == NFS_UNSTABLE) in nfs4_ff_layout_stat_io_end_write()
1481 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1482 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb()
1549 hdr->res.verf->committed); in ff_layout_write_record_layoutstats_done()

Completed in 52 milliseconds

1234