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

/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.h450 struct sched_dispatch_table { struct
604 extern const struct sched_dispatch_table sched_traditional_dispatch;
605 extern const struct sched_dispatch_table sched_traditional_with_pset_runqueue_dispatch;
610 extern const struct sched_dispatch_table sched_proto_dispatch;
615 extern const struct sched_dispatch_table sched_grrr_dispatch;
621 extern const struct sched_dispatch_table sched_fixedpriority_dispatch;
622 extern const struct sched_dispatch_table sched_fixedpriority_with_pset_runqueue_dispatch;
648 extern const struct sched_dispatch_table *sched_current_dispatch;
H A Dsched_fixedpriority.c160 const struct sched_dispatch_table sched_fixedpriority_dispatch = {
196 const struct sched_dispatch_table sched_fixedpriority_with_pset_runqueue_dispatch = {
H A Dsched_proto.c157 const struct sched_dispatch_table sched_proto_dispatch = {
H A Dsched_grrr.c198 const struct sched_dispatch_table sched_grrr_dispatch = {
H A Dsched_prim.c404 const struct sched_dispatch_table sched_traditional_dispatch = {
440 const struct sched_dispatch_table sched_traditional_with_pset_runqueue_dispatch = {
478 const struct sched_dispatch_table *sched_current_dispatch = NULL;

Completed in 32 milliseconds