Searched refs:kmalloc_caches (Results 1 – 4 of 4) sorted by relevance
711 struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1]; variable712 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()[all …]
4201 validate_slab_cache(kmalloc_caches[4]); in resiliency_test()4210 validate_slab_cache(kmalloc_caches[5]); in resiliency_test()4217 validate_slab_cache(kmalloc_caches[6]); in resiliency_test()4224 validate_slab_cache(kmalloc_caches[7]); in resiliency_test()4230 validate_slab_cache(kmalloc_caches[8]); in resiliency_test()4236 validate_slab_cache(kmalloc_caches[9]); in resiliency_test()
1454 kmalloc_caches[INDEX_NODE] = create_kmalloc_cache("kmalloc-node", in kmem_cache_init()1467 init_list(kmalloc_caches[INDEX_NODE], in kmem_cache_init()
233 extern struct kmem_cache *kmalloc_caches[KMALLOC_SHIFT_HIGH + 1];430 return kmem_cache_alloc_trace(kmalloc_caches[index], in kmalloc()468 return kmem_cache_alloc_node_trace(kmalloc_caches[i], in kmalloc_node()