Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-memory.c61 int aa_arrays, aa_array_entries, aa_array_sz; in find_aa_index() local
74 aa_array_sz = aa_array_entries * sizeof(u32); in find_aa_index()
79 if (memcmp(&assoc_arrays[index], &lmb_assoc[1], aa_array_sz)) in find_aa_index()
86 new_prop_size = ala_prop->length + aa_array_sz; in find_aa_index()
98 memcpy(&assoc_arrays[index], &lmb_assoc[1], aa_array_sz); in find_aa_index()