Searched refs:sched_ext_ops (Results 1 – 25 of 25) sorted by relevance
48 struct sched_ext_ops hotplug_cb_ops = {57 struct sched_ext_ops hotplug_nocb_ops = {
19 struct sched_ext_ops minimal_ops = {
23 struct sched_ext_ops enq_last_no_enq_fails_ops = {
30 struct sched_ext_ops prog_run_ops = {
21 struct sched_ext_ops maybe_null_fail = {
24 struct sched_ext_ops maybe_null_fail = {
32 struct sched_ext_ops select_cpu_dispatch_bad_dsq_ops = {
37 struct sched_ext_ops select_cpu_dfl_ops = {
33 struct sched_ext_ops select_cpu_dispatch_dbl_dsp_ops = {
31 struct sched_ext_ops maybe_null_success = {
37 struct sched_ext_ops ddsp_bogus_dsq_fail_ops = {
37 struct sched_ext_ops select_cpu_dispatch_ops = {
34 struct sched_ext_ops ddsp_vtimelocal_fail_ops = {
47 struct sched_ext_ops init_enable_count_ops = {
53 struct sched_ext_ops create_dsq_ops = {
61 struct sched_ext_ops dsp_local_on_ops = {
76 struct sched_ext_ops exit_ops = {
84 struct sched_ext_ops select_cpu_dfl_nodispatch_ops = {
83 struct sched_ext_ops select_cpu_vtime_ops = {
139 struct sched_ext_ops maximal_ops = {
12 #define SCX_OP_IDX(op) (offsetof(struct sched_ext_ops, op) / sizeof(void (*)(void)))258 struct sched_ext_ops { struct854 struct sched_ext_ops ops;5437 static struct scx_sched *scx_alloc_and_add_sched(struct sched_ext_ops *ops) in scx_alloc_and_add_sched()5516 const struct sched_ext_ops *ops) in check_hotplug_seq()5536 static int validate_ops(struct scx_sched *sch, const struct sched_ext_ops *ops) in validate_ops()5563 static int scx_enable(struct sched_ext_ops *ops, struct bpf_link *link) in scx_enable()5872 const struct sched_ext_ops *uops = udata; in bpf_scx_init_member()5873 struct sched_ext_ops *ops = kdata; in bpf_scx_init_member()5878 case offsetof(struct sched_ext_ops, dispatch_max_batch): in bpf_scx_init_member()[all …]
344 void scx_idle_update_selcpu_topology(struct sched_ext_ops *ops) in scx_idle_update_selcpu_topology()775 static void reset_idle_masks(struct sched_ext_ops *ops) in reset_idle_masks()797 void scx_idle_enable(struct sched_ext_ops *ops) in scx_idle_enable()
111 // vmlinux.h provides the definition for struct sched_ext_ops.113 struct sched_ext_ops example_ops {
173 exported by sched_ext is struct sched_ext_ops, and is conceptually