Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/sched_ext/
Dmaximal.bpf.c99 struct scx_cgroup_init_args *args) in BPF_STRUCT_OPS()
/linux-6.12.1/tools/sched_ext/
Dscx_flatcg.bpf.c834 struct scx_cgroup_init_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
/linux-6.12.1/kernel/sched/
Dext.c157 struct scx_cgroup_init_args { struct
540 struct scx_cgroup_init_args *args);
3784 struct scx_cgroup_init_args args = in scx_tg_online()
4138 struct scx_cgroup_init_args args = { .weight = tg->scx_weight }; in scx_cgroup_init()
5565 static s32 cgroup_init_stub(struct cgroup *cgrp, struct scx_cgroup_init_args *args) { return -EINVA… in cgroup_init_stub()