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

/darwin-on-arm/xnu/osfmk/kern/
H A Dsched_prim.h455 #define SCHED(f) (sched_current_dispatch->f)
655 extern const struct sched_dispatch_table *sched_current_dispatch;
H A Dsched_prim.c465 const struct sched_dispatch_table *sched_current_dispatch = NULL; variable in typeref:struct:sched_dispatch_table
508 sched_current_dispatch = &sched_traditional_dispatch;
513 sched_current_dispatch = &sched_traditional_with_pset_runqueue_dispatch;
520 sched_current_dispatch = &sched_proto_dispatch;
527 sched_current_dispatch = &sched_grrr_dispatch;
534 sched_current_dispatch = &sched_fixedpriority_dispatch;
539 sched_current_dispatch = &sched_fixedpriority_with_pset_runqueue_dispatch;
549 sched_current_dispatch = &sched_traditional_dispatch;
554 sched_current_dispatch = &sched_proto_dispatch;
559 sched_current_dispatch
[all...]

Completed in 11 milliseconds