Lines Matching refs:kmalloc_caches
711 struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1]; variable
712 EXPORT_SYMBOL(kmalloc_caches);
783 return kmalloc_caches[index]; in kmalloc_slab()
837 if (!kmalloc_caches[i]) { in create_kmalloc_caches()
838 kmalloc_caches[i] = create_kmalloc_cache(NULL, in create_kmalloc_caches()
847 if (KMALLOC_MIN_SIZE <= 32 && !kmalloc_caches[1] && i == 6) in create_kmalloc_caches()
848 kmalloc_caches[1] = create_kmalloc_cache(NULL, 96, flags); in create_kmalloc_caches()
850 if (KMALLOC_MIN_SIZE <= 64 && !kmalloc_caches[2] && i == 7) in create_kmalloc_caches()
851 kmalloc_caches[2] = create_kmalloc_cache(NULL, 192, flags); in create_kmalloc_caches()
858 struct kmem_cache *s = kmalloc_caches[i]; in create_kmalloc_caches()
871 struct kmem_cache *s = kmalloc_caches[i]; in create_kmalloc_caches()