Lines Matching refs:example
6 This directory contains a number of example sched_ext schedulers. These
17 This README will describe these example schedulers, including describing the
25 There are a few toolchain dependencies for compiling the example schedulers.
78 You may notice that most of the example schedulers include a "vmlinux.h" file.
93 example, using vmlinux.h allows a scheduler to access fields defined directly
108 bpf_printk("Task %s enabled in example scheduler", p->comm);
115 .name = "example",
144 example above, we print out a task name with `p->comm`. CO-RE would perform
159 This directory contains the following example schedulers. These schedulers are
168 A simple scheduler that provides an example of a minimal sched_ext scheduler.
176 Another simple, yet slightly more complex scheduler that provides an example of
190 benefits from minimizing scheduling overhead and timer ticks. An example of
232 3. Rebuild the kernel, and then your example schedulers.