Searched defs:tdq (Results 1 – 1 of 1) sorted by relevance
270 struct tdq { struct276 struct mtx_padalign tdq_lock; /* run queue lock. */ argument277 struct cpu_group *tdq_cg; /* (c) Pointer to cpu topology. */ argument278 struct thread *tdq_curthread; /* (t) Current executing thread. */ argument279 int tdq_load; /* (ts) Aggregate load. */ argument280 int tdq_sysload; /* (ts) For loadavg, !ITHD load. */ argument281 int tdq_cpu_idle; /* (ls) cpu_idle() is active. */ argument282 int tdq_transferable; /* (ts) Transferable thread count. */ argument283 short tdq_switchcnt; /* (l) Switches this tick. */ argument284 short tdq_oldswitchcnt; /* (l) Switches last tick. */ argument[all …]