Home
last modified time | relevance | path

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

12

/linux/fs/nfs/
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()
362 list_for_each(pos, &bucket->committing) in pnfs_bucket_get_committing()
364 list_splice_init(&bucket->committing, head); in pnfs_bucket_get_committing()
393 if (list_empty(&bucket->committing)) in pnfs_generic_retry_commit()
415 if (list_empty(&bucket->committing)) in pnfs_bucket_alloc_ds_commits()
418 if (!list_empty(&bucket->committing)) { in pnfs_bucket_alloc_ds_commits()
/linux/drivers/tty/vt/
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()
/linux/drivers/md/dm-vdo/
A Drecovery-journal.c1046 if (!block->committing) in schedule_block_write()
1214 if (block->committing) in notify_commit_waiters()
1239 if (block->committing) { in recycle_journal_blocks()
1277 block->committing = false; in complete_write()
1375 if (block->committing || !vdo_waitq_has_waiters(&block->entry_waiters) || in write_block()
1390 block->committing = true; in write_block()
1724 (block->committing ? "committing" : "waiting"), in dump_recovery_block()
A Drecovery-journal.h132 bool committing; member
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-ina2xx-adc7 Ready Flag to being set prior to committing a new value to the sample
/linux/fs/xfs/
A Dxfs_log_cil.c104 INIT_LIST_HEAD(&ctx->committing); in xlog_cil_ctx_alloc()
914 list_del(&ctx->committing); in xlog_cil_committed()
1033 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_order_write()
1382 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push_work()
1858 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_seq()
A Dxfs_log_priv.h232 struct list_head committing; /* ctx committing list */ member
/linux/kernel/trace/
A Dring_buffer.c497 local_t committing; member
705 nest = local_read(&cpu_buffer->committing); in ring_buffer_event_time_stamp()
3421 local_inc(&cpu_buffer->committing); in rb_move_tail()
3662 local_inc(&cpu_buffer->committing); in rb_start_commit()
3742 local_dec(&cpu_buffer->committing); in rb_end_commit()
3753 !local_read(&cpu_buffer->committing)) { in rb_end_commit()
3754 local_inc(&cpu_buffer->committing); in rb_end_commit()
4372 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
5953 local_set(&cpu_buffer->committing, 0); in rb_reset_cpu()
6242 if (local_read(&cpu_buffer_a->committing)) in ring_buffer_swap_cpu()
[all …]
/linux/Documentation/admin-guide/media/
A Dsaa7134.rst72 This is done by committing a patch at a clone of the git tree and
/linux/Documentation/block/
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.
/linux/Documentation/filesystems/ext4/
A Dallocators.rst27 the dirty buffers are being written out to disk. By not committing to a
A Djournal.rst694 committing is that it stores the result of a particular operation instead of
/linux/Documentation/filesystems/xfs/
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.
/linux/fs/btrfs/
A Dqgroup.c3333 bool committing = false; in btrfs_qgroup_inherit() local
3363 committing = true; in btrfs_qgroup_inherit()
3366 if (!committing) in btrfs_qgroup_inherit()
3567 if (!committing) in btrfs_qgroup_inherit()
/linux/Documentation/networking/
A Dnexthop-group-resilient.rst141 the group before committing anything to the HW.
/linux/Documentation/admin-guide/device-mapper/
A Ddm-clone.rst308 need to be so strict and can rely on committing metadata every time a FLUSH
/linux/Documentation/process/
A Dbackporting.rst405 backporting to (using ``git mv`` and committing the result), restart the
407 committing again), and finally squash the result using ``git rebase -i``
A D5.Posting.rst187 Needless to say, the changelog should be the text used when committing the
/linux/include/linux/
A Dnfs_xdr.h1327 struct list_head committing; member
/linux/Documentation/filesystems/caching/
A Dbackend-api.rst204 been changed and needs committing.
/linux/Documentation/gpu/
A Ddrm-kms.rst279 structure, ordering of committing state changes to hardware is sequenced using
/linux/Documentation/trace/
A Dring-buffer-design.rst312 committing).
/linux/Documentation/devicetree/bindings/cpu/
A Didle-states.yaml91 PREP: Preparation phase before committing the hardware to idle mode
/linux/scripts/
A Dspelling.txt347 commiting||committing
/linux/Documentation/admin-guide/
A Dext4.rst299 committing a transaction. Call this time the "commit time". If the

Completed in 85 milliseconds

12