Searched refs:RQB_FFS (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/mips/include/
H A Drunq.h46 #define RQB_FFS(word) (ffsl(word) - 1) macro
48 #define RQB_FFS(word) (ffs(word) - 1) macro
/freebsd-11-stable/sys/arm/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1) macro
/freebsd-11-stable/sys/arm64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1) macro
/freebsd-11-stable/sys/riscv/include/
H A Drunq.h39 #define RQB_FFS(word) (ffsl(word) - 1) macro
/freebsd-11-stable/sys/i386/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs(word) - 1) macro
/freebsd-11-stable/sys/amd64/include/
H A Drunq.h39 #define RQB_FFS(word) (bsfq(word)) macro
/freebsd-11-stable/sys/powerpc/include/
H A Drunq.h44 #define RQB_FFS(word) (ffsl(word) - 1) macro
/freebsd-11-stable/sys/sparc64/include/
H A Drunq.h39 #define RQB_FFS(word) (ffs64(word) - 1) macro
/freebsd-11-stable/sys/kern/
H A Dkern_switch.c303 pri = RQB_FFS(rqb->rqb_bits[i]) + (i << RQB_L2BPW);
329 pri = RQB_FFS(mask) + (i << RQB_L2BPW);
H A Dsched_ule.c1120 bit = RQB_FFS(rqb->rqb_bits[i]);

Completed in 200 milliseconds