Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dpnfs_nfs.c65 if (list_empty(&bucket->committing) && list_empty(&bucket->written)) { in pnfs_free_bucket_lseg()
115 INIT_LIST_HEAD(&b->committing); in pnfs_alloc_commit_array()
250 struct list_head *dst = &bucket->committing; in pnfs_bucket_scan_ds_commit_list()
373 list_for_each_entry(req, &b->committing, wb_list) { in pnfs_bucket_search_commit_reqs()
412 list_for_each(pos, &bucket->committing) in pnfs_bucket_get_committing()
414 list_splice_init(&bucket->committing, head); in pnfs_bucket_get_committing()
442 if (list_empty(&bucket->committing)) in pnfs_generic_retry_commit()
464 if (list_empty(&bucket->committing)) in pnfs_bucket_alloc_ds_commits()
467 if (!list_empty(&bucket->committing)) { in pnfs_bucket_alloc_ds_commits()
/Linux-v5.10/fs/xfs/
Dxfs_log_cil.c602 list_del(&ctx->committing); in xlog_cil_committed()
718 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push_work()
750 INIT_LIST_HEAD(&new_ctx->committing); in xlog_cil_push_work()
819 list_for_each_entry(new_ctx, &cil->xc_committing, committing) { in xlog_cil_push_work()
1103 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_lsn()
1222 INIT_LIST_HEAD(&ctx->committing); in xlog_cil_init()
Dxfs_log_priv.h242 struct list_head committing; /* ctx committing list */ member
/Linux-v5.10/drivers/tty/vt/
Dkeyboard.c954 static unsigned pressed, committing; in k_brl() local
974 committing = pressed; in k_brl()
976 if (!committing || in k_brl()
979 committing = pressed; in k_brl()
983 if (!pressed && committing) { in k_brl()
984 k_brlcommit(vc, committing, 0); in k_brl()
985 committing = 0; in k_brl()
988 if (committing) { in k_brl()
989 k_brlcommit(vc, committing, 0); in k_brl()
990 committing = 0; in k_brl()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-iio-ina2xx-adc7 Ready Flag to being set prior to committing a new value to the sample
/Linux-v5.10/kernel/trace/
Dring_buffer.c507 local_t committing; member
2597 local_inc(&cpu_buffer->committing); in rb_move_tail()
2860 local_inc(&cpu_buffer->committing); in rb_start_commit()
2920 !local_read(&cpu_buffer->committing))) in rb_end_commit()
2927 if (local_read(&cpu_buffer->committing) == 1) in rb_end_commit()
2930 local_dec(&cpu_buffer->committing); in rb_end_commit()
2941 !local_read(&cpu_buffer->committing)) { in rb_end_commit()
2942 local_inc(&cpu_buffer->committing); in rb_end_commit()
3358 local_dec(&cpu_buffer->committing); in rb_reserve_next_event()
3538 RB_WARN_ON(buffer, !local_read(&cpu_buffer->committing)); in ring_buffer_discard_commit()
[all …]
/Linux-v5.10/Documentation/admin-guide/media/
Dsaa7134.rst71 This is done by committing a patch at a clone of the git tree and
/Linux-v5.10/Documentation/filesystems/ext4/
Dallocators.rst27 the dirty buffers are being written out to disk. By not committing to a
/Linux-v5.10/Documentation/filesystems/
Dxfs-delayed-logging-design.rst453 that are currently committing to the log. When we flush a checkpoint, the
454 context gets added to a "committing" list which can be searched. When a
455 checkpoint commit completes, it is removed from the committing list. Because
468 need to check that all the prior contexts in the committing list are also
675 before writing the commit record. This loop walks the list of committing
686 the committing list (i.e. they've completed). A simple wait variable and
794 committing of the log items to the log itself and the completion processing.
/Linux-v5.10/fs/btrfs/
Dqgroup.c2754 bool committing = false; in btrfs_qgroup_inherit() local
2777 committing = true; in btrfs_qgroup_inherit()
2780 if (!committing) in btrfs_qgroup_inherit()
2958 if (!committing) in btrfs_qgroup_inherit()
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Ddm-clone.rst308 need to be so strict and can rely on committing metadata every time a FLUSH
/Linux-v5.10/Documentation/gpu/
Ddrm-kms.rst277 structure, ordering of committing state changes to hardware is sequenced using
/Linux-v5.10/include/linux/
Dnfs_xdr.h1269 struct list_head committing; member
/Linux-v5.10/Documentation/process/
D5.Posting.rst188 Needless to say, the changelog should be the text used when committing the
/Linux-v5.10/Documentation/trace/
Dring-buffer-design.rst312 committing).
/Linux-v5.10/scripts/
Dspelling.txt315 commiting||committing
/Linux-v5.10/Documentation/admin-guide/
Dext4.rst309 committing a transaction. Call this time the "commit time". If the
Dcgroup-v2.rst1477 Over-committing on high limit (sum of high limits > available memory)
/Linux-v5.10/Documentation/
Dmemory-barriers.txt390 A CPU can be viewed as committing a sequence of store operations to the
412 committing sequences of stores to the memory system that the CPU being