Lines Matching defs:kmalloc_caches
677 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init =
679 EXPORT_SYMBOL(kmalloc_caches);
743 return kmalloc_caches[kmalloc_type(flags, caller)][index];
918 kmalloc_caches[type][idx] = kmalloc_caches[KMALLOC_NORMAL][idx];
943 if (!kmalloc_caches[type][aligned_idx])
944 kmalloc_caches[type][aligned_idx] = create_kmalloc_cache(
948 kmalloc_caches[type][idx] = kmalloc_caches[type][aligned_idx];
966 if (!kmalloc_caches[type][i])
975 !kmalloc_caches[type][1])
978 !kmalloc_caches[type][2])