Home
last modified time | relevance | path

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

1234

/linux-6.12.1/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-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_streamoutput.c53 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()
297 so->committed = false; in vmw_dx_streamoutput_add()
366 entry->committed =false; in vmw_dx_streamoutput_cotable_list_scrub()
Dvmwgfx_so.c73 bool committed; /* Protected by binding_mutex */ member
140 view->committed = true; in vmw_view_commit_notify()
146 view->committed = false; in vmw_view_commit_notify()
171 if (!view->committed) { in vmw_view_create()
216 if (!view->committed || res->id == -1) in vmw_view_destroy()
358 view->committed = false; in vmw_view_add()
Dvmwgfx_shader.c53 bool committed; member
364 shader->committed = true; in vmw_dx_shader_commit_notify()
370 shader->committed = false; in vmw_dx_shader_commit_notify()
392 if (!list_empty(&shader->cotable_head) || !shader->committed) in vmw_dx_shader_unscrub()
426 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_create()
481 WARN_ON_ONCE(!shader->committed); in vmw_dx_shader_scrub()
555 entry->committed = false; in vmw_dx_shader_cotable_list_scrub()
608 shader->committed = false; in vmw_dx_shader_add()
/linux-6.12.1/fs/proc/
Dmeminfo.c37 unsigned long committed; in meminfo_proc_show() local
46 committed = vm_memory_committed(); in meminfo_proc_show()
128 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
/linux-6.12.1/drivers/cxl/core/
Dhdm.c839 bool committed; in init_hdm_decoder() local
859 committed = !!(ctrl & CXL_HDM_DECODER0_CTRL_COMMITTED); in init_hdm_decoder()
863 if (!committed) in init_hdm_decoder()
879 if (committed) { in init_hdm_decoder()
958 if (!committed) in init_hdm_decoder()
989 int committed, i; in cxl_settle_decoders() local
1002 for (i = 0, committed = 0; i < cxlhdm->decoder_count; i++) { in cxl_settle_decoders()
1005 committed++; in cxl_settle_decoders()
1009 if (committed != cxlhdm->decoder_count) in cxl_settle_decoders()
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Dwritecache.rst39 committed
42 committed if this time passes and no FLUSH request is
87 9. the number of write blocks that hit committed block
Dpersistent-data.rst53 On power failure your metadata will be as it was when last committed.
/linux-6.12.1/fs/nfs/
Dwrite.c948 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
950 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1542 enum nfs3_stable_how committed = hdr->res.verf->committed; in nfs_writeback_done() local
1544 if (committed == NFS_UNSTABLE) { in nfs_writeback_done()
1553 if (committed < hdr->args.stable) { in nfs_writeback_done()
1569 committed, hdr->args.stable); in nfs_writeback_done()
1619 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1632 resp->verf->committed = 0; in nfs_writeback_result()
Dcallback_proc.c704 cp_state->verf.committed = args->wr_writeverf.committed; in nfs4_copy_cb_args()
750 args->wr_writeverf.committed); in nfs4_callback_offload()
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/mm/damon/
Dreclaim.rst23 在一般的内存超量使用(over-committed systems,虚拟化相关术语)的系统上,主动回收冷页
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/mm/damon/
Dreclaim.rst23 在一般的內存超量使用(over-committed systems,虛擬化相關術語)的系統上,主動回收冷頁
/linux-6.12.1/Documentation/filesystems/xfs/
Dxfs-delayed-logging-design.rst77 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 …]
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_cx0_phy.c261 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write_once() argument
280 (committed ? XELPDP_PORT_M2P_COMMAND_WRITE_COMMITTED : in __intel_cx0_write_once()
294 if (committed) { in __intel_cx0_write_once()
319 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write() argument
329 status = __intel_cx0_write_once(encoder, lane, addr, data, committed); in __intel_cx0_write()
340 u8 lane_mask, u16 addr, u8 data, bool committed) in intel_cx0_write() argument
345 __intel_cx0_write(encoder, lane, addr, data, committed); in intel_cx0_write()
381 int lane, u16 addr, u8 clear, u8 set, bool committed) in __intel_cx0_rmw() argument
389 __intel_cx0_write(encoder, lane, addr, val, committed); in __intel_cx0_rmw()
393 u8 lane_mask, u16 addr, u8 clear, u8 set, bool committed) in intel_cx0_rmw() argument
[all …]
/linux-6.12.1/Documentation/filesystems/
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-6.12.1/drivers/md/dm-vdo/
Dstatistics.h37 u64 committed; member
Drecovery-journal.c1273 journal->events.blocks.committed += 1; in complete_write()
1274 journal->events.entries.committed += block->entries_in_commit; in complete_write()
1753 (unsigned long long) stats.entries.committed); in vdo_dump_recovery_journal_statistics()
1757 (unsigned long long) stats.blocks.committed); in vdo_dump_recovery_journal_statistics()
/linux-6.12.1/fs/dlm/
Dmidcomms.c203 bool committed; member
942 if (!mh->committed) in dlm_midcomms_unack_msg_resend()
1022 mh->committed = false; in dlm_midcomms_get_mhandle()
1091 mh->committed = true; in dlm_midcomms_commit_msg_3_2()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-cxl122 transitions between software programmed and hardware committed
138 transitions between software programmed and hardware committed
221 decoders are in the "committed" state (See CXL 3.0 8.2.4.19.7
537 committed in spec mandated order (last committed decoder id +
539 Reading this value indicates whether the region is committed or
/linux-6.12.1/Documentation/mm/
Dovercommit-accounting.rst37 The current overcommit limit and amount committed are viewable in
/linux-6.12.1/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-6.12.1/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-6.12.1/fs/nfsd/
Dxdr3.h155 int committed; member
/linux-6.12.1/drivers/tty/vt/
Dkeyboard.c963 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()

1234