Searched refs:space_used (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_log_cil.c | 144 cilpcp->space_used = 0; in xlog_cil_push_pcp_aggregate() 175 count += xchg(&cilpcp->space_used, 0); in xlog_cil_insert_pcp_aggregate() 177 atomic_add(count, &ctx->space_used); in xlog_cil_insert_pcp_aggregate() 527 int32_t space_used) in xlog_cil_over_hard_limit() argument 531 if (space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log)) in xlog_cil_over_hard_limit() 554 int space_used; in xlog_cil_insert_items() local 616 space_used = atomic_read(&ctx->space_used) + cilpcp->space_used + len; in xlog_cil_insert_items() 618 xlog_cil_over_hard_limit(log, space_used)) { in xlog_cil_insert_items() 634 atomic_add(len, &ctx->space_used); in xlog_cil_insert_items() 635 } else if (cilpcp->space_used + len > in xlog_cil_insert_items() [all …]
|
H A D | xfs_log_priv.h | 227 atomic_t space_used; /* aggregate size of regions */ member 247 int32_t space_used; member
|
/linux/drivers/acpi/acpica/ |
H A D | utcopy.c | 32 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()
|
H A D | acutils.h | 266 u8 *buffer, u32 *space_used);
|
/linux/kernel/printk/ |
H A D | printk_ringbuffer.c | 1183 static unsigned int space_used(struct prb_data_ring *data_ring, in space_used() function 1448 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve_in_last() 1680 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve()
|