Home
last modified time | relevance | path

Searched refs:throttle_count (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/kernel/sched/
H A Dpelt.h160 if (unlikely(cfs_rq->throttle_count)) in update_idle_cfs_rq_clock_pelt()
171 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
H A Dfair.c5717 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
5742 cfs_rq->throttle_count--; in tg_unthrottle_up()
5743 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
5772 if (!cfs_rq->throttle_count) { in tg_throttle_down()
5780 cfs_rq->throttle_count++; in tg_throttle_down()
6323 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
H A Ddebug.c701 SEQ_printf(m, " .%-30s: %d\n", "throttle_count", in print_cfs_rq()
702 cfs_rq->throttle_count); in print_cfs_rq()
H A Dsched.h743 int throttle_count; member
/kernel/linux/linux-5.10/kernel/sched/
H A Dpelt.h147 if (unlikely(cfs_rq->throttle_count)) in cfs_rq_clock_pelt()
H A Ddebug.c623 SEQ_printf(m, " .%-30s: %d\n", "throttle_count", in print_cfs_rq()
624 cfs_rq->throttle_count); in print_cfs_rq()
H A Dfair.c4989 return cfs_bandwidth_used() && cfs_rq->throttle_count; in throttled_hierarchy()
5014 cfs_rq->throttle_count--; in tg_unthrottle_up()
5015 if (!cfs_rq->throttle_count) { in tg_unthrottle_up()
5033 if (!cfs_rq->throttle_count) { in tg_throttle_down()
5037 cfs_rq->throttle_count++; in tg_throttle_down()
5457 cfs_rq->throttle_count = pcfs_rq->throttle_count; in sync_throttle()
H A Dsched.h700 int throttle_count; member

Completed in 43 milliseconds