Searched refs:kmalloc_caches (Results 1 – 4 of 4) sorted by relevance
677 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1] __ro_after_init = variable679 EXPORT_SYMBOL(kmalloc_caches);743 return kmalloc_caches[kmalloc_type(flags, caller)][index]; in kmalloc_slab()918 kmalloc_caches[type][idx] = kmalloc_caches[KMALLOC_NORMAL][idx]; in new_kmalloc_cache()943 if (!kmalloc_caches[type][aligned_idx]) in new_kmalloc_cache()944 kmalloc_caches[type][aligned_idx] = create_kmalloc_cache( in new_kmalloc_cache()948 kmalloc_caches[type][idx] = kmalloc_caches[type][aligned_idx]; in new_kmalloc_cache()966 if (!kmalloc_caches[type][i]) in create_kmalloc_caches()975 !kmalloc_caches[type][1]) in create_kmalloc_caches()978 !kmalloc_caches[type][2]) in create_kmalloc_caches()
1254 init_list(kmalloc_caches[KMALLOC_NORMAL][INDEX_NODE], in kmem_cache_init()
388 kmalloc_caches[NR_KMALLOC_TYPES][KMALLOC_SHIFT_HIGH + 1];600 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc()616 kmalloc_caches[kmalloc_type(flags, _RET_IP_)][index], in kmalloc_node()
217 return kmalloc_caches[type][__kmalloc_index(size, false)]->align; in kmalloc_cache_alignment()289 kmalloc_caches[type][__kmalloc_index(size, false)]; in test_alloc()