Symbol: space_used
drivers/acpi/acpica/acutils.h
266
u8 *buffer, u32 *space_used);
drivers/acpi/acpica/utcopy.c
300
u8 *buffer, acpi_size *space_used)
drivers/acpi/acpica/utcopy.c
32
u8 *buffer, acpi_size *space_used);
drivers/acpi/acpica/utcopy.c
340
*space_used = info.length;
fs/smb/client/smb1pdu.h
1331
__u64 space_used;
fs/xfs/xfs_log_cil.c
144
cilpcp->space_used = 0;
fs/xfs/xfs_log_cil.c
1632
int space_used = atomic_read(&cil->xc_ctx->space_used);
fs/xfs/xfs_log_cil.c
1649
if (space_used < XLOG_CIL_SPACE_LIMIT(log) ||
fs/xfs/xfs_log_cil.c
1651
space_used < XLOG_CIL_BLOCKING_SPACE_LIMIT(log) &&
fs/xfs/xfs_log_cil.c
1681
if (xlog_cil_over_hard_limit(log, space_used)) {
fs/xfs/xfs_log_cil.c
1683
ASSERT(space_used < log->l_logsize);
fs/xfs/xfs_log_cil.c
175
count += xchg(&cilpcp->space_used, 0);
fs/xfs/xfs_log_cil.c
177
atomic_add(count, &ctx->space_used);
fs/xfs/xfs_log_cil.c
616
int32_t space_used)
fs/xfs/xfs_log_cil.c
620
if (space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log))
fs/xfs/xfs_log_cil.c
643
int space_used;
fs/xfs/xfs_log_cil.c
705
space_used = atomic_read(&ctx->space_used) + cilpcp->space_used + len;
fs/xfs/xfs_log_cil.c
707
xlog_cil_over_hard_limit(log, space_used)) {
fs/xfs/xfs_log_cil.c
723
atomic_add(len, &ctx->space_used);
fs/xfs/xfs_log_cil.c
724
} else if (cilpcp->space_used + len >
fs/xfs/xfs_log_cil.c
726
space_used = atomic_add_return(cilpcp->space_used + len,
fs/xfs/xfs_log_cil.c
727
&ctx->space_used);
fs/xfs/xfs_log_cil.c
728
cilpcp->space_used = 0;
fs/xfs/xfs_log_cil.c
734
if (space_used >= XLOG_CIL_SPACE_LIMIT(log))
fs/xfs/xfs_log_cil.c
737
cilpcp->space_used += len;
fs/xfs/xfs_log_priv.h
242
atomic_t space_used; /* aggregate size of regions */
fs/xfs/xfs_log_priv.h
262
int32_t space_used;
kernel/printk/printk_ringbuffer.c
1503
e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos);
kernel/printk/printk_ringbuffer.c
1735
e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos);