Home
last modified time | relevance | path

Searched refs:aligned_idx (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dslab_common.c891 int aligned_idx = idx; in new_kmalloc_cache() local
919 aligned_idx = __kmalloc_index(aligned_size, false); in new_kmalloc_cache()
922 if (!kmalloc_caches[type][aligned_idx]) in new_kmalloc_cache()
923 kmalloc_caches[type][aligned_idx] = create_kmalloc_cache( in new_kmalloc_cache()
924 kmalloc_info[aligned_idx].name[type], in new_kmalloc_cache()
926 if (idx != aligned_idx) in new_kmalloc_cache()
927 kmalloc_caches[type][idx] = kmalloc_caches[type][aligned_idx]; in new_kmalloc_cache()