Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dslab.h364 enum kmalloc_cache_type { enum
401 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) in kmalloc_type()
/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.c889 new_kmalloc_cache(int idx, enum kmalloc_cache_type type, slab_flags_t flags) in new_kmalloc_cache()
940 enum kmalloc_cache_type type; in create_kmalloc_caches()
H A Dslab.h302 void __init new_kmalloc_cache(int idx, enum kmalloc_cache_type type,