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

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

Completed in 148 milliseconds