Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c238 struct tdq { struct
272 #define TDQ_LOAD(tdq) atomic_load_int(&(tdq)->tdq_load) argument
273 #define TDQ_TRANSFERABLE(tdq) atomic_load_int(&(tdq)->tdq_transferable) argument
274 #define TDQ_SWITCHCNT(tdq) (atomic_load_shor argument
244 tdq_locktdq global() argument
245 tdq_cgtdq global() argument
246 tdq_curthreadtdq global() argument
247 tdq_loadtdq global() argument
248 tdq_sysloadtdq global() argument
249 tdq_cpu_idletdq global() argument
250 tdq_transferabletdq global() argument
251 tdq_switchcnttdq global() argument
252 tdq_oldswitchcnttdq global() argument
253 tdq_lowpritdq global() argument
254 tdq_owepreempttdq global() argument
255 tdq_idxtdq global() argument
256 tdq_ridxtdq global() argument
257 tdq_idtdq global() argument
258 tdq_realtimetdq global() argument
259 tdq_timesharetdq global() argument
260 tdq_idletdq global() argument
261 tdq_nametdq global() argument
263 tdq_loadnametdq global() argument
276 TDQ_SWITCHCNT_INC(tdq) global() argument
417 struct tdq *tdq; tdq_print() local
478 tdq_runq_add(struct tdq * tdq,struct thread * td,int flags) tdq_runq_add() argument
529 tdq_runq_rem(struct tdq * tdq,struct thread * td) tdq_runq_rem() argument
556 tdq_load_add(struct tdq * tdq,struct thread * td) tdq_load_add() argument
574 tdq_load_rem(struct tdq * tdq,struct thread * td) tdq_load_rem() argument
596 tdq_slice(struct tdq * tdq) tdq_slice() argument
618 tdq_setlowpri(struct tdq * tdq,struct thread * ctd) tdq_setlowpri() argument
677 struct tdq *tdq; cpu_search_lowest() local
759 struct tdq *tdq; cpu_search_highest() local
848 struct tdq *tdq; sched_balance_group() local
914 struct tdq *tdq; sched_balance() local
1023 tdq_idled(struct tdq * tdq) tdq_idled() argument
1138 tdq_notify(struct tdq * tdq,int lowpri) tdq_notify() argument
1261 tdq_steal(struct tdq * tdq,int cpu) tdq_steal() argument
1282 struct tdq *tdq; sched_setcpu() local
1323 struct tdq *tdq; sched_pickcpu() local
1457 tdq_choose(struct tdq * tdq) tdq_choose() argument
1487 tdq_setup(struct tdq * tdq,int id) tdq_setup() argument
1509 struct tdq *tdq; sched_setup_smp() local
1533 struct tdq *tdq; sched_setup() local
1852 struct tdq *tdq; sched_thread_priority() local
2024 tdq_trysteal(struct tdq * tdq) tdq_trysteal() argument
2131 sched_switch_migrate(struct tdq * tdq,struct thread * td,int flags) sched_switch_migrate() argument
2182 struct tdq *tdq; sched_switch() local
2418 struct tdq *tdq; sched_fork_thread() local
2511 struct tdq *tdq; sched_preempt() local
2559 td_slice(struct thread * td,struct tdq * tdq) td_slice() argument
2573 struct tdq *tdq; sched_clock() local
2661 struct tdq *tdq; sched_runnable() local
2686 struct tdq *tdq; sched_choose() local
2732 tdq_add(struct tdq * tdq,struct thread * td,int flags) tdq_add() argument
2762 struct tdq *tdq; sched_add() local
2822 struct tdq *tdq; sched_rem() local
2986 TDQ_IDLESPIN(tdq) global() argument
2989 TDQ_IDLESPIN(tdq) global() argument
2999 struct tdq *tdq; sched_idletd() local
3083 sched_throw_grab(struct tdq * tdq) sched_throw_grab() argument
3102 struct tdq *tdq; sched_ap_entry() local
3128 struct tdq *tdq; sched_throw() local
3154 struct tdq *tdq; sched_fork_exit() local
[all...]