Searched refs:base_block_t (Results 1 – 3 of 3) sorted by relevance
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()327 base->allocated += sizeof(base_block_t); in base_extent_alloc()328 base->resident += PAGE_CEILING(sizeof(base_block_t)); in base_extent_alloc()379 base->allocated = sizeof(base_block_t); in base_new()380 base->resident = PAGE_CEILING(sizeof(base_block_t)); in base_new()398 base_block_t *next = base->blocks; in base_delete()[all …]
14 base_block_t *next;46 base_block_t *blocks;
4 typedef struct base_block_s base_block_t; typedef