Home
last modified time | relevance | path

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

/linux/include/linux/
A Dslab.h377 static __always_inline unsigned int __kmalloc_index(size_t size, in __kmalloc_index() function
423 #define kmalloc_index(s) __kmalloc_index(s, true)
/linux/mm/kfence/
A Dkfence_test.c216 return kmalloc_caches[kmalloc_type(GFP_KERNEL)][__kmalloc_index(size, false)]->align; in kmalloc_cache_alignment()
287 kmalloc_caches[kmalloc_type(GFP_KERNEL)][__kmalloc_index(size, false)]; in test_alloc()

Completed in 7 milliseconds