Home
last modified time | relevance | path

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

123456

/openbmc/linux/drivers/hv/
H A 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,
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A 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()
H A 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()
H A 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()
/openbmc/linux/fs/proc/
H A Dmeminfo.c37 unsigned long committed; in meminfo_proc_show() local
46 committed = vm_memory_committed(); in meminfo_proc_show()
129 show_val_kb(m, "Committed_AS: ", committed); in meminfo_proc_show()
/openbmc/linux/drivers/cxl/core/
H A Dhdm.c850 bool committed; in init_hdm_decoder() local
870 committed = !!(ctrl & CXL_HDM_DECODER0_CTRL_COMMITTED); in init_hdm_decoder()
874 if (!committed) in init_hdm_decoder()
890 if (committed) { in init_hdm_decoder()
965 if (!committed) in init_hdm_decoder()
996 int committed, i; in cxl_settle_decoders() local
1009 for (i = 0, committed = 0; i < cxlhdm->decoder_count; i++) { in cxl_settle_decoders()
1012 committed++; in cxl_settle_decoders()
1016 if (committed != cxlhdm->decoder_count) in cxl_settle_decoders()
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A 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
/openbmc/openbmc/meta-yadro/
H A DREADME.md3 YADRO is a technology company committed to influencing the way enterprises
/openbmc/qemu/tests/qemu-iotests/
H A D176.out16 Image committed.
56 Image committed.
97 Image committed.
138 Image committed.
182 Image committed.
231 Image committed.
281 Image committed.
331 Image committed.
H A D097.out16 Image committed.
53 Image committed.
91 Image committed.
129 Image committed.
H A D313.out23 Image committed.
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/
H A Dhandler.cpp187 (blobs::StateFlags::committing | blobs::StateFlags::committed)) in commit()
253 blobPtr->state |= blobs::StateFlags::committed; in commit()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Logging/
H A DREADME.md4 - Creates error entry D-Bus objects when an error is reported/committed.
50 - Logging entry D-Bus objects are created for the committed errors.
/openbmc/linux/fs/nfs/
H A Dwrite.c983 if (hdr->verf.committed == NFS_DATA_SYNC) in nfs_write_need_commit()
985 return hdr->verf.committed != NFS_FILE_SYNC; in nfs_write_need_commit()
1563 enum nfs3_stable_how committed = hdr->res.verf->committed; in nfs_writeback_done() local
1565 if (committed == NFS_UNSTABLE) { in nfs_writeback_done()
1574 if (committed < hdr->args.stable) { in nfs_writeback_done()
1590 committed, hdr->args.stable); in nfs_writeback_done()
1640 if (resp->verf->committed != NFS_UNSTABLE) { in nfs_writeback_result()
1653 resp->verf->committed = 0; in nfs_writeback_result()
/openbmc/phosphor-ipmi-blobs/blobs-ipmid/
H A Dblobs.hpp39 committed = (1 << 3), enumerator
/openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/
H A D0003-llvm-fix-include-benchmarks.patch7 replace the workaround with actual fix once committed in LLVM.
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_stat_unittest.cpp68 EXPECT_EQ(blobs::StateFlags::committed | blobs::StateFlags::open_read, in TEST_P()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_stat_unittest.cpp82 EXPECT_EQ(blobs::StateFlags::committed | blobs::StateFlags::open_read, in TEST_P()
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/damon/
H A Dreclaim.rst23 在一般的内存超量使用(over-committed systems,虚拟化相关术语)的系统上,主动回收冷页
/openbmc/linux/Documentation/filesystems/
H A 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 …]
/openbmc/webui-vue/docs/guide/coding-standards/
H A Dreadme.md33 The linting script runs when code is committed, during pre-commit, and when the
/openbmc/openbmc/poky/meta/recipes-extended/bc/bc/
H A D0001-dc-fix-exit-code-of-q-command.patch14 (it is committed for whenever the next bc/dc release gets made).
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out6 Image committed.
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_updater_unittest.cpp239 blobs::StateFlags::open_read | blobs::StateFlags::committed; in TEST_F()
257 blobs::StateFlags::open_read | blobs::StateFlags::committed; in TEST_F()
292 blobs::StateFlags::open_read | blobs::StateFlags::committed; in TEST_F()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_cx0_phy.c201 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write_once() argument
218 (committed ? XELPDP_PORT_M2P_COMMAND_WRITE_COMMITTED : in __intel_cx0_write_once()
232 if (committed) { in __intel_cx0_write_once()
250 int lane, u16 addr, u8 data, bool committed) in __intel_cx0_write() argument
259 status = __intel_cx0_write_once(i915, port, lane, addr, data, committed); in __intel_cx0_write()
270 u8 lane_mask, u16 addr, u8 data, bool committed) in intel_cx0_write() argument
275 __intel_cx0_write(i915, port, lane, addr, data, committed); in intel_cx0_write()
308 int lane, u16 addr, u8 clear, u8 set, bool committed) in __intel_cx0_rmw() argument
316 __intel_cx0_write(i915, port, lane, addr, val, committed); in __intel_cx0_rmw()
320 u8 lane_mask, u16 addr, u8 clear, u8 set, bool committed) in intel_cx0_rmw() argument
[all …]

123456