OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPCF_1STCLASS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/kern/
subr_cpu.c
276
(SPCF_CORE1ST | SPCF_PACKAGE1ST |
SPCF_1STCLASS
);
298
~(SPCF_CORE1ST | SPCF_PACKAGE1ST |
SPCF_1STCLASS
);
321
~(SPCF_CORE1ST | SPCF_PACKAGE1ST |
SPCF_1STCLASS
);
445
ci->ci_schedstate.spc_flags |=
SPCF_1STCLASS
;
455
ci->ci_schedstate.spc_flags |=
SPCF_1STCLASS
;
kern_cpu.c
468
const int wanted = SPCF_IDLE |
SPCF_1STCLASS
;
476
const int wanted =
SPCF_1STCLASS
;
487
if ((ci1_flags &
SPCF_1STCLASS
) != 0 &&
488
(ci2_flags &
SPCF_1STCLASS
) == 0)
kern_runq.c
601
flags = SPCF_IDLE |
SPCF_1STCLASS
;
855
if ((spc->spc_flags &
SPCF_1STCLASS
) == 0 &&
/src/sys/sys/
sched.h
188
#define
SPCF_1STCLASS
0x0040 /* first class scheduling entity */
Completed in 20 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026