Home
last modified time | relevance | path

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

/minix3/sys/sys/
H A Dsched.h154 struct schedstate_percpu { struct
156 kmutex_t *spc_mutex; /* (: lock on below, runnable LWPs */
157 kmutex_t *spc_lwplock; /* (: general purpose lock for LWPs */
158 struct lwp *spc_migrating; /* (: migrating LWP */
159 pri_t spc_curpriority;/* m: usrpri of curlwp */
160 pri_t spc_maxpriority;/* m: highest priority queued */
161 psetid_t spc_psid; /* c: processor-set ID */
162 time_t spc_lastmod; /* c: time of last cpu state change */
165 void *spc_sched_info;/* (: scheduler-specific structure */
166 volatile int spc_flags; /* s: flags; see below */
[all …]