Home
last modified time | relevance | path

Searched refs:committing (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/smbios-mdr/src/smbios-ipmi-blobs/
H A Dhandler.cpp187 (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 Dtools_helper_unittest.cpp79 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 Dpnfs_nfs.c65 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 Dfirmware_state_verificationstarted_unittest.cpp77 expectedMeta.blobState = flags | blobs::StateFlags::committing; in TEST_F()
94 expectedMeta.blobState = flags | blobs::StateFlags::committing; in TEST_F()
H A Dfirmware_state_updatestarted_unittest.cpp178 expectedMeta.blobState = flags | blobs::StateFlags::committing; in TEST_F()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c980 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 Dfirmware_handler.cpp237 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 Dblobs.hpp38 committing = (1 << 2), enumerator
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-ina2xx-adc7 Ready Flag to being set prior to committing a new value to the sample
/openbmc/phosphor-ipmi-flash/bmc/version-handler/test/
H A Dversion_stat_unittest.cpp30 EXPECT_EQ(blobs::StateFlags::committing, meta.blobState); in SetUp()
/openbmc/phosphor-ipmi-flash/bmc/log-handler/test/
H A Dlog_stat_unittest.cpp44 EXPECT_EQ(blobs::StateFlags::committing, meta.blobState); in SetUp()
/openbmc/linux/kernel/trace/
H A Dring_buffer.c517 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 Dxfs_log_cil.c104 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 Dxfs_log_priv.h232 struct list_head committing; /* ctx committing list */ member
/openbmc/phosphor-ipmi-flash/tools/
H A Dhelper.cpp139 if (resp.blob_state & ipmiblob::StateFlags::committing) in pollReadReady()
/openbmc/qemu/tests/qemu-iotests/
H A D198.out23 == committing layer into base ==
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handler.cpp163 meta->blobState = blobs::StateFlags::committing; in stat()
/openbmc/webui-vue/docs/guide/quickstart/
H A Dstore-anatomy.md33 - **Mutations:** The only way to mutate the state is by committing mutations,
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handler.cpp204 meta->blobState = blobs::StateFlags::committing; in stat()
/openbmc/linux/Documentation/admin-guide/media/
H A Dsaa7134.rst72 This is done by committing a patch at a clone of the git tree and
/openbmc/linux/Documentation/block/
H A Dublk.rst46 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 Dallocators.rst27 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 Dostree_2024.10.bb3 tools that combines a \"git-like\" model for committing and downloading \
/openbmc/linux/Documentation/filesystems/
H A Dxfs-delayed-logging-design.rst736 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 DREADME.md157 practical prior to archiving and compression. It is worth committing the

12