Home
last modified time | relevance | path

Searched refs:sched_name (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Dsched_traditional.c136 .sched_name = "traditional",
191 .sched_name = "traditional_with_pset_runqueue",
H A Dsched_proto.c156 .sched_name = "proto",
H A Dsched_dualq.c102 .sched_name = "dualq",
H A Dsched_amp.c115 .sched_name = "amp",
H A Dsched_prim.h710 const char *sched_name; member
H A Dsched_grrr.c193 .sched_name = "grrr",
H A Dsched_multiq.c292 .sched_name = "multiq",
H A Dsched_clutch.c2739 .sched_name = "clutch",
3375 .sched_name = "edge",
H A Dsched_prim.c433 kprintf("Scheduler: Default of %s\n", SCHED(sched_name)); in sched_init()
450 strlcpy(sched_string, SCHED(sched_name), sizeof(sched_string)); in sched_init()