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

/linux-4.4.14/include/linux/
H A Dflex_array.h26 struct reciprocal_value reciprocal_elems; member in struct:flex_array::__anon12290::__anon12291
/linux-4.4.14/lib/
H A Dflex_array.c94 struct reciprocal_value reciprocal_elems = { 0 }; flex_array_alloc() local
98 reciprocal_elems = reciprocal_value(elems_per_part); flex_array_alloc()
111 ret->reciprocal_elems = reciprocal_elems; flex_array_alloc()
124 * the zeroed fa->reciprocal_elems, which would yield invalid fa_element_to_part_nr()
127 return reciprocal_divide(element_nr, fa->reciprocal_elems); fa_element_to_part_nr()

Completed in 89 milliseconds