Home
last modified time | relevance | path

Searched refs:space_used (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_cil.c144 cilpcp->space_used = 0; in xlog_cil_push_pcp_aggregate()
171 * structures that could have a nonzero space_used. in xlog_cil_insert_pcp_aggregate()
178 old = cilpcp->space_used; in xlog_cil_insert_pcp_aggregate()
179 prev = cmpxchg(&cilpcp->space_used, old, 0); in xlog_cil_insert_pcp_aggregate()
183 atomic_add(count, &ctx->space_used); in xlog_cil_insert_pcp_aggregate()
533 int32_t space_used) in xlog_cil_over_hard_limit()
537 if (space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log)) in xlog_cil_over_hard_limit()
560 int space_used; in xlog_cil_insert_items() local
622 space_used = atomic_read(&ctx->space_used) in xlog_cil_insert_items()
531 xlog_cil_over_hard_limit( struct xlog *log, int32_t space_used) xlog_cil_over_hard_limit() argument
1373 int space_used = atomic_read(&cil->xc_ctx->space_used); global() variable
[all...]
H A Dxfs_log_priv.h227 atomic_t space_used; /* aggregate size of regions */ member
247 int32_t space_used; member
/kernel/linux/linux-5.10/fs/xfs/
H A 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()
918 if (cil->xc_ctx->space_used < XLOG_CIL_SPACE_LIMIT(log)) {
947 if (cil->xc_ctx->space_used >= XLOG_CIL_BLOCKING_SPACE_LIMIT(log) ||
950 ASSERT(cil->xc_ctx->space_used < log->l_logsize);
H A Dxfs_log_priv.h238 int space_used; /* aggregate size of regions */ member
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutcopy.c32 u8 *buffer, acpi_size *space_used);
285 * space_used - Where the object length is returned
300 u8 *buffer, acpi_size *space_used) in acpi_ut_copy_ipackage_to_epackage()
340 *space_used = info.length; in acpi_ut_copy_ipackage_to_epackage()
299 acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, u8 *buffer, acpi_size *space_used) acpi_ut_copy_ipackage_to_epackage() argument
H A Dacutils.h250 u8 *buffer, u32 *space_used);
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutcopy.c32 u8 *buffer, acpi_size *space_used);
285 * space_used - Where the object length is returned
300 u8 *buffer, acpi_size *space_used) in acpi_ut_copy_ipackage_to_epackage()
340 *space_used = info.length; in acpi_ut_copy_ipackage_to_epackage()
299 acpi_ut_copy_ipackage_to_epackage(union acpi_operand_object *internal_object, u8 *buffer, acpi_size *space_used) acpi_ut_copy_ipackage_to_epackage() argument
H A Dacutils.h266 u8 *buffer, u32 *space_used);
/kernel/linux/linux-5.10/kernel/printk/
H A 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()
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk_ringbuffer.c1175 static unsigned int space_used(struct prb_data_ring *data_ring, in space_used() function
1432 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve_in_last()
1566 e->text_space = space_used(&rb->text_data_ring, &d->text_blk_lpos); in prb_reserve()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifspdu.h1568 __u64 space_used; member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h1521 __u64 space_used; member

Completed in 27 milliseconds