Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dfair.c4475 empty = list_empty(&cfs_b->throttled_cfs_rq); in throttle_cfs_rq()
4483 list_add_rcu(&cfs_rq->throttled_list, &cfs_b->throttled_cfs_rq); in throttle_cfs_rq()
4485 list_add_tail_rcu(&cfs_rq->throttled_list, &cfs_b->throttled_cfs_rq); in throttle_cfs_rq()
4552 list_for_each_entry_rcu(cfs_rq, &cfs_b->throttled_cfs_rq, in distribute_cfs_runtime()
4599 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
4639 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
4718 !list_empty(&cfs_b->throttled_cfs_rq)) in __return_cfs_rq_runtime()
4880 INIT_LIST_HEAD(&cfs_b->throttled_cfs_rq); in init_cfs_bandwidth()
4913 if (!cfs_b->throttled_cfs_rq.next) in destroy_cfs_bandwidth()
Dsched.h343 struct list_head throttled_cfs_rq; member