Searched refs:kmalloc_caches (Results 1 – 4 of 4) sorted by relevance
603 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init = variable605 EXPORT_SYMBOL(kmalloc_caches);669 return kmalloc_caches[kmalloc_type(flags)][index]; in kmalloc_slab()777 kmalloc_caches[type][idx] = create_kmalloc_cache( in new_kmalloc_cache()795 if (!kmalloc_caches[type][i]) in create_kmalloc_caches()804 !kmalloc_caches[type][1]) in create_kmalloc_caches()807 !kmalloc_caches[type][2]) in create_kmalloc_caches()817 struct kmem_cache *s = kmalloc_caches[KMALLOC_NORMAL][i]; in create_kmalloc_caches()820 kmalloc_caches[KMALLOC_DMA][i] = create_kmalloc_cache( in create_kmalloc_caches()
4833 validate_slab_cache(kmalloc_caches[type][4]); in resiliency_test()4842 validate_slab_cache(kmalloc_caches[type][5]); in resiliency_test()4849 validate_slab_cache(kmalloc_caches[type][6]); in resiliency_test()4856 validate_slab_cache(kmalloc_caches[type][7]); in resiliency_test()4862 validate_slab_cache(kmalloc_caches[type][8]); in resiliency_test()4868 validate_slab_cache(kmalloc_caches[type][9]); in resiliency_test()
1259 kmalloc_caches[KMALLOC_NORMAL][INDEX_NODE] = create_kmalloc_cache( in kmem_cache_init()1276 init_list(kmalloc_caches[KMALLOC_NORMAL][INDEX_NODE], in kmem_cache_init()
200 return kmalloc_caches[kmalloc_type(GFP_KERNEL)][kmalloc_index(size)]->align; in kmalloc_cache_alignment()270 …struct kmem_cache *s = test_cache ?: kmalloc_caches[kmalloc_type(GFP_KERNEL)][kmalloc_index(size)]; in test_alloc()