Searched refs:kmalloc_cache_type (Results 1 - 3 of 3) sorted by last modified time

/linux-master/mm/
H A Dslab_common.c861 new_kmalloc_cache(int idx, enum kmalloc_cache_type type)
913 enum kmalloc_cache_type type;
/linux-master/include/linux/
H A Dslab.h392 enum kmalloc_cache_type { enum
429 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller)
/linux-master/mm/kfence/
H A Dkfence_test.c216 enum kmalloc_cache_type type = kmalloc_type(GFP_KERNEL, 0);
287 enum kmalloc_cache_type type = kmalloc_type(GFP_KERNEL, _RET_IP_);

Completed in 205 milliseconds