Searched refs:RQB_LEN (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/powerpc/include/
H A Drunq.h33 #define RQB_LEN (1UL) /* Number of priority status words. */ macro
36 #define RQB_LEN (2) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/mips/include/
H A Drunq.h34 #define RQB_LEN (1) /* Number of priority status words. */ macro
37 #define RQB_LEN (2) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/arm/include/
H A Drunq.h32 #define RQB_LEN (2) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/arm64/include/
H A Drunq.h32 #define RQB_LEN (1) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/riscv/include/
H A Drunq.h32 #define RQB_LEN (1) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/i386/include/
H A Drunq.h32 #define RQB_LEN (2) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/amd64/include/
H A Drunq.h32 #define RQB_LEN (1) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Drunq.h32 #define RQB_LEN (1UL) /* Number of priority status words. */ macro
/freebsd-11-stable/sys/sys/
H A Drunq.h53 rqb_word_t rqb_bits[RQB_LEN];
/freebsd-11-stable/sys/kern/
H A Dkern_switch.c61 CTASSERT((RQB_BPW * RQB_LEN) == RQ_NQS);
301 for (i = 0; i < RQB_LEN; i++)
325 for (i = RQB_WORD(pri); i < RQB_LEN; mask = -1, i++) {
413 for (i = 0; i < RQB_LEN; i++)
H A Dsched_ule.c375 for (i = 0; i < RQB_LEN; i++) {
1116 for (i = RQB_WORD(start); i < RQB_LEN; bit = 0, i++) {
1157 for (word = 0; word < RQB_LEN; word++) {

Completed in 112 milliseconds