/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_plug.c | 63 bool throttled; member 105 if (q->throttled) in plug_dequeue() 113 q->throttled = true; in plug_dequeue() 144 q->throttled = true; in plug_init() 177 q->throttled = true; in plug_change() 186 q->throttled = false; in plug_change() 194 q->throttled = false; in plug_change()
|
H A D | sch_fq.c | 154 /* special value to mark a throttled flow (not on old/new list) */ 155 static struct fq_flow throttled; variable 159 return f->next == &throttled; in fq_flow_is_throttled() 198 f->next = &throttled; in fq_flow_set_throttled() 1021 st.throttled = q->stat_throttled; in fq_dump_stats()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_plug.c | 63 bool throttled; member 105 if (q->throttled) in plug_dequeue() 113 q->throttled = true; in plug_dequeue() 144 q->throttled = true; in plug_init() 174 q->throttled = true; in plug_change() 183 q->throttled = false; in plug_change() 191 q->throttled = false; in plug_change()
|
H A D | sch_fq.c | 154 /* special value to mark a throttled flow (not on old/new list) */ 155 static struct fq_flow throttled; variable 159 return f->next == &throttled; in fq_flow_is_throttled() 198 f->next = &throttled; in fq_flow_set_throttled() 1018 st.throttled = q->stat_throttled; in fq_dump_stats()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | metro-usb.c | 41 int throttled; member 112 int throttled = 0; in metrousb_read_int_callback() local 149 throttled = metro_priv->throttled; in metrousb_read_int_callback() 152 if (throttled) in metrousb_read_int_callback() 180 metro_priv->throttled = 0; in metrousb_open() 277 metro_priv->throttled = 1; in metrousb_throttle() 333 metro_priv->throttled = 0; in metrousb_unthrottle()
|
H A D | symbolserial.c | 28 bool throttled; member 80 if (!priv->throttled) { in symbol_int_callback() 98 priv->throttled = false; in symbol_open() 122 priv->throttled = true; in symbol_throttle() 134 priv->throttled = false; in symbol_unthrottle()
|
H A D | digi_acceleport.c | 1353 * throttled, and -1 if the sanity checks failed. 1366 int tty_flag, throttled; in digi_read_inb_callback() local 1392 throttled = priv->dp_throttled; in digi_read_inb_callback() 1393 if (throttled) in digi_read_inb_callback() 1432 return throttled ? 1 : 0; in digi_read_inb_callback()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | metro-usb.c | 41 int throttled; member 113 int throttled = 0; in metrousb_read_int_callback() local 149 throttled = metro_priv->throttled; in metrousb_read_int_callback() 152 if (throttled) in metrousb_read_int_callback() 180 metro_priv->throttled = 0; in metrousb_open() 275 metro_priv->throttled = 1; in metrousb_throttle() 331 metro_priv->throttled = 0; in metrousb_unthrottle()
|
H A D | symbolserial.c | 28 bool throttled; member 80 if (!priv->throttled) { in symbol_int_callback() 98 priv->throttled = false; in symbol_open() 122 priv->throttled = true; in symbol_throttle() 134 priv->throttled = false; in symbol_unthrottle()
|
H A D | digi_acceleport.c | 1353 * throttled, and -1 if the sanity checks failed. 1366 int tty_flag, throttled; in digi_read_inb_callback() local 1392 throttled = priv->dp_throttled; in digi_read_inb_callback() 1393 if (throttled) in digi_read_inb_callback() 1432 return throttled ? 1 : 0; in digi_read_inb_callback()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | pelt.h | 158 u64 throttled; in update_idle_cfs_rq_clock_pelt() local 161 throttled = U64_MAX; in update_idle_cfs_rq_clock_pelt() 163 throttled = cfs_rq->throttled_clock_pelt_time; in update_idle_cfs_rq_clock_pelt() 165 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt() 168 /* rq->task_clock normalized against any time this cfs_rq has spent throttled */
|
H A D | fair.c | 472 * With cfs_rq being unthrottled/throttled during an enqueue, in list_del_leaf_cfs_rq() 4441 u64 throttled = 0, now, lut; in migrate_se_pelt_lag() local 4490 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in migrate_se_pelt_lag() 4492 if (throttled == U64_MAX) in migrate_se_pelt_lag() 4505 now -= throttled; in migrate_se_pelt_lag() 5690 if (cfs_rq->throttled) in __account_cfs_rq_runtime() 5694 * hierarchy can be throttled in __account_cfs_rq_runtime() 5711 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled() 5714 /* check whether cfs_rq, or any parent, is throttled */ 5722 * dest_cpu are members of a throttled hierarch 6048 bool throttled = false; distribute_cfs_runtime() local 6121 int throttled; do_sched_cfs_period_timer() local [all...] |
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 110 static bool rebooting, throttled, occ_reset; variable 133 bool throttled; member 570 if (chip->throttled) in powernv_cpufreq_throttle_check() 572 chip->throttled = true; in powernv_cpufreq_throttle_check() 584 } else if (chip->throttled) { in powernv_cpufreq_throttle_check() 585 chip->throttled = false; in powernv_cpufreq_throttle_check() 594 throttled = true; in powernv_cpufreq_throttle_check() 600 throttled = true; in powernv_cpufreq_throttle_check() 604 if (throttled) { in powernv_cpufreq_throttle_check() 606 pr_warn("CPU Frequency could be throttled\ in powernv_cpufreq_throttle_check() [all...] |
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 110 static bool rebooting, throttled, occ_reset; variable 133 bool throttled; member 570 if (chip->throttled) in powernv_cpufreq_throttle_check() 572 chip->throttled = true; in powernv_cpufreq_throttle_check() 584 } else if (chip->throttled) { in powernv_cpufreq_throttle_check() 585 chip->throttled = false; in powernv_cpufreq_throttle_check() 594 throttled = true; in powernv_cpufreq_throttle_check() 600 throttled = true; in powernv_cpufreq_throttle_check() 604 if (throttled) { in powernv_cpufreq_throttle_check() 606 pr_warn("CPU Frequency could be throttled\ in powernv_cpufreq_throttle_check() [all...] |
/kernel/linux/linux-5.10/arch/um/drivers/ |
H A D | line.h | 44 int throttled; member
|
H A D | line.c | 224 line->throttled = 1; in line_throttle() 231 line->throttled = 0; in line_unthrottle()
|
H A D | chan_kern.c | 135 if (!line->throttled) in line_timer_cb()
|
/kernel/linux/linux-6.6/arch/um/drivers/ |
H A D | line.h | 44 int throttled; member
|
H A D | line.c | 219 line->throttled = 1; in line_throttle() 226 line->throttled = 0; in line_unthrottle()
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A D | fwserial.h | 170 unsigned int throttled; member
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | stm32-usart.h | 203 bool throttled; /* port throttled */ member
|
H A D | stm32-usart.c | 552 if (stm32_port->throttled) in stm32_usart_rx_dma_start_or_resume() 887 if (!stm32_port->throttled) { in stm32_usart_interrupt() 905 if (stm32_usart_rx_dma_started(stm32_port) && !stm32_port->throttled) { in stm32_usart_interrupt() 1006 stm32_port->throttled = true; in stm32_usart_throttle() 1022 stm32_port->throttled = false; in stm32_usart_unthrottle()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-kvm.c | 802 int i, err, throttled = 0; in perf_kvm__mmap_read() local 823 throttled = 1; in perf_kvm__mmap_read() 840 return throttled; in perf_kvm__mmap_read()
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_omap.c | 137 bool throttled; member 793 priv->throttled = true; in omap_8250_throttle() 809 priv->throttled = false; in omap_8250_unthrottle() 903 if (!priv->throttled) { in __dma_rx_complete()
|
/kernel/linux/linux-6.6/drivers/tty/serial/8250/ |
H A D | 8250_omap.c | 143 bool throttled; member 794 priv->throttled = true; in omap_8250_throttle() 811 priv->throttled = false; in omap_8250_unthrottle() 974 if (!priv->throttled) { in __dma_rx_complete()
|