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

/linux-master/mm/
H A Dslab_common.c657 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
659 EXPORT_SYMBOL(kmalloc_caches); variable
872 kmalloc_caches[type][idx] = kmalloc_caches[KMALLOC_NORMAL][idx];
897 if (!kmalloc_caches[type][aligned_idx])
898 kmalloc_caches[type][aligned_idx] = create_kmalloc_cache(
902 kmalloc_caches[type][idx] = kmalloc_caches[type][aligned_idx];
920 if (!kmalloc_caches[type][i])
929 !kmalloc_caches[typ
[all...]
H A Dslab.h415 return kmalloc_caches[kmalloc_type(flags, caller)][index];
/linux-master/include/linux/
H A Dslab.h417 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];
629 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index],
645 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index],
/linux-master/mm/kfence/
H A Dkfence_test.c217 return kmalloc_caches[type][__kmalloc_index(size, false)]->align;
289 kmalloc_caches[type][__kmalloc_index(size, false)];

Completed in 338 milliseconds