Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dext_internal.h273 struct scx_sub_attach_args { struct
750 s32 (*sub_attach)(struct scx_sub_attach_args *args);
H A Dext.c6932 struct scx_sub_attach_args sub_attach_args = { in scx_sub_enable_workfn()
7411 static s32 sched_ext_ops__sub_attach(struct scx_sub_attach_args *args) { return -EINVAL; } in sched_ext_ops__sub_attach()
/linux/tools/sched_ext/
H A Dscx_qmap.bpf.c994 s32 BPF_STRUCT_OPS(qmap_sub_attach, struct scx_sub_attach_args *args) in BPF_STRUCT_OPS()