Lines Matching refs:base_block_t
131 base_block_t *b = base->blocks; in base_get_num_blocks()
166 base_block_t *block = base->blocks; in base_auto_thp_switch()
247 static base_block_t *
253 size_t header_size = sizeof(base_block_t); in base_block_alloc()
270 base_block_t *block = (base_block_t *)base_map(tsdn, extent_hooks, ind, in base_block_alloc()
317 base_block_t *block = base_block_alloc(tsdn, base, extent_hooks, in base_extent_alloc()
327 base->allocated += sizeof(base_block_t); in base_extent_alloc()
328 base->resident += PAGE_CEILING(sizeof(base_block_t)); in base_extent_alloc()
334 base->n_thp += HUGEPAGE_CEILING(sizeof(base_block_t)) >> in base_extent_alloc()
353 base_block_t *block = base_block_alloc(tsdn, NULL, extent_hooks, ind, in base_new()
379 base->allocated = sizeof(base_block_t); in base_new()
380 base->resident = PAGE_CEILING(sizeof(base_block_t)); in base_new()
383 metadata_thp_madvise() ? HUGEPAGE_CEILING(sizeof(base_block_t)) in base_new()
398 base_block_t *next = base->blocks; in base_delete()
400 base_block_t *block = next; in base_delete()