Searched refs:fls (Results 1 – 2 of 2) sorted by relevance
43 static inline unsigned long fls(unsigned long word) in fls() function74 static inline unsigned long fls(unsigned long word) in fls() function87 return size ? fls(size) + !is_power_of_2(size) : 0; in get_order()
170 unsigned long order = fls(n); in gicv3_lpi_alloc_tables()