Searched refs:cgroup_prep_move (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/sched_ext/ |
| H A D | maximal.bpf.c | 160 .cgroup_prep_move = (void *) maximal_cgroup_prep_move,
|
| /linux/kernel/sched/ext/ |
| H A D | internal.h | 708 s32 (*cgroup_prep_move)(struct task_struct *p, member
|
| H A D | ext.c | 4842 if (SCX_HAS_OP(sch, cgroup_prep_move)) { in scx_cgroup_can_attach() 4843 ret = SCX_CALL_OP_RET(sch, cgroup_prep_move, NULL, in scx_cgroup_can_attach() 8081 case offsetof(struct sched_ext_ops, cgroup_prep_move): in bpf_scx_check_member() 8280 .cgroup_prep_move = sched_ext_ops__cgroup_prep_move, 10785 [SCX_OP_IDX(cgroup_prep_move)] = SCX_KF_ALLOW_UNLOCKED, 10949 CID_OFFSET_MATCH(cgroup_prep_move, cpuctl_prep_move); in scx_init()
|