Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpnfs_nfs.c67 if (list_empty(&bucket->committing) && list_empty(&bucket->written)) { in pnfs_free_bucket_lseg()
113 INIT_LIST_HEAD(&b->committing); in pnfs_alloc_commit_array()
248 struct list_head *dst = &bucket->committing; in pnfs_bucket_scan_ds_commit_list()
364 list_for_each(pos, &bucket->committing) in pnfs_bucket_get_committing()
366 list_splice_init(&bucket->committing, head); in pnfs_bucket_get_committing()
395 if (list_empty(&bucket->committing)) in pnfs_generic_retry_commit()
417 if (list_empty(&bucket->committing)) in pnfs_bucket_alloc_ds_commits()
420 if (!list_empty(&bucket->committing)) { in pnfs_bucket_alloc_ds_commits()
/linux/drivers/tty/vt/
H A Dkeyboard.c993 static unsigned pressed, committing; in k_brl() local
1013 committing = pressed; in k_brl()
1015 if (!committing || in k_brl()
1018 committing = pressed; in k_brl()
1022 if (!pressed && committing) { in k_brl()
1023 k_brlcommit(vc, committing, 0); in k_brl()
1024 committing = 0; in k_brl()
1027 if (committing) { in k_brl()
1028 k_brlcommit(vc, committing, 0); in k_brl()
1029 committing = 0; in k_brl()
/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
/linux/fs/xfs/
H A Dxfs_log_cil.c104 INIT_LIST_HEAD(&ctx->committing); in xlog_cil_ctx_alloc()
1002 list_del(&ctx->committing); in xlog_cil_committed()
1120 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_order_write()
1460 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push_work()
1936 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_seq()
/linux/drivers/md/dm-vdo/
H A Drecovery-journal.h132 bool committing; member
/linux/Documentation/filesystems/ext4/
H A Dallocators.rst27 the dirty buffers are being written out to disk. By not committing to a
H A Djournal.rst694 committing is that it stores the result of a particular operation instead of
/linux/fs/btrfs/
H A Dqgroup.c3350 bool committing = false; in btrfs_qgroup_inherit() local
3383 committing = true; in btrfs_qgroup_inherit()
3386 if (!committing) in btrfs_qgroup_inherit()
3584 if (!committing) in btrfs_qgroup_inherit()
/linux/Documentation/networking/
H A Dnexthop-group-resilient.rst141 the group before committing anything to the HW.
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-clone.rst308 need to be so strict and can rely on committing metadata every time a FLUSH
/linux/Documentation/filesystems/caching/
H A Dbackend-api.rst204 been changed and needs committing.
/linux/Documentation/trace/
H A Dring-buffer-design.rst312 committing).
/linux/scripts/
H A Dspelling.txt358 commiting||committing
/linux/Documentation/
H A Dmemory-barriers.txt389 A CPU can be viewed as committing a sequence of store operations to the
416 committing sequences of stores to the memory system that the CPU being