Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h279 struct scx_sub_detach_args { struct
756 void (*sub_detach)(struct scx_sub_detach_args *args);
H A Dext.c5691 struct scx_sub_detach_args sub_detach_args = { in scx_sub_disable()
7412 static void sched_ext_ops__sub_detach(struct scx_sub_detach_args *args) {} in sched_ext_ops__sub_detach()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c1010 void BPF_STRUCT_OPS(qmap_sub_detach, struct scx_sub_detach_args *args) in BPF_STRUCT_OPS()