Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddebug.c866 cfs_rq->throttle_count); in print_cfs_rq()
H A Dfair.c5737 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
5780 if (!cfs_rq->throttle_count) in throttle_cfs_rq_work()
5891 if (--cfs_rq->throttle_count) in tg_unthrottle_up()
5961 if (cfs_rq->throttle_count++) in tg_throttle_down()
6435 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
6445 if (cfs_rq->throttle_count) in sync_throttle()
H A Dsched.h765 int throttle_count; member