Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/platforms/pseries/
Dhotplug-memory.c108 int aa_arrays, aa_array_entries, aa_array_sz; in find_aa_index() local
121 aa_array_sz = aa_array_entries * sizeof(u32); in find_aa_index()
126 if (memcmp(&assoc_arrays[index], &lmb_assoc[1], aa_array_sz)) in find_aa_index()
133 new_prop_size = ala_prop->length + aa_array_sz; in find_aa_index()
145 memcpy(&assoc_arrays[index], &lmb_assoc[1], aa_array_sz); in find_aa_index()