| /Linux-v5.4/fs/nfs/ |
| D | pnfs_nfs.c | 97 struct list_head *dst = &bucket->committing; in pnfs_generic_scan_ds_commit_list() 172 if (list_empty(&bucket->committing)) in pnfs_generic_retry_commit() 176 list_for_each(pos, &bucket->committing) in pnfs_generic_retry_commit() 178 list_splice_init(&bucket->committing, &pages); in pnfs_generic_retry_commit() 200 if (list_empty(&bucket->committing)) in pnfs_generic_alloc_ds_commits() 225 list_for_each(pos, &bucket->committing) in pnfs_fetch_commit_bucket_list() 227 list_splice_init(&bucket->committing, pages); in pnfs_fetch_commit_bucket_list()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_log_cil.c | 603 list_del(&ctx->committing); in xlog_cil_committed() 715 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push() 747 INIT_LIST_HEAD(&new_ctx->committing); in xlog_cil_push() 816 list_for_each_entry(new_ctx, &cil->xc_committing, committing) { in xlog_cil_push() 1082 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_lsn() 1200 INIT_LIST_HEAD(&ctx->committing); in xlog_cil_init()
|
| D | xfs_log_priv.h | 249 struct list_head committing; /* ctx committing list */ member
|
| /Linux-v5.4/drivers/tty/vt/ |
| D | keyboard.c | 942 static unsigned pressed, committing; in k_brl() local 962 committing = pressed; in k_brl() 964 if (!committing || in k_brl() 967 committing = pressed; in k_brl() 971 if (!pressed && committing) { in k_brl() 972 k_brlcommit(vc, committing, 0); in k_brl() 973 committing = 0; in k_brl() 976 if (committing) { in k_brl() 977 k_brlcommit(vc, committing, 0); in k_brl() 978 committing = 0; in k_brl()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-bus-iio-ina2xx-adc | 7 Ready Flag to being set prior to committing a new value to the sample
|
| /Linux-v5.4/kernel/trace/ |
| D | ring_buffer.c | 465 local_t committing; member 2293 local_inc(&cpu_buffer->committing); in rb_move_tail() 2455 local_inc(&cpu_buffer->committing); in rb_start_commit() 2519 !local_read(&cpu_buffer->committing))) in rb_end_commit() 2526 if (local_read(&cpu_buffer->committing) == 1) in rb_end_commit() 2529 local_dec(&cpu_buffer->committing); in rb_end_commit() 2540 !local_read(&cpu_buffer->committing)) { in rb_end_commit() 2541 local_inc(&cpu_buffer->committing); in rb_end_commit() 2890 local_dec(&cpu_buffer->committing); in rb_reserve_next_event() 3081 RB_WARN_ON(buffer, !local_read(&cpu_buffer->committing)); in ring_buffer_discard_commit() [all …]
|
| /Linux-v5.4/include/linux/ |
| D | jbd2.h | 1588 unsigned long committing = atomic_read(&journal-> in jbd2_log_space_left() local 1592 free -= committing + (committing >> JBD2_CONTROL_BLOCKS_SHIFT); in jbd2_log_space_left()
|
| D | nfs_xdr.h | 1267 struct list_head committing; member
|
| /Linux-v5.4/fs/nfs/filelayout/ |
| D | filelayout.c | 793 INIT_LIST_HEAD(&buckets[i].committing); in filelayout_alloc_commit_info() 804 list_splice(&cinfo->ds->buckets[i].committing, in filelayout_alloc_commit_info() 805 &buckets[i].committing); in filelayout_alloc_commit_info() 1102 list_for_each_entry_safe(freq, t, &b->committing, wb_list) { in filelayout_search_commit_reqs()
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | allocators.rst | 27 the dirty buffers are being written out to disk. By not committing to a
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | xfs-delayed-logging-design.txt | 446 that are currently committing to the log. When we flush a checkpoint, the 447 context gets added to a "committing" list which can be searched. When a 448 checkpoint commit completes, it is removed from the committing list. Because 461 need to check that all the prior contexts in the committing list are also 665 before writing the commit record. This loop walks the list of committing 676 the committing list (i.e. they've completed). A simple wait variable and 783 committing of the log items to the log itself and the completion processing.
|
| /Linux-v5.4/fs/btrfs/ |
| D | qgroup.c | 2629 bool committing = false; in btrfs_qgroup_inherit() local 2651 committing = true; in btrfs_qgroup_inherit() 2654 if (!committing) in btrfs_qgroup_inherit() 2819 if (!committing) in btrfs_qgroup_inherit()
|
| /Linux-v5.4/Documentation/admin-guide/device-mapper/ |
| D | dm-clone.rst | 308 need to be so strict and can rely on committing metadata every time a FLUSH
|
| /Linux-v5.4/Documentation/devicetree/bindings/arm/ |
| D | idle-states.txt | 63 PREP: Preparation phase before committing the hardware to idle mode
|
| /Linux-v5.4/Documentation/process/ |
| D | 5.Posting.rst | 188 Needless to say, the changelog should be the text used when committing the
|
| /Linux-v5.4/scripts/ |
| D | spelling.txt | 299 commiting||committing
|
| /Linux-v5.4/Documentation/trace/ |
| D | ring-buffer-design.txt | 288 committing).
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | ext4.rst | 304 committing a transaction. Call this time the "commit time". If the
|
| D | cgroup-v2.rst | 1405 Over-committing on high limit (sum of high limits > available memory)
|
| /Linux-v5.4/fs/nfs/flexfilelayout/ |
| D | flexfilelayout.c | 784 INIT_LIST_HEAD(&buckets[i].committing); in ff_layout_alloc_commit_info()
|
| /Linux-v5.4/Documentation/ |
| D | memory-barriers.txt | 392 A CPU can be viewed as committing a sequence of store operations to the 414 committing sequences of stores to the memory system that the CPU being
|