Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c270 struct tdq { struct
276 struct mtx_padalign tdq_lock; /* run queue lock. */ argument
277 struct cpu_group *tdq_cg; /* (c) Pointer to cpu topology. */ argument
278 struct thread *tdq_curthread; /* (t) Current executing thread. */ argument
279 int tdq_load; /* (ts) Aggregate load. */ argument
280 int tdq_sysload; /* (ts) For loadavg, !ITHD load. */ argument
281 int tdq_cpu_idle; /* (ls) cpu_idle() is active. */ argument
282 int tdq_transferable; /* (ts) Transferable thread count. */ argument
283 short tdq_switchcnt; /* (l) Switches this tick. */ argument
284 short tdq_oldswitchcnt; /* (l) Switches last tick. */ argument
[all …]