Home
last modified time | relevance | path

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

/trueos/sys/netpfil/ipfw/
HDdn_sched_qfq.c75 static inline unsigned long __fls(unsigned long word) in __fls() function
274 index = __fls(size_map) + 1; // basically a log_2() in qfq_calc_index()
411 mask = (2UL << (__fls(vslot ^ old_vslot))) - 1; in qfq_make_eligible()
751 mask = ~((1UL << __fls(mask)) - 1);
/trueos/sys/ofed/include/linux/
HDbitops.h50 __fls(int mask) in __fls() function