Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dpelt.h154 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
H A Dfair.c4764 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
4789 cfs_rq->throttle_count--; in tg_unthrottle_up()
4790 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
4808 if (!cfs_rq->throttle_count) { in tg_throttle_down()
4812 cfs_rq->throttle_count++; in tg_throttle_down()
5226 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
H A Ddebug.c626 cfs_rq->throttle_count); in print_cfs_rq()
H A Dsched.h615 int throttle_count; member