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

/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.h448 #define SCHED(f) (sched_current_dispatch->f)
648 extern const struct sched_dispatch_table *sched_current_dispatch;
H A Dsched_prim.c478 const struct sched_dispatch_table *sched_current_dispatch = NULL; variable in typeref:struct:sched_dispatch_table
524 sched_current_dispatch = &sched_traditional_dispatch;
529 sched_current_dispatch = &sched_traditional_with_pset_runqueue_dispatch;
536 sched_current_dispatch = &sched_proto_dispatch;
543 sched_current_dispatch = &sched_grrr_dispatch;
550 sched_current_dispatch = &sched_fixedpriority_dispatch;
555 sched_current_dispatch = &sched_fixedpriority_with_pset_runqueue_dispatch;
565 sched_current_dispatch = &sched_traditional_with_pset_runqueue_dispatch;
570 sched_current_dispatch = &sched_proto_dispatch;
575 sched_current_dispatch
[all...]

Completed in 17 milliseconds