Searched refs:tg_nop (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | sched.h | 479 extern int tg_nop(struct task_group *tg, void *data);
|
| H A D | rt.c | 2687 ret = walk_tg_tree(tg_rt_schedulable, tg_nop, &data); in __rt_schedulable()
|
| H A D | core.c | 878 int tg_nop(struct task_group *tg, void *data) in tg_nop() function 8576 ret = walk_tg_tree(tg_cfs_schedulable_down, tg_nop, &data); in __cfs_schedulable()
|
| H A D | fair.c | 4849 walk_tg_tree_from(cfs_rq->tg, tg_throttle_down, tg_nop, (void *)rq); in throttle_cfs_rq() 4905 walk_tg_tree_from(cfs_rq->tg, tg_nop, tg_unthrottle_up, (void *)rq); in unthrottle_cfs_rq()
|