Home
last modified time | relevance | path

Searched refs:kmalloc_caches (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dslab.h626 extern kmem_buckets kmalloc_caches[NR_KMALLOC_TYPES];
906 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_noprof()
929 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_node_noprof()
/linux/mm/kfence/
H A Dkfence_test.c218 return kmalloc_caches[type][__kmalloc_index(size, false)]->align; in kmalloc_cache_alignment()
290 kmalloc_caches[type][__kmalloc_index(size, false)]; in test_alloc()
/linux/mm/
H A Dslab.h394 b = &kmalloc_caches[kmalloc_type(flags, caller)]; in kmalloc_slab()