Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext.c7740 static struct bpf_struct_ops bpf_sched_ext_ops = { in kick_one_cpu()
9861 if (prog->aux->st_ops != &bpf_sched_ext_ops)
9927 ret = register_bpf_struct_ops(&bpf_sched_ext_ops, sched_ext_ops);
7627 static struct bpf_struct_ops bpf_sched_ext_ops = { global() variable