Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dfair.c2418 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq);
2428 if (!se || throttled_hierarchy(cfs_rq)) in update_cfs_shares()
3502 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq) in throttled_hierarchy() function
3520 return throttled_hierarchy(src_cfs_rq) || in throttled_lb_pair()
3521 throttled_hierarchy(dest_cfs_rq); in throttled_lb_pair()
4050 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq) in throttled_hierarchy() function
5131 if (unlikely(throttled_hierarchy(cfs_rq_of(pse)))) in check_preempt_wakeup()
5383 if (!se->on_rq || throttled_hierarchy(cfs_rq_of(se))) in yield_to_task_fair()
5911 if (throttled_hierarchy(cfs_rq)) in update_blocked_averages()