Searched refs:tg_nop (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | sched.h | 297 extern int tg_nop(struct task_group *tg, void *data);
|
D | core.c | 781 int tg_nop(struct task_group *tg, void *data) in tg_nop() function 7681 ret = walk_tg_tree(tg_rt_schedulable, tg_nop, &data); in __rt_schedulable() 8292 ret = walk_tg_tree(tg_cfs_schedulable_down, tg_nop, &data); in __cfs_schedulable()
|
D | fair.c | 3642 walk_tg_tree_from(cfs_rq->tg, tg_throttle_down, tg_nop, (void *)rq); in throttle_cfs_rq() 3696 walk_tg_tree_from(cfs_rq->tg, tg_nop, tg_unthrottle_up, (void *)rq); in unthrottle_cfs_rq()
|