Home
last modified time | relevance | path

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

/linux/include/linux/
A Dslab.h611 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) in kmalloc_type() function
879 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_noprof()
902 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_node_noprof()
/linux/mm/kfence/
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()
/linux/mm/
A Dslab.h413 b = &kmalloc_caches[kmalloc_type(flags, caller)]; in kmalloc_slab()

Completed in 14 milliseconds