Home
last modified time | relevance | path

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

/xnu-8796.141.3/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.c118 .sched_name = "amp",
H A Dsched_grrr.c193 .sched_name = "grrr",
H A Dsched_prim.h837 const char *sched_name; member
H A Dsched_multiq.c292 .sched_name = "multiq",
H A Dsched_clutch.c2770 .sched_name = "clutch",
3365 .sched_name = "edge",
H A Dsched_prim.c440 kprintf("Scheduler: Default of %s\n", SCHED(sched_name)); in sched_init()
457 strlcpy(sched_string, SCHED(sched_name), sizeof(sched_string)); in sched_init()