Home
last modified time | relevance | path

Searched refs:committed (Results 1 – 25 of 142) 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/phosphor-logging/yaml/xyz/openbmc_project/Logging/Internal/
H A DManager.interface.yaml9 fields to flash. The "level" of the committed error log is same as the
15 The unique identifier of the journal entry(ies) to be committed.
20 to be committed.
35 The unique identifier of the journal entry(ies) to be committed.
40 to be 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.c803 bool committed; in init_hdm_decoder() local
823 committed = !!(ctrl & CXL_HDM_DECODER0_CTRL_COMMITTED); in init_hdm_decoder()
827 if (!committed) in init_hdm_decoder()
843 if (committed) { in init_hdm_decoder()
918 if (!committed) in init_hdm_decoder()
949 int committed, i; in cxl_settle_decoders() local
962 for (i = 0, committed = 0; i < cxlhdm->decoder_count; i++) { in cxl_settle_decoders()
965 committed++; in cxl_settle_decoders()
969 if (committed != cxlhdm->decoder_count) in cxl_settle_decoders()
/openbmc/openbmc/meta-yadro/
H A DREADME.md3 YADRO is a technology company committed to influencing the way enterprises
/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/qemu/tests/qemu-iotests/
H A D313.out23 Image committed.
H A D097.out16 Image committed.
53 Image committed.
91 Image committed.
129 Image committed.
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.
/openbmc/smbios-mdr/src/smbios-ipmi-blobs/
H A Dhandler.cpp188 (blobs::StateFlags::committing | blobs::StateFlags::committed)) in commit()
254 blobPtr->state |= blobs::StateFlags::committed; in commit()
/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-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/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/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/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/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/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors.out6 Image committed.
/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.
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
557 Similar to the AIL, tracking of committed items is done through a new list
731 checkpoint sequence needs to be committed before they can continue. As a
1004 Mark log item committed
[all …]
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_helper_unittest.cpp55 blobs::StateFlags::committed; in TEST_F()

123456