Home
last modified time | relevance | path

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

/linux-6.14.4/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()
Dexit.bpf.c54 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
Dselect_cpu_dfl_nodispatch.bpf.c74 struct task_struct *p, struct scx_init_task_args *args) in BPF_STRUCT_OPS()
Dmaximal.bpf.c85 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
/linux-6.14.4/tools/sched_ext/
Dscx_qmap.bpf.c551 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
Dscx_flatcg.bpf.c806 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
/linux-6.14.4/kernel/sched/
Dext.c152 struct scx_init_task_args { struct
487 s32 (*init_task)(struct task_struct *p, struct scx_init_task_args *args);
3977 struct scx_init_task_args args = { in scx_ops_init_task()
6057 static s32 sched_ext_ops__init_task(struct task_struct *p, struct scx_init_task_args *args) { retur… in sched_ext_ops__init_task()