Searched refs:cgroup_init (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 157 .cgroup_init = (void *) maximal_cgroup_init,
|
| /linux-6.15/include/linux/ |
| H A D | cgroup.h | 137 int cgroup_init(void); 663 static inline int cgroup_init(void) { return 0; } in cgroup_init() function
|
| /linux-6.15/kernel/sched/ |
| H A D | ext.c | 588 s32 (*cgroup_init)(struct cgroup *cgrp, member 3948 if (SCX_HAS_OP(cgroup_init)) { in scx_tg_online() 3952 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, cgroup_init, NULL, in scx_tg_online() 4291 if (!scx_ops.cgroup_init) { in scx_cgroup_init() 4300 ret = SCX_CALL_OP_RET(SCX_KF_UNLOCKED, cgroup_init, NULL, in scx_cgroup_init() 5699 case offsetof(struct sched_ext_ops, cgroup_init): in bpf_scx_check_member() 5809 .cgroup_init = sched_ext_ops__cgroup_init,
|
| /linux-6.15/tools/sched_ext/ |
| H A D | scx_flatcg.bpf.c | 948 .cgroup_init = (void *)fcg_cgroup_init,
|
| /linux-6.15/init/ |
| H A D | main.c | 1090 cgroup_init(); in start_kernel()
|
| /linux-6.15/kernel/cgroup/ |
| H A D | cgroup.c | 6205 int __init cgroup_init(void) in cgroup_init() function
|