Searched refs:space_max (Results 1 – 4 of 4) sorted by relevance
83 table->space_max = maxmem; in lruhash_create()189 while(table->num > 1 && table->space_used > table->space_max) { in reclaim_space()347 if(table->space_used > table->space_max) in lruhash_insert()472 (unsigned)table->space_max); in lruhash_status()550 if(table->space_used > table->space_max) in lruhash_update_space_used()578 table->space_max = max; in lruhash_update_space_max()580 if(table->space_used > table->space_max) in lruhash_update_space_max()688 if (table->space_used > table->space_max) in lruhash_insert_or_retrieve()
150 total += sl->array[i]->space_max; in slabhash_get_size()273 size_t space_max = max / sl->size; in slabhash_adjust_size() local276 lruhash_update_space_max(sl->array[i], NULL, space_max); in slabhash_adjust_size()
180 size_t space_max; member
1237 - As part of small size class refactoring, remove the "opt.lg_[qc]space_max",