/openbmc/smbios-mdr/src/smbios-ipmi-blobs/ |
H A D | handler.cpp | 187 (blobs::StateFlags::committing | blobs::StateFlags::committed)) in commit() 233 blobPtr->state |= blobs::StateFlags::committing; in commit() 246 blobPtr->state &= ~blobs::StateFlags::committing; in commit() 252 blobPtr->state &= ~blobs::StateFlags::committing; in commit()
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_helper_unittest.cpp | 79 blobResponseRunning.blob_state = blobs::StateFlags::committing; in TEST_F() 96 blobResponseRunning.blob_state = blobs::StateFlags::committing; in TEST_F()
|
/openbmc/linux/fs/nfs/ |
H A D | pnfs_nfs.c | 65 if (list_empty(&bucket->committing) && list_empty(&bucket->written)) { in pnfs_free_bucket_lseg() 111 INIT_LIST_HEAD(&b->committing); in pnfs_alloc_commit_array() 246 struct list_head *dst = &bucket->committing; in pnfs_bucket_scan_ds_commit_list() 369 list_for_each_entry(req, &b->committing, wb_list) { in pnfs_bucket_search_commit_reqs() 409 list_for_each(pos, &bucket->committing) in pnfs_bucket_get_committing() 411 list_splice_init(&bucket->committing, head); in pnfs_bucket_get_committing() 440 if (list_empty(&bucket->committing)) in pnfs_generic_retry_commit() 462 if (list_empty(&bucket->committing)) in pnfs_bucket_alloc_ds_commits() 465 if (!list_empty(&bucket->committing)) { in pnfs_bucket_alloc_ds_commits()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/ |
H A D | firmware_state_verificationstarted_unittest.cpp | 77 expectedMeta.blobState = flags | blobs::StateFlags::committing; in TEST_F() 94 expectedMeta.blobState = flags | blobs::StateFlags::committing; in TEST_F()
|
H A D | firmware_state_updatestarted_unittest.cpp | 178 expectedMeta.blobState = flags | blobs::StateFlags::committing; in TEST_F()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | keyboard.c | 980 static unsigned pressed, committing; in k_brl() local 1000 committing = pressed; in k_brl() 1002 if (!committing || in k_brl() 1005 committing = pressed; in k_brl() 1009 if (!pressed && committing) { in k_brl() 1010 k_brlcommit(vc, committing, 0); in k_brl() 1011 committing = 0; in k_brl() 1014 if (committing) { in k_brl() 1015 k_brlcommit(vc, committing, 0); in k_brl() 1016 committing = 0; in k_brl()
|
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | firmware_handler.cpp | 237 item->second->flags &= ~blobs::StateFlags::committing; in stat() 611 item->second->flags |= blobs::StateFlags::committing; in commit() 621 item->second->flags |= blobs::StateFlags::committing; in commit()
|
/openbmc/phosphor-ipmi-blobs/blobs-ipmid/ |
H A D | blobs.hpp | 38 committing = (1 << 2), enumerator
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-ina2xx-adc | 7 Ready Flag to being set prior to committing a new value to the sample
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/ |
H A D | version_stat_unittest.cpp | 30 EXPECT_EQ(blobs::StateFlags::committing, meta.blobState); in SetUp()
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/ |
H A D | log_stat_unittest.cpp | 44 EXPECT_EQ(blobs::StateFlags::committing, meta.blobState); in SetUp()
|
/openbmc/linux/kernel/trace/ |
H A D | ring_buffer.c | 517 local_t committing; member 809 nest = local_read(&cpu_buffer->committing); in ring_buffer_event_time_stamp() 2833 local_inc(&cpu_buffer->committing); in rb_move_tail() 2952 unsigned int nest = local_read(&cpu_buffer->committing) - 1; in rb_update_event() 3073 local_inc(&cpu_buffer->committing); in rb_start_commit() 3139 !local_read(&cpu_buffer->committing))) in rb_end_commit() 3146 if (local_read(&cpu_buffer->committing) == 1) in rb_end_commit() 3149 local_dec(&cpu_buffer->committing); in rb_end_commit() 3160 !local_read(&cpu_buffer->committing)) { in rb_end_commit() 3161 local_inc(&cpu_buffer->committing); in rb_end_commit() [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log_cil.c | 104 INIT_LIST_HEAD(&ctx->committing); in xlog_cil_ctx_alloc() 741 list_del(&ctx->committing); in xlog_cil_committed() 860 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_order_write() 1202 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push_work() 1674 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_seq()
|
H A D | xfs_log_priv.h | 232 struct list_head committing; /* ctx committing list */ member
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | helper.cpp | 139 if (resp.blob_state & ipmiblob::StateFlags::committing) in pollReadReady()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 198.out | 23 == committing layer into base ==
|
/openbmc/phosphor-ipmi-flash/bmc/version-handler/ |
H A D | version_handler.cpp | 163 meta->blobState = blobs::StateFlags::committing; in stat()
|
/openbmc/webui-vue/docs/guide/quickstart/ |
H A D | store-anatomy.md | 33 - **Mutations:** The only way to mutate the state is by committing mutations,
|
/openbmc/phosphor-ipmi-flash/bmc/log-handler/ |
H A D | log_handler.cpp | 204 meta->blobState = blobs::StateFlags::committing; in stat()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | saa7134.rst | 72 This is done by committing a patch at a clone of the git tree and
|
/openbmc/linux/Documentation/block/ |
H A D | ublk.rst | 46 Both the IO request forward and IO handling result committing are done via 247 and each command is only for forwarding the IO and committing the result 269 is reused for both fetching request and committing back IO result.
|
/openbmc/linux/Documentation/filesystems/ext4/ |
H A D | allocators.rst | 27 the dirty buffers are being written out to disk. By not committing to a
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ostree/ |
H A D | ostree_2024.10.bb | 3 tools that combines a \"git-like\" model for committing and downloading \
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-delayed-logging-design.rst | 736 that are currently committing to the log. When we flush a checkpoint, the 737 context gets added to a "committing" list which can be searched. When a 738 checkpoint commit completes, it is removed from the committing list. Because 751 need to check that all the prior contexts in the committing list are also 958 before writing the commit record. This loop walks the list of committing 969 the committing list (i.e. they've completed). A simple wait variable and 1077 committing of the log items to the log itself and the completion processing.
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | README.md | 157 practical prior to archiving and compression. It is worth committing the
|