Home
last modified time | relevance | path

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

1234

/Linux-v5.15/drivers/hv/
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-v5.15/drivers/gpu/drm/vmwgfx/
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()
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()
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-v5.15/fs/proc/
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-v5.15/Documentation/admin-guide/device-mapper/
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
Dpersistent-data.rst53 On power failure your metadata will be as it was when last committed.
/Linux-v5.15/Documentation/filesystems/
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
269 such, we cannot reuse the AIL list pointers for tracking committed items, nor
271 committed item tracking needs it's own locks, lists and state fields in the log
274 Similar to the AIL, tracking of committed items is done through a new list
276 committed and have formatted memory buffers attached to them. It tracks objects
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
[all …]
Docfs2.rst69 system prior to its metadata being committed to the
73 committed to the journal.
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-v5.15/drivers/net/ethernet/mellanox/mlxsw/
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-v5.15/fs/nfs/
Dwrite.c979 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
981 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()
Dcallback_proc.c698 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
Dinternal.h543 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers()
579 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
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-v5.15/Documentation/vm/
Dovercommit-accounting.rst39 The current overcommit limit and amount committed are viewable in
/Linux-v5.15/fs/dlm/
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-v5.15/Documentation/bpf/
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-v5.15/fs/nfsd/
Dxdr3.h155 int committed; member
/Linux-v5.15/Documentation/driver-api/acpi/
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-v5.15/Documentation/arm64/
Dsilicon-errata.rst46 will be updated when new workarounds are committed and backported to
/Linux-v5.15/Documentation/block/
Dwriteback_cache_control.rst38 signaled after the data has been committed to non-volatile storage.
/Linux-v5.15/Documentation/scsi/
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-v5.15/drivers/tty/vt/
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-v5.15/Documentation/trace/
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,

1234