Searched refs:size_class (Results 1 – 1 of 1) sorted by relevance
2174 vm_size_t step, size_class; in kalloc_next_good_size() local2189 size_class = (size + step) & -step; in kalloc_next_good_size()2191 if (size > K_SIZE_CLASS(size_class)) { in kalloc_next_good_size()2192 return kalloc_next_good_size(size_class, period); in kalloc_next_good_size()2194 size_class = K_SIZE_CLASS(size_class); in kalloc_next_good_size()2196 return size_class; in kalloc_next_good_size()