Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/sched/
Drtg.h63 unsigned int sched_get_group_id(struct task_struct *p);
/kernel/linux/linux-5.10/kernel/sched/rtg/
Drtg.c351 unsigned int sched_get_group_id(struct task_struct *p) in sched_get_group_id() function
1098 old_grp_id = sched_get_group_id(p); in sync_cgroup_colocation()
/kernel/linux/linux-5.10/fs/proc/
Dbase.c1558 seq_printf(m, "%d\n", sched_get_group_id(p)); in sched_group_id_show()