Home
last modified time | relevance | path

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

/linux/kernel/sched/ext/
H A Dinternal.h300 struct scx_sub_attach_args { struct
792 s32 (*sub_attach)(struct scx_sub_attach_args *args);
1082 s32 (*sub_attach)(struct scx_sub_attach_args *args);
H A Dsub.c1820 struct scx_sub_attach_args sub_attach_args = { in scx_sub_enable_workfn()
H A Dext.c8248 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.c1952 s32 BPF_STRUCT_OPS(qmap_sub_attach, struct scx_sub_attach_args *args) in BPF_STRUCT_OPS()