Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab.h486 #define kmalloc_index(s) __kmalloc_index(s, true) macro
599 index = kmalloc_index(size); in kmalloc()
615 index = kmalloc_index(size); in kmalloc_node()
/openbmc/linux/mm/
H A Dslab.c224 #define INDEX_NODE kmalloc_index(sizeof(struct kmem_cache_node))