Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/mm/
H A Dslab_common.c912 int aligned_idx = idx; in new_kmalloc_cache() local
940 aligned_idx = __kmalloc_index(aligned_size, false); 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()
945 kmalloc_info[aligned_idx].name[type], in new_kmalloc_cache()
947 if (idx != aligned_idx) in new_kmalloc_cache()
948 kmalloc_caches[type][idx] = kmalloc_caches[type][aligned_idx]; in new_kmalloc_cache()

Completed in 2 milliseconds