Home
last modified time | relevance | path

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

/freebsd/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/sys/kern/
H A Dkern_switch.c60 CTASSERT((RQB_BPW * RQB_LEN) == RQ_NQS);
298 for (i = 0; i < RQB_LEN; i++) in runq_findbit()
322 for (i = RQB_WORD(pri); i < RQB_LEN; mask = -1, i++) { in runq_findbit_from()
410 for (i = 0; i < RQB_LEN; i++) in runq_check()
H A Dsched_ule.c395 for (i = 0; i < RQB_LEN; i++) { in runq_print()
1198 for (i = RQB_WORD(start); i < RQB_LEN; bit = 0, i++) { in runq_steal_from()
1241 for (word = 0; word < RQB_LEN; word++) { in runq_steal()
/freebsd/sys/riscv/include/
H A Drunq.h30 #define RQB_LEN (1) /* Number of priority status words. */ macro
/freebsd/sys/arm64/include/
H A Drunq.h34 #define RQB_LEN (1) /* Number of priority status words. */ macro
/freebsd/sys/arm/include/
H A Drunq.h32 #define RQB_LEN (2) /* Number of priority status words. */ macro
/freebsd/sys/amd64/include/
H A Drunq.h32 #define RQB_LEN (1) /* Number of priority status words. */ macro
/freebsd/sys/i386/include/
H A Drunq.h32 #define RQB_LEN (2) /* Number of priority status words. */ macro
/freebsd/sys/sys/
H A Drunq.h53 rqb_word_t rqb_bits[RQB_LEN];