Home
last modified time | relevance | path

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

123

/Linux-v5.10/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.10/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.c71 bool committed; /* Protected by binding_mutex */ member
137 view->committed = true; in vmw_view_commit_notify()
143 view->committed = false; in vmw_view_commit_notify()
168 if (!view->committed) { in vmw_view_create()
213 if (!view->committed || res->id == -1) in vmw_view_destroy()
370 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.10/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.10/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.10/fs/nfs/
Dwrite.c975 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
977 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1571 if (hdr->res.verf->committed < hdr->args.stable && in nfs_writeback_done()
1588 hdr->res.verf->committed, hdr->args.stable); in nfs_writeback_done()
1637 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1650 resp->verf->committed = 0; in nfs_writeback_result()
Dcallback_proc.c692 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
Dinternal.h521 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers()
557 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
Dnfs3xdr.c1695 result->verf->committed = be32_to_cpup(p++); in decode_write3resok()
1696 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok()
1702 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok()
2352 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
/Linux-v5.10/Documentation/vm/
Dovercommit-accounting.rst39 The current overcommit limit and amount committed are viewable in
/Linux-v5.10/tools/testing/selftests/bpf/
DREADME.rst35 addresses it on the compiler side. It was committed on llvm 12.
/Linux-v5.10/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.10/fs/nfsd/
Dxdr3.h161 int committed; member
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dpersistent-data.rst53 On power failure your metadata will be as it was when last committed.
/Linux-v5.10/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.10/Documentation/arm64/
Dsilicon-errata.rst46 will be updated when new workarounds are committed and backported to
/Linux-v5.10/Documentation/block/
Dwriteback_cache_control.rst38 signaled after the data has been committed to non-volatile storage.
/Linux-v5.10/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.10/drivers/tty/vt/
Dkeyboard.c937 static unsigned committed; in k_brlcommit() local
942 committed |= pattern; in k_brlcommit()
945 k_unicode(vc, BRL_UC_ROW | committed, up_flag); in k_brlcommit()
947 committed = 0; in k_brlcommit()
/Linux-v5.10/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,
/Linux-v5.10/fs/nfs/flexfilelayout/
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()
1487 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb()
1488 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb()
1555 hdr->res.verf->committed); in ff_layout_write_record_layoutstats_done()
/Linux-v5.10/arch/arc/kernel/
Dentry.S167 ; using ERET won't work since next-PC has already committed

123