Lines Matching refs:kmalloc_caches
688 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init = variable
690 EXPORT_SYMBOL(kmalloc_caches);
749 return kmalloc_caches[kmalloc_type(flags)][index]; in kmalloc_slab()
861 kmalloc_caches[type][idx] = kmalloc_caches[KMALLOC_NORMAL][idx]; in new_kmalloc_cache()
867 kmalloc_caches[type][idx] = create_kmalloc_cache( in new_kmalloc_cache()
877 kmalloc_caches[type][idx]->refcount = -1; in new_kmalloc_cache()
895 if (!kmalloc_caches[type][i]) in create_kmalloc_caches()
904 !kmalloc_caches[type][1]) in create_kmalloc_caches()
907 !kmalloc_caches[type][2]) in create_kmalloc_caches()
917 struct kmem_cache *s = kmalloc_caches[KMALLOC_NORMAL][i]; in create_kmalloc_caches()
920 kmalloc_caches[KMALLOC_DMA][i] = create_kmalloc_cache( in create_kmalloc_caches()