Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab_common.c657 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init = variable
659 EXPORT_SYMBOL(kmalloc_caches);
872 kmalloc_caches[type][idx] = kmalloc_caches[KMALLOC_NORMAL][idx]; in new_kmalloc_cache()
897 if (!kmalloc_caches[type][aligned_idx]) in new_kmalloc_cache()
898 kmalloc_caches[type][aligned_idx] = create_kmalloc_cache( in new_kmalloc_cache()
902 kmalloc_caches[type][idx] = kmalloc_caches[type][aligned_idx]; in new_kmalloc_cache()
H A Dslab.h415 return kmalloc_caches[kmalloc_type(flags, caller)][index]; in kmalloc_slab()
/linux/include/linux/
H A Dslab.h430 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
661 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_noprof()
678 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_node_noprof()
/linux/mm/kfence/
H A Dkfence_test.c217 return kmalloc_caches[type][__kmalloc_index(size, false)]->align; in kmalloc_cache_alignment()
289 kmalloc_caches[type][__kmalloc_index(size, false)]; in test_alloc()