Home
last modified time | relevance | path

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

12

/Linux-v5.10/net/sched/
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()
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-v5.10/drivers/usb/serial/
Dmetro-usb.c41 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()
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()
Ddigi_acceleport.c1389 int tty_flag, throttled; in digi_read_inb_callback() local
1415 throttled = priv->dp_throttled; in digi_read_inb_callback()
1416 if (throttled) in digi_read_inb_callback()
1455 return throttled ? 1 : 0; in digi_read_inb_callback()
/Linux-v5.10/drivers/cpufreq/
Dpowernv-cpufreq.c109 static bool rebooting, throttled, occ_reset; variable
132 bool throttled; member
569 if (chip->throttled) in powernv_cpufreq_throttle_check()
571 chip->throttled = true; in powernv_cpufreq_throttle_check()
583 } else if (chip->throttled) { in powernv_cpufreq_throttle_check()
584 chip->throttled = false; in powernv_cpufreq_throttle_check()
593 throttled = true; in powernv_cpufreq_throttle_check()
599 throttled = true; in powernv_cpufreq_throttle_check()
603 if (throttled) { in powernv_cpufreq_throttle_check()
750 if (!throttled) { in powernv_cpufreq_target_index()
[all …]
/Linux-v5.10/Documentation/scheduler/
Dsched-bwc.rst16 throttled. Throttled threads will not be able to run again until the next
75 - nr_throttled: Number of times the group has been throttled/limited.
77 of the group have been throttled.
93 There are two ways in which a group may become throttled:
Dsched-deadline.rst108 said to be "throttled" (also known as "depleted" in real-time literature)
114 throttled task, the scheduling deadline and the remaining runtime are
655 remaining runtime and is immediately throttled, until the next
/Linux-v5.10/arch/um/drivers/
Dline.h44 int throttled; member
Dline.c224 line->throttled = 1; in line_throttle()
231 line->throttled = 0; in line_unthrottle()
Dchan_kern.c135 if (!line->throttled) in line_timer_cb()
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-system-cpu437 frequency is throttled to lower frequency in turbo (at and above
441 max frequency is throttled to lower frequency in sub-turbo(below
445 frequency is unthrottled after being throttled.
448 frequency is throttled due to 'Power Capping'.
451 frequency is throttled due to 'CPU Over Temperature'.
454 max frequency is throttled due to 'Power Supply Failure'.
457 max frequency is throttled due to 'Overcurrent'.
460 frequency is throttled due to 'OCC Reset'.
/Linux-v5.10/drivers/staging/fwserial/
Dfwserial.h170 unsigned int throttled; member
/Linux-v5.10/arch/powerpc/platforms/cell/
DKconfig99 If no spu is running on a given cpu, that cpu will be throttled to
/Linux-v5.10/drivers/tty/serial/8250/
D8250_omap.c125 bool throttled; member
728 priv->throttled = true; in omap_8250_throttle()
744 priv->throttled = false; in omap_8250_unthrottle()
828 if (!priv->throttled) { in __dma_rx_complete()
/Linux-v5.10/tools/perf/
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-v5.10/block/
Dblk-throttle.c2181 bool throttled = false; in blk_throtl_bio() local
2267 throttled = true; in blk_throtl_bio()
2286 if (throttled || !td->track_bio_latency) in blk_throtl_bio()
2290 return throttled; in blk_throtl_bio()
/Linux-v5.10/drivers/tty/
Dn_gsm.c144 bool throttled; /* Private copy of throttle state */ member
428 if (dlci->throttled) in gsm_encode_modem()
3164 dlci->throttled = true; in gsmtty_throttle()
3176 dlci->throttled = false; in gsmtty_unthrottle()
Dn_tty.c264 int throttled; in n_tty_check_throttle() local
268 throttled = tty_throttle_safe(tty); in n_tty_check_throttle()
269 if (!throttled) in n_tty_check_throttle()
/Linux-v5.10/kernel/sched/
Drt.c855 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
924 throttled = 1; in do_sched_rt_period_timer()
931 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
Dfair.c4661 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
4682 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
4805 cfs_rq->throttled = 1; in throttle_cfs_rq()
4819 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
4944 int throttled; in do_sched_cfs_period_timer() local
4950 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
4957 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
4962 if (!throttled) { in do_sched_cfs_period_timer()
4974 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
4980 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
/Linux-v5.10/tools/include/uapi/linux/
Dpkt_sched.h905 __u64 throttled; member
/Linux-v5.10/include/uapi/linux/
Dpkt_sched.h931 __u64 throttled; member
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/
Digb.rst149 throttled via interrupt moderation. Interrupt moderation must be used to avoid
/Linux-v5.10/Documentation/driver-api/thermal/
Dintel_powerclamp.rst238 normal cases, such as scp a large file, applications can be throttled

12