OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spc_curpriority
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
sched.h
173
volatile pri_t
spc_curpriority
;/* s: usrpri of curlwp */
member in struct:schedstate_percpu
/src/sys/kern/
kern_runq.c
334
if (pri <= spc->
spc_curpriority
|| !mp_online) {
505
bestpri = MAX(bestspc->
spc_curpriority
,
530
curpri = MAX(curspc->
spc_curpriority
,
622
if (sched_migratable(l, ci) && (eprio > spc->
spc_curpriority
||
kern_synch.c
570
spc->
spc_curpriority
= lwp_eprio(newl);
580
spc->
spc_curpriority
= PRI_IDLE;
Completed in 32 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025