Lines Matching full:scheduler
51 In order to run a sched_ext scheduler, you'll have to run a kernel compiled
93 example, using vmlinux.h allows a scheduler to access fields defined directly
108 bpf_printk("Task %s enabled in example scheduler", p->comm);
119 The scheduler build system will generate this vmlinux.h file as part of the
120 scheduler build pipeline. It looks for a vmlinux file in the following
163 For more scheduler implementations, tools and documentation, visit
168 A simple scheduler that provides an example of a minimal sched_ext scheduler.
171 Though very simple, in limited scenarios, this scheduler can perform reasonably
176 Another simple, yet slightly more complex scheduler that provides an example of
184 A "central" scheduler where scheduling decisions are made from a single CPU.
185 This scheduler illustrates how scheduling decisions can be dispatched from a
189 The approach demonstrated by this scheduler may be useful for any workload that
197 A flattened cgroup hierarchy scheduler. This scheduler implements hierarchical
203 Similar to scx_simple, in limited scenarios, this scheduler can perform
242 referenced in a scheduler is unknown: