Home
last modified time | relevance | path

Searched refs:cgroup_move (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/sched_ext/
H A Dmaximal.bpf.c161 .cgroup_move = (void *) maximal_cgroup_move,
/linux/tools/sched_ext/
H A Dscx_flatcg.bpf.c974 .cgroup_move = (void *)fcg_cgroup_move,
/linux/kernel/sched/ext/
H A Dinternal.h719 void (*cgroup_move)(struct task_struct *p, member
H A Dext.c4884 if (p->scx.cgrp_moving_from && SCX_HAS_OP(sch, cgroup_move)) in scx_cgroup_move_task()
4885 SCX_CALL_OP_TASK(sch, cgroup_move, task_rq(p), in scx_cgroup_move_task()
8281 .cgroup_move = sched_ext_ops__cgroup_move,
10950 CID_OFFSET_MATCH(cgroup_move, cpuctl_move); in scx_init()