Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dinit_enable_count.bpf.c19 struct scx_init_task_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
Dcreate_dsq.bpf.c20 struct scx_init_task_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
Dselect_cpu_dfl_nodispatch.bpf.c74 struct task_struct *p, struct scx_init_task_args *args) in BPF_STRUCT_OPS()
Dexit.bpf.c54 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
Dmaximal.bpf.c83 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
/linux-6.12.1/tools/sched_ext/
Dscx_qmap.bpf.c551 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
Dscx_flatcg.bpf.c809 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
/linux-6.12.1/kernel/sched/
Dext.c138 struct scx_init_task_args { struct
466 s32 (*init_task)(struct task_struct *p, struct scx_init_task_args *args);
3460 struct scx_init_task_args args = { in scx_ops_init_task()
5560 static s32 init_task_stub(struct task_struct *p, struct scx_init_task_args *args) { return -EINVAL;… in init_task_stub()