Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Drunq.h48 #define RQB_FFS(word) (ffsl(word) - 1) macro
50 #define RQB_FFS(word) (ffs(word) - 1) macro
/f-stack/freebsd/arm64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1) macro
/f-stack/freebsd/arm/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) macro
/f-stack/freebsd/i386/include/
H A Drunq.h41 #define RQB_FFS(word) (ffs(word) - 1) macro
/f-stack/freebsd/amd64/include/
H A Drunq.h41 #define RQB_FFS(word) (bsfq(word)) macro
/f-stack/freebsd/kern/
H A Dkern_switch.c306 pri = RQB_FFS(rqb->rqb_bits[i]) + (i << RQB_L2BPW); in runq_findbit()
332 pri = RQB_FFS(mask) + (i << RQB_L2BPW); in runq_findbit_from()
H A Dsched_ule.c1127 bit = RQB_FFS(rqb->rqb_bits[i]); in runq_steal_from()