Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Dsched.h460 extern int walk_tg_tree_from(struct task_group *from,
471 return walk_tg_tree_from(&root_task_group, down, up, data); in walk_tg_tree()
Dfair.c4863 walk_tg_tree_from(cfs_rq->tg, tg_throttle_down, tg_nop, (void *)rq); in throttle_cfs_rq()
4937 walk_tg_tree_from(cfs_rq->tg, tg_nop, tg_unthrottle_up, (void *)rq); in unthrottle_cfs_rq()
Dcore.c1165 int walk_tg_tree_from(struct task_group *from, in walk_tg_tree_from() function