Home
last modified time | relevance | path

Searched refs:kmalloc_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dslab.h401 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) in kmalloc_type() function
601 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc()
617 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_node()
/openbmc/linux/mm/kfence/
H A Dkfence_test.c216 enum kmalloc_cache_type type = kmalloc_type(GFP_KERNEL, 0); in kmalloc_cache_alignment()
287 enum kmalloc_cache_type type = kmalloc_type(GFP_KERNEL, _RET_IP_); in test_alloc()
/openbmc/linux/mm/
H A Dslab_common.c724 return kmalloc_caches[kmalloc_type(flags, caller)][index]; in kmalloc_slab()