Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dinit_enable_count.bpf.c19 struct scx_init_task_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
H A Dcreate_dsq.bpf.c20 struct scx_init_task_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
H A Dexit.bpf.c54 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
H A Dselect_cpu_dfl_nodispatch.bpf.c74 struct task_struct *p, struct scx_init_task_args *args) in BPF_STRUCT_OPS()
H A Dmaximal.bpf.c85 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c806 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
/linux/kernel/sched/
H A Dext.c184 struct scx_init_task_args { struct
538 s32 (*init_task)(struct task_struct *p, struct scx_init_task_args *args);
3803 struct scx_init_task_args args = { in scx_init_task()
5932 static s32 sched_ext_ops__init_task(struct task_struct *p, struct scx_init_task_args *args) { retur… in sched_ext_ops__init_task()