Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/sched_ext/
Dmaximal.bpf.c101 struct scx_cgroup_init_args *args) in BPF_STRUCT_OPS()
/linux-6.14.4/tools/sched_ext/
Dscx_flatcg.bpf.c831 struct scx_cgroup_init_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
/linux-6.14.4/kernel/sched/
Dext.c171 struct scx_cgroup_init_args { struct
562 struct scx_cgroup_init_args *args);
4296 struct scx_cgroup_init_args args = in scx_tg_online()
4637 struct scx_cgroup_init_args args = { .weight = tg->scx_weight }; in scx_cgroup_init()
6062 static s32 sched_ext_ops__cgroup_init(struct cgroup *cgrp, struct scx_cgroup_init_args *args) { ret… in sched_ext_ops__cgroup_init()