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

/linux-master/include/linux/
H A Dslab.h385 * Whenever changing this, take care of that kmalloc_type() and
429 static __always_inline enum kmalloc_cache_type kmalloc_type(gfp_t flags, unsigned long caller) function
629 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index],
645 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index],
/linux-master/mm/
H A Dslab.h415 return kmalloc_caches[kmalloc_type(flags, caller)][index];
/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 185 milliseconds