/Linux-v6.1/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-v6.1/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_streamoutput.c | 52 bool committed; member 97 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub() 123 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_create() 171 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_scrub() 226 so->committed = true; in vmw_dx_streamoutput_commit_notify() 232 so->committed = false; in vmw_dx_streamoutput_commit_notify() 295 so->committed = false; in vmw_dx_streamoutput_add() 364 entry->committed =false; in vmw_dx_streamoutput_cotable_list_scrub()
|
D | vmwgfx_so.c | 72 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() 356 view->committed = false; in vmw_view_add()
|
D | vmwgfx_shader.c | 52 bool committed; member 361 shader->committed = true; in vmw_dx_shader_commit_notify() 367 shader->committed = false; in vmw_dx_shader_commit_notify() 389 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub() 423 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_create() 478 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_scrub() 552 entry->committed = false; in vmw_dx_shader_cotable_list_scrub() 605 shader->committed = false; in vmw_dx_shader_add()
|
/Linux-v6.1/fs/proc/ |
D | meminfo.c | 35 unsigned long committed; in meminfo_proc_show() local 44 committed = vm_memory_committed(); in meminfo_proc_show() 127 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
|
/Linux-v6.1/drivers/cxl/core/ |
D | hdm.c | 683 bool committed; in init_hdm_decoder() local 698 committed = !!(ctrl & CXL_HDM_DECODER0_CTRL_COMMITTED); in init_hdm_decoder() 702 if (!committed) in init_hdm_decoder() 716 if (committed) { in init_hdm_decoder() 761 if (!committed) in init_hdm_decoder() 792 int i, committed; in devm_cxl_enumerate_decoders() local 803 for (i = 0, committed = 0; i < cxlhdm->decoder_count; i++) { in devm_cxl_enumerate_decoders() 806 committed++; in devm_cxl_enumerate_decoders() 810 if (committed != cxlhdm->decoder_count) in devm_cxl_enumerate_decoders()
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | writecache.rst | 39 committed 42 committed if this time passes and no FLUSH request is 87 9. the number of write blocks that hit committed block
|
D | persistent-data.rst | 53 On power failure your metadata will be as it was when last committed.
|
/Linux-v6.1/fs/nfs/ |
D | write.c | 979 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() 1556 enum nfs3_stable_how committed = hdr->res.verf->committed; in nfs_writeback_done() local 1558 if (committed == NFS_UNSTABLE) { in nfs_writeback_done() 1567 if (committed < hdr->args.stable) { in nfs_writeback_done() 1583 committed, hdr->args.stable); in nfs_writeback_done() 1633 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result() 1646 resp->verf->committed = 0; in nfs_writeback_result()
|
D | callback_proc.c | 690 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args() 736 args->wr_writeverf.committed); in nfs4_callback_offload()
|
D | internal.h | 558 buckets[i].direct_verf.committed = NFS_INVALID_STABLE_HOW; in pnfs_bucket_clear_pnfs_ds_commit_verifiers() 596 return verf->committed > NFS_UNSTABLE && in nfs_write_match_verf()
|
D | nfs3xdr.c | 1700 result->verf->committed = be32_to_cpup(p++); in decode_write3resok() 1701 if (unlikely(result->verf->committed > NFS_FILE_SYNC)) in decode_write3resok() 1707 dprintk("NFS: bad stable_how value: %u\n", result->verf->committed); in decode_write3resok() 2349 verf->committed = NFS_FILE_SYNC; in nfs3_xdr_dec_commit3res()
|
/Linux-v6.1/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
D | reclaim.rst | 23 在一般的内存超量使用(over-committed systems,虚拟化相关术语)的系统上,主动回收冷页
|
/Linux-v6.1/Documentation/filesystems/ |
D | xfs-delayed-logging-design.rst | 77 tracked via the transaction handle. Once the transaction is committed, all 115 modification the loop made that was committed to the journal. 130 xfs_trans_commit() does not guarantee that the modification has been committed 136 that were committed prior to that change will also be seen. 139 ensuring that a long running permanent transaction is fully committed once it is 141 a "log force" to flush the outstanding committed transactions to stable storage 367 buffers are full and under IO, then no more transactions can be committed until 378 multiple times before they are committed to disk in the log buffers. If we 380 transactions A through D are committed to disk in the same log buffer. 538 to be the object that is used to track committed objects as it will always [all …]
|
D | ocfs2.rst | 69 system prior to its metadata being committed to the 73 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-v6.1/fs/dlm/ |
D | midcomms.c | 201 bool committed; member 1005 if (!mh->committed) in dlm_midcomms_unack_msg_resend() 1088 mh->committed = false; in dlm_midcomms_get_mhandle() 1137 mh->committed = true; in dlm_midcomms_commit_msg_3_2()
|
/Linux-v6.1/Documentation/mm/ |
D | overcommit-accounting.rst | 38 The current overcommit limit and amount committed are viewable in
|
/Linux-v6.1/Documentation/bpf/ |
D | ringbuf.rst | 92 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-v6.1/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-v6.1/fs/nfsd/ |
D | xdr3.h | 155 int committed; member
|
/Linux-v6.1/Documentation/block/ |
D | writeback_cache_control.rst | 38 signaled after the data has been committed to non-volatile storage.
|
/Linux-v6.1/Documentation/scsi/ |
D | FlashPoint.rst | 24 "Mylex is committed to supporting the Linux community," says Peter Shambora, 131 However, BusLogic does remain committed to providing a high performance
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | sysfs-bus-cxl | 387 committed in spec mandated order (last committed decoder id + 389 Reading this value indicates whether the region is committed or
|
/Linux-v6.1/drivers/tty/vt/ |
D | keyboard.c | 963 static unsigned committed; in k_brlcommit() local 968 committed |= pattern; in k_brlcommit() 971 k_unicode(vc, BRL_UC_ROW | committed, up_flag); in k_brlcommit() 973 committed = 0; in k_brlcommit()
|