Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab_common.c866 int aligned_idx = idx; in new_kmalloc_cache() local
894 aligned_idx = __kmalloc_index(aligned_size, false); in new_kmalloc_cache()
897 if (!kmalloc_caches[type][aligned_idx]) in new_kmalloc_cache()
898 kmalloc_caches[type][aligned_idx] = create_kmalloc_cache( in new_kmalloc_cache()
899 kmalloc_info[aligned_idx].name[type], in new_kmalloc_cache()
901 if (idx != aligned_idx) in new_kmalloc_cache()
902 kmalloc_caches[type][idx] = kmalloc_caches[type][aligned_idx]; in new_kmalloc_cache()