Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dfair.c4278 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_task()
4391 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
4416 cfs_rq->throttle_count--; in tg_unthrottle_up()
4417 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
4432 if (!cfs_rq->throttle_count) in tg_throttle_down()
4434 cfs_rq->throttle_count++; in tg_throttle_down()
4817 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
Ddebug.c566 cfs_rq->throttle_count); in print_cfs_rq()
Dsched.h565 int throttle_count; member