Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h600 enum kmalloc_cache_type { enum
638 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) in kmalloc_type()
/linux/mm/kfence/
H A Dkfence_test.c217 enum kmalloc_cache_type type = kmalloc_type(GFP_KERNEL, 0); in kmalloc_cache_alignment()
288 enum kmalloc_cache_type type = kmalloc_type(GFP_KERNEL, _RET_IP_); in test_alloc()