Home
last modified time | relevance | path

Searched refs:space_used (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/fs/xfs/
Dxfs_log_cil.c432 if (len > 0 && (ctx->space_used / iclog_space != in xlog_cil_insert_items()
433 (ctx->space_used + len) / iclog_space)) { in xlog_cil_insert_items()
443 ctx->space_used += len; in xlog_cil_insert_items()
673 if (ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log)) in xlog_cil_push_work()
913 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) { in xlog_cil_push_background()
936 if (cil->xc_ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log)) { in xlog_cil_push_background()
938 ASSERT(cil->xc_ctx->space_used < log->l_logsize); in xlog_cil_push_background()
Dxfs_log_priv.h238 int space_used; /* aggregate size of regions */ member
/Linux-v5.10/drivers/acpi/acpica/
Dutcopy.c32 u8 *buffer, acpi_size *space_used);
300 u8 *buffer, acpi_size *space_used) in acpi_ut_copy_ipackage_to_epackage() argument
340 *space_used = info.length; in acpi_ut_copy_ipackage_to_epackage()
Dacutils.h250 u8 *buffer, u32 *space_used);
/Linux-v5.10/kernel/printk/
Dprintk_ringbuffer.c1173 static unsigned int space_used(struct prb_data_ring *data_ring, in space_used() function
1430 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve_in_last()
1562 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve()
/Linux-v5.10/fs/cifs/
Dcifspdu.h1563 __u64 space_used; member