Home
last modified time | relevance | path

Searched defs:schedstate_percpu (Results 1 – 1 of 1) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dsched.h155 struct schedstate_percpu { struct
157 kmutex_t *spc_mutex; /* (: lock on below, runnable LWPs */
159 struct lwp *spc_migrating; /* (: migrating LWP */
160 pri_t spc_curpriority;/* m: usrpri of curlwp */
161 pri_t spc_maxpriority;/* m: highest priority queued */
162 psetid_t spc_psid; /* c: processor-set ID */
167 volatile int spc_flags; /* s: flags; see below */
168 u_int spc_schedticks; /* s: ticks for schedclock() */
170 int spc_ticks; /* s: ticks until sched_tick() */
171 int spc_pscnt; /* s: prof/stat counter */
[all …]