Searched refs:committing (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_log_cil.c66 INIT_LIST_HEAD(&ctx->committing);
359 list_del(&ctx->committing);
466 * the current context to the CIL committing lsit so it can be found
470 INIT_LIST_HEAD(&new_ctx->committing);
498 * Hence we need to add this context to the committing context list so
503 list_add(&ctx->committing, &cil->xc_committing);
540 list_for_each_entry(new_ctx, &cil->xc_committing, committing) {
710 * See if we can find a previous sequence still committing.
717 list_for_each_entry(ctx, &cil->xc_committing, committing) {
H A Dxfs_log_priv.h398 struct list_head committing; /* ctx committing list */ member in struct:xfs_cil_ctx
408 * This structure tracks the list of committing checkpoint contexts so
411 * traverse the list of committing contexts in xlog_cil_push_lsn() to find a
413 * checkpoint is still in the process of committing, we can block waiting for
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/xfs/
H A Dxfs_log_cil.c66 INIT_LIST_HEAD(&ctx->committing);
359 list_del(&ctx->committing);
466 * the current context to the CIL committing lsit so it can be found
470 INIT_LIST_HEAD(&new_ctx->committing);
498 * Hence we need to add this context to the committing context list so
503 list_add(&ctx->committing, &cil->xc_committing);
540 list_for_each_entry(new_ctx, &cil->xc_committing, committing) {
710 * See if we can find a previous sequence still committing.
717 list_for_each_entry(ctx, &cil->xc_committing, committing) {
H A Dxfs_log_priv.h398 struct list_head committing; /* ctx committing list */ member in struct:xfs_cil_ctx
408 * This structure tracks the list of committing checkpoint contexts so
411 * traverse the list of committing contexts in xlog_cil_push_lsn() to find a
413 * checkpoint is still in the process of committing, we can block waiting for
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/trace/
H A Dring_buffer.c461 local_t committing; member in struct:ring_buffer_per_cpu
2071 local_inc(&cpu_buffer->committing);
2080 !local_read(&cpu_buffer->committing)))
2087 if (local_read(&cpu_buffer->committing) == 1)
2090 local_dec(&cpu_buffer->committing);
2098 * committing counter.
2101 !local_read(&cpu_buffer->committing)) {
2102 local_inc(&cpu_buffer->committing);
2123 * (committing stops a swap). We check for it here and
2128 local_dec(&cpu_buffer->committing);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/trace/
H A Dring_buffer.c461 local_t committing; member in struct:ring_buffer_per_cpu
2071 local_inc(&cpu_buffer->committing);
2080 !local_read(&cpu_buffer->committing)))
2087 if (local_read(&cpu_buffer->committing) == 1)
2090 local_dec(&cpu_buffer->committing);
2098 * committing counter.
2101 !local_read(&cpu_buffer->committing)) {
2102 local_inc(&cpu_buffer->committing);
2123 * (committing stops a swap). We check for it here and
2128 local_dec(&cpu_buffer->committing);
[all...]

Completed in 139 milliseconds