Searched refs:max_blocks (Results 1 – 2 of 2) sorted by relevance
52 if (max_blocks <= info->max_blocks) in grow()55 new_blocks = max_blocks - info->max_blocks; in grow()61 if (info->max_blocks > 0) { in grow()87 info->max_blocks = max_blocks; in grow()91 blk = block + info->max_blocks - new_blocks; in grow()105 int max_blocks; in assure_empty() local116 max_blocks = ((info->max_blocks + slots) + 15) & ~15; in assure_empty()118 return grow(info, max_blocks); in assure_empty()269 info->max_blocks = 0; in rh_create()314 info->max_blocks = max_blocks; in rh_init()[all …]
28 int max_blocks; member56 extern void rh_init(rh_info_t * info, unsigned int alignment, int max_blocks,
Completed in 4 milliseconds