Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dfair.c5763 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
5806 if (!cfs_rq->throttle_count) in throttle_cfs_rq_work()
5917 if (--cfs_rq->throttle_count) in tg_unthrottle_up()
5987 if (cfs_rq->throttle_count++) in tg_throttle_down()
6462 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
6472 if (cfs_rq->throttle_count) in sync_throttle()
H A Dsched.h766 int throttle_count; member