Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dslab.h379 static __always_inline unsigned int __kmalloc_index(size_t size, in __kmalloc_index() function
425 #define kmalloc_index(s) __kmalloc_index(s, true)
/Linux-v5.15/mm/kfence/
Dkfence_test.c211 return kmalloc_caches[kmalloc_type(GFP_KERNEL)][__kmalloc_index(size, false)]->align; in kmalloc_cache_alignment()
282 kmalloc_caches[kmalloc_type(GFP_KERNEL)][__kmalloc_index(size, false)]; in test_alloc()