Home
last modified time | relevance | path

Searched refs:throttled (Results 1 – 25 of 43) sorted by relevance

12

/linux/net/sched/
A Dsch_plug.c63 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()
A Dsch_fq.c155 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()
1017 st.throttled = q->stat_throttled; in fq_dump_stats()
/linux/drivers/usb/serial/
A Dmetro-usb.c41 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()
A Dsymbolserial.c28 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()
A Ddigi_acceleport.c1363 int tty_flag, throttled; in digi_read_inb_callback() local
1389 throttled = priv->dp_throttled; in digi_read_inb_callback()
1390 if (throttled) in digi_read_inb_callback()
1429 return throttled ? 1 : 0; in digi_read_inb_callback()
/linux/drivers/cpufreq/
A Dpowernv-cpufreq.c133 bool throttled; member
570 if (chip->throttled) in powernv_cpufreq_throttle_check()
572 chip->throttled = true; 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()
751 if (!throttled) { in powernv_cpufreq_target_index()
969 if (!throttled) { in powernv_cpufreq_occ_msg()
970 throttled = true; in powernv_cpufreq_occ_msg()
[all …]
/linux/arch/um/drivers/
A Dline.h44 int throttled; member
A Dline.c219 line->throttled = 1; in line_throttle()
226 line->throttled = 0; in line_unthrottle()
A Dchan_kern.c135 if (!line->throttled) in line_timer_cb()
/linux/Documentation/ABI/testing/
A Dsysfs-devices-system-cpu438 frequency is throttled to lower frequency in turbo (at and above
442 max frequency is throttled to lower frequency in sub-turbo(below
446 frequency is unthrottled after being throttled.
449 frequency is throttled due to 'Power Capping'.
452 frequency is throttled due to 'CPU Over Temperature'.
455 max frequency is throttled due to 'Power Supply Failure'.
458 max frequency is throttled due to 'Overcurrent'.
461 frequency is throttled due to 'OCC Reset'.
/linux/Documentation/scheduler/
A Dsched-bwc.rst17 throttled. Throttled threads will not be able to run again until the next
133 - nr_throttled: Number of times the group has been throttled/limited.
135 of the group have been throttled.
154 There are two ways in which a group may become throttled:
/linux/drivers/staging/fwserial/
A Dfwserial.h170 unsigned int throttled; member
/linux/arch/powerpc/platforms/cell/
A DKconfig100 If no spu is running on a given cpu, that cpu will be throttled to
/linux/drivers/tty/serial/
A Dstm32-usart.h268 bool throttled; /* port throttled */ member
A Dstm32-usart.c585 if (!stm32_port->throttled) { in stm32_usart_interrupt()
617 if (!stm32_port->throttled) { in stm32_usart_threaded_interrupt()
748 stm32_port->throttled = true; in stm32_usart_throttle()
771 stm32_port->throttled = false; in stm32_usart_unthrottle()
831 if (!stm32_port->throttled) in stm32_usart_start_rx_dma_cyclic()
/linux/drivers/tty/serial/8250/
A D8250_omap.c135 bool throttled; member
778 priv->throttled = true; in omap_8250_throttle()
794 priv->throttled = false; in omap_8250_unthrottle()
888 if (!priv->throttled) { in __dma_rx_complete()
/linux/tools/perf/
A Dbuiltin-kvm.c802 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()
/linux/Documentation/x86/
A Dbuslock.rst117 throttled by enforced sleeps until the rate goes under the limit again.
/linux/block/
A Dblk-throttle.c2072 bool throttled = false; in __blk_throtl_bio() local
2151 throttled = true; in __blk_throtl_bio()
2169 if (throttled || !td->track_bio_latency) in __blk_throtl_bio()
2173 return throttled; in __blk_throtl_bio()
/linux/drivers/tty/
A Dn_gsm.c145 bool throttled; /* Private copy of throttle state */ member
433 if (dlci->throttled) in gsm_encode_modem()
3239 dlci->throttled = true; in gsmtty_throttle()
3251 dlci->throttled = false; in gsmtty_unthrottle()
A Dn_tty.c260 int throttled; in n_tty_check_throttle() local
264 throttled = tty_throttle_safe(tty); in n_tty_check_throttle()
265 if (!throttled) in n_tty_check_throttle()
/linux/tools/include/uapi/linux/
A Dpkt_sched.h906 __u64 throttled; member
/linux/kernel/sched/
A Drt.c862 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
931 throttled = 1; in do_sched_rt_period_timer()
938 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
A Dfair.c4708 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
4729 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
4870 cfs_rq->throttled = 1; in throttle_cfs_rq()
4884 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
5019 int throttled; in do_sched_cfs_period_timer() local
5025 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
5035 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
5038 if (!throttled) { in do_sched_cfs_period_timer()
5050 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
5056 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
/linux/include/uapi/linux/
A Dpkt_sched.h936 __u64 throttled; member

Completed in 83 milliseconds

12