Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dpelt.h161 if (unlikely(cfs_rq->throttle_count)) in update_idle_cfs_rq_clock_pelt()
172 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
H A Dfair.c5802 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
5827 cfs_rq->throttle_count--; in tg_unthrottle_up()
5828 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
5857 if (!cfs_rq->throttle_count) { in tg_throttle_down()
5865 cfs_rq->throttle_count++; in tg_throttle_down()
6444 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
H A Ddebug.c877 cfs_rq->throttle_count); in print_cfs_rq()