Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c3837 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq);
3965 if (throttled_hierarchy(gcfs_rq)) in update_cfs_group()
5353 if (!throttled_hierarchy(cfs_rq)) { in enqueue_entity()
5800 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq) in throttled_hierarchy() function
5818 return throttled_hierarchy(src_cfs_rq) || in throttled_lb_pair()
5819 throttled_hierarchy(dest_cfs_rq); in throttled_lb_pair()
6735 static inline int throttled_hierarchy(struct cfs_rq *cfs_rq) in throttled_hierarchy() function
7107 if (task_sleep && se && !throttled_hierarchy(cfs_rq)) in dequeue_entities()
8753 if (unlikely(throttled_hierarchy(cfs_rq_of(pse)))) in check_preempt_wakeup_fair()
9013 if (!se->on_rq || throttled_hierarchy(cfs_rq_of(se))) in yield_to_task_fair()
[all …]