Home
last modified time | relevance | path

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

/include/asm-generic/bitops/
A Dfls64.h23 return fls(h) + 32; in fls64()
24 return fls(x); in fls64()
A Dbuiltin-fls.h12 static __always_inline int fls(unsigned int x) in fls() function
A Dfls.h43 #define fls(x) generic_fls(x) macro
/include/linux/
A Dcount_zeros.h26 return BITS_PER_LONG - fls(x); in count_leading_zeros()
A Dbitops.h90 order = fls(count); in get_bitmask_order()
206 return fls(l); in fls_long()
215 return fls(--count); in get_count_order()
A Dlog2.h24 return fls(n) - 1; in __ilog2_u32()
A Dsched.h1699 return fls(state); in __task_state_index()
/include/asm-generic/
A Dgetorder.h44 return fls(size); in get_order()
/include/net/
A Dred.h173 if (fls(qth_min) + Wlog >= 32) in red_check_params()
175 if (fls(qth_max) + Wlog >= 32) in red_check_params()

Completed in 18 milliseconds