Home | History | Annotate | Download | only in src

Lines Matching full:small_run_tab

26 static bool	*small_run_tab; /* Valid small run page multiples. */
88 if (size <= small_maxrun && small_run_tab[size >> LG_PAGE])
129 if (small_run_tab[size >> LG_PAGE]) {
3540 small_run_tab = (bool *)base_alloc(sizeof(bool) * (small_maxrun >>
3542 if (small_run_tab == NULL)
3547 small_run_tab[bin_info->run_size >> LG_PAGE] = true; \