Home
last modified time | relevance | path

Searched refs:KMALLOC_MAX_ORDER (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dslab.h330 #define KMALLOC_MAX_ORDER (KMALLOC_SHIFT_MAX - PAGE_SHIFT) macro
/openbmc/linux/mm/
H A Dslab.c1652 for (gfporder = 0; gfporder <= KMALLOC_MAX_ORDER; gfporder++) { in calculate_slab_order()