Searched refs:tdq (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsched_ule.c224 * tdq - per processor runqs and statistics. All fields are protected by the
228 struct tdq { struct
277 static struct tdq tdq_cpu[MAXCPU];
278 static struct tdq *balance_tdq;
286 static struct tdq tdq_cpu;
307 static struct thread *tdq_choose(struct tdq *);
308 static void tdq_setup(struct tdq *);
309 static void tdq_load_add(struct tdq *, struct thread *);
310 static void tdq_load_rem(struct tdq *, struct thread *);
311 static __inline void tdq_runq_add(struct tdq *, struc
393 struct tdq *tdq; local
454 tdq_runq_add(struct tdq *tdq, struct thread *td, int flags) argument
505 tdq_runq_rem(struct tdq *tdq, struct thread *td) argument
531 tdq_load_add(struct tdq *tdq, struct thread *td) argument
549 tdq_load_rem(struct tdq *tdq, struct thread *td) argument
571 tdq_slice(struct tdq *tdq) argument
593 tdq_setlowpri(struct tdq *tdq, struct thread *ctd) argument
653 struct tdq *tdq; local
862 struct tdq *tdq; local
940 struct tdq *tdq; local
971 tdq_idled(struct tdq *tdq) argument
1027 tdq_notify(struct tdq *tdq, struct thread *td) argument
1143 tdq_steal(struct tdq *tdq, int cpu) argument
1164 struct tdq *tdq; local
1210 struct tdq *tdq; local
1306 tdq_choose(struct tdq *tdq) argument
1336 tdq_setup(struct tdq *tdq) argument
1358 struct tdq *tdq; local
1381 struct tdq *tdq; local
1659 struct tdq *tdq; local
1804 sched_switch_migrate(struct tdq *tdq, struct thread *td, int flags) argument
1856 struct tdq *tdq; local
2080 struct tdq *tdq; local
2172 struct tdq *tdq; local
2228 struct tdq *tdq; local
2298 struct tdq *tdq; local
2324 struct tdq *tdq; local
2369 tdq_add(struct tdq *tdq, struct thread *td, int flags) argument
2393 struct tdq *tdq; local
2446 struct tdq *tdq; local
2625 struct tdq *tdq; local
2701 struct tdq *tdq; local
2730 struct tdq *tdq; local
[all...]

Completed in 65 milliseconds