Searched refs:committing (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_log_cil.c | 395 list_del(&ctx->committing); in xlog_cil_committed() 497 list_add(&ctx->committing, &cil->xc_committing); in xlog_cil_push() 529 INIT_LIST_HEAD(&new_ctx->committing); in xlog_cil_push() 598 list_for_each_entry(new_ctx, &cil->xc_committing, committing) { in xlog_cil_push() 855 list_for_each_entry(ctx, &cil->xc_committing, committing) { in xlog_cil_force_lsn() 973 INIT_LIST_HEAD(&ctx->committing); in xlog_cil_init()
|
D | xfs_log_priv.h | 259 struct list_head committing; /* ctx committing list */ member
|
/linux-4.1.27/drivers/tty/vt/ |
D | keyboard.c | 922 static unsigned pressed, committing; in k_brl() local 942 committing = pressed; in k_brl() 944 if (!committing || in k_brl() 947 committing = pressed; in k_brl() 951 if (!pressed && committing) { in k_brl() 952 k_brlcommit(vc, committing, 0); in k_brl() 953 committing = 0; in k_brl() 956 if (committing) { in k_brl() 957 k_brlcommit(vc, committing, 0); in k_brl() 958 committing = 0; in k_brl()
|
/linux-4.1.27/fs/nfs/ |
D | pnfs_nfs.c | 119 struct list_head *dst = &bucket->committing; in pnfs_generic_scan_ds_commit_list() 189 if (list_empty(&bucket->committing)) in pnfs_generic_retry_commit() 191 nfs_retry_commit(&bucket->committing, bucket->clseg, cinfo, i); in pnfs_generic_retry_commit() 213 if (list_empty(&bucket->committing)) in pnfs_generic_alloc_ds_commits() 278 &buckets[data->ds_commit_index].committing, in pnfs_generic_commit_pagelist()
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer.c | 478 local_t committing; member 2517 local_inc(&cpu_buffer->committing); in rb_start_commit() 2526 !local_read(&cpu_buffer->committing))) in rb_end_commit() 2533 if (local_read(&cpu_buffer->committing) == 1) in rb_end_commit() 2536 local_dec(&cpu_buffer->committing); in rb_end_commit() 2547 !local_read(&cpu_buffer->committing)) { in rb_end_commit() 2548 local_inc(&cpu_buffer->committing); in rb_end_commit() 2575 local_dec(&cpu_buffer->committing); in rb_reserve_next_event() 2960 RB_WARN_ON(buffer, !local_read(&cpu_buffer->committing)); in ring_buffer_discard_commit() 4194 local_set(&cpu_buffer->committing, 0); in rb_reset_cpu() [all …]
|
/linux-4.1.27/include/linux/ |
D | jbd2.h | 1337 unsigned long committing = atomic_read(&journal-> in jbd2_log_space_left() local 1341 free -= committing + (committing >> JBD2_CONTROL_BLOCKS_SHIFT); in jbd2_log_space_left()
|
D | nfs_xdr.h | 1115 struct list_head committing; member
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 791 INIT_LIST_HEAD(&buckets[i].committing); in filelayout_alloc_commit_info() 802 list_splice(&cinfo->ds->buckets[i].committing, in filelayout_alloc_commit_info() 803 &buckets[i].committing); in filelayout_alloc_commit_info() 1053 list_for_each_entry_safe(freq, t, &b->committing, wb_list) { in filelayout_search_commit_reqs()
|
/linux-4.1.27/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.
|
D | ext4.txt | 288 finish committing a transaction. Call this time
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 225 commiting||committing
|
/linux-4.1.27/Documentation/development-process/ |
D | 5.Posting | 178 Needless to say, the changelog should be the text used when committing the
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 453 INIT_LIST_HEAD(&buckets[i].committing); in ff_layout_alloc_commit_info()
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 63 PREP: Preparation phase before committing the hardware to idle mode
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 288 committing).
|
/linux-4.1.27/Documentation/ |
D | memory-barriers.txt | 352 A CPU can be viewed as committing a sequence of store operations to the 374 committing sequences of stores to the memory system that the CPU being
|