/Linux-v5.4/drivers/hv/ |
D | hv_trace_balloon.h | 10 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.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_so.c | 71 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() 369 view->committed = false; in vmw_view_add()
|
D | vmwgfx_shader.c | 52 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.4/fs/proc/ |
D | meminfo.c | 36 unsigned long committed; in meminfo_proc_show() local 45 committed = percpu_counter_read_positive(&vm_committed_as); in meminfo_proc_show() 116 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
|
/Linux-v5.4/fs/nfs/ |
D | direct.c | 198 WARN_ON_ONCE(verfp->committed >= 0); in nfs_direct_set_hdr_verf() 200 WARN_ON_ONCE(verfp->committed < 0); in nfs_direct_set_hdr_verf() 224 if (verfp->committed < 0) { in nfs_direct_set_or_cmp_hdr_verf() 248 if (verfp->committed < 0) in nfs_direct_cmp_commit_data_verf() 308 dreq->verf.committed = NFS_INVALID_STABLE_HOW; /* not set yet */ in nfs_direct_req_alloc() 636 dreq->verf.committed = NFS_INVALID_STABLE_HOW; in nfs_direct_write_reschedule() 826 hdr->verf.committed = NFS_UNSTABLE; in nfs_direct_write_reschedule_io()
|
D | write.c | 976 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit() 978 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit() 1574 if (hdr->res.verf->committed < hdr->args.stable && in nfs_writeback_done() 1591 hdr->res.verf->committed, hdr->args.stable); in nfs_writeback_done() 1640 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
|
D | callback_proc.c | 689 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
|
/Linux-v5.4/Documentation/filesystems/ |
D | xfs-delayed-logging-design.txt | 81 buffers are full and under IO, then no more transactions can be committed until 92 multiple times before they are committed to disk in the log buffers. If we 94 transactions A through D are committed to disk in the same log buffer. 250 to be the object that is used to track committed objects as it will always 264 such, we cannot reuse the AIL list pointers for tracking committed items, nor 266 committed item tracking needs it's own locks, lists and state fields in the log 269 Similar to the AIL, tracking of committed items is done through a new list 271 committed and have formatted memory buffers attached to them. It tracks objects 329 committed items and effectively allow new transactions to be issued while we 396 run transaction committed processing for the log items (i.e. insert into AIL [all …]
|
D | ocfs2.txt | 59 system prior to its metadata being committed to the 63 committed to the journal.
|
D | journalling.rst | 85 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.4/fs/nfs/filelayout/ |
D | filelayout.c | 234 hdr->res.verf->committed == NFS_FILE_SYNC) in filelayout_set_layoutcommit() 236 if (hdr->res.verf->committed == NFS_DATA_SYNC) in filelayout_set_layoutcommit() 795 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in filelayout_alloc_commit_info() 806 buckets[i].direct_verf.committed = in filelayout_alloc_commit_info() 807 cinfo->ds->buckets[i].direct_verf.committed; in filelayout_alloc_commit_info()
|
/Linux-v5.4/Documentation/vm/ |
D | overcommit-accounting.rst | 39 The current overcommit limit and amount committed are viewable in
|
/Linux-v5.4/fs/nfsd/ |
D | xdr3.h | 161 int committed; member
|
D | nfs3proc.c | 199 resp->committed = argp->stable; in nfsd3_proc_write() 206 resp->committed); in nfsd3_proc_write()
|
/Linux-v5.4/Documentation/admin-guide/device-mapper/ |
D | persistent-data.rst | 53 On power failure your metadata will be as it was when last committed.
|
/Linux-v5.4/Documentation/driver-api/acpi/ |
D | linuxized-acpica.rst | 216 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.4/Documentation/arm64/ |
D | silicon-errata.rst | 46 will be updated when new workarounds are committed and backported to
|
/Linux-v5.4/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 737 enum nfs3_stable_how committed) in nfs4_ff_layout_stat_io_end_write() argument 739 if (committed == NFS_UNSTABLE) in nfs4_ff_layout_stat_io_end_write() 786 buckets[i].direct_verf.committed = in ff_layout_alloc_commit_info() 1520 if (hdr->res.verf->committed == NFS_FILE_SYNC || in ff_layout_write_done_cb() 1521 hdr->res.verf->committed == NFS_DATA_SYNC) in ff_layout_write_done_cb() 1585 hdr->res.verf->committed); in ff_layout_write_record_layoutstats_done()
|
/Linux-v5.4/Documentation/block/ |
D | writeback_cache_control.rst | 38 signaled after the data has been committed to non-volatile storage.
|
/Linux-v5.4/Documentation/scsi/ |
D | FlashPoint.txt | 18 "Mylex is committed to supporting the Linux community," says Peter Shambora, 118 However, BusLogic does remain committed to providing a high performance
|
/Linux-v5.4/drivers/tty/vt/ |
D | keyboard.c | 925 static unsigned committed; in k_brlcommit() local 930 committed |= pattern; in k_brlcommit() 933 k_unicode(vc, BRL_UC_ROW | committed, up_flag); in k_brlcommit() 935 committed = 0; in k_brlcommit()
|
/Linux-v5.4/Documentation/trace/ |
D | ring-buffer-design.txt | 282 committed without preempting another write. When a write that 283 preempted another write is committed, it only becomes a pending commit 284 and will not be a full commit until all writes have been committed. 315 has been less than a full page that has been committed inside the ring buffer,
|
/Linux-v5.4/arch/arc/kernel/ |
D | entry.S | 155 ; using ERET won't work since next-PC has already committed
|
/Linux-v5.4/block/ |
D | blk-iocost.c | 520 bool committed; member 1136 wait->committed = true; in iocg_wake_fn() 1777 wait.committed = false; /* will be set true by waker */ in ioc_rqos_throttle() 1786 if (wait.committed) in ioc_rqos_throttle()
|
/Linux-v5.4/Documentation/admin-guide/ |
D | ext4.rst | 171 All data are committed into the journal prior to being written into the 177 metadata being committed to the journal. 181 system after its metadata has been committed to the journal. 332 is committed. This provides roughly the same level of guarantees as
|