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

/linux-master/kernel/sched/
H A Dfair.c3855 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq);
3979 if (throttled_hierarchy(gcfs_rq))
5328 if (!throttled_hierarchy(cfs_rq)) {
5686 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq) function
5704 return throttled_hierarchy(src_cfs_rq) ||
5705 throttled_hierarchy(dest_cfs_rq);
6590 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq) function
6841 if (task_sleep && se && !throttled_hierarchy(cfs_rq))
8302 if (unlikely(throttled_hierarchy(cfs_rq_of(pse))))
8598 if (!se->on_rq || throttled_hierarchy(cfs_rq_o
[all...]

Completed in 146 milliseconds