Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Dsched.h158 struct schedstate_percpu { struct
159 struct kmutex *spc_mutex; /* (: lock on below, runnable LWPs */
160 struct kmutex *spc_lwplock; /* (: general purpose lock for LWPs */
161 struct lwp *spc_migrating; /* (: migrating LWP */
162 struct cpu_info *spc_nextpkg; /* (: next package 1st for RR */
163 psetid_t spc_psid; /* c: processor-set ID */
164 time_t spc_lastmod; /* c: time of last cpu state change */
165 volatile int spc_flags; /* s: flags; see below */
166 u_int spc_schedticks; /* s: ticks for schedclock() */
167 uint64_t spc_cp_time[CPUSTATES];/* s: CPU state statistics */
[all …]