Home
last modified time | relevance | path

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

12

/Linux-v5.15/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.15/drivers/usb/serial/
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()
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.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-v5.15/drivers/cpufreq/
Dpowernv-cpufreq.c110 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()
751 if (!throttled) { in powernv_cpufreq_target_index()
[all …]
/Linux-v5.15/Documentation/scheduler/
Dsched-bwc.rst17 throttled. Throttled threads will not be able to run again until the next
82 - nr_throttled: Number of times the group has been throttled/limited.
84 of the group have been throttled.
100 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.15/arch/um/drivers/
Dline.h44 int throttled; member
Dline.c219 line->throttled = 1; in line_throttle()
226 line->throttled = 0; in line_unthrottle()
Dchan_kern.c135 if (!line->throttled) in line_timer_cb()
/Linux-v5.15/Documentation/ABI/testing/
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-v5.15/drivers/staging/fwserial/
Dfwserial.h170 unsigned int throttled; member
/Linux-v5.15/arch/powerpc/platforms/cell/
DKconfig100 If no spu is running on a given cpu, that cpu will be throttled to
/Linux-v5.15/drivers/tty/serial/8250/
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-v5.15/Documentation/x86/
Dbuslock.rst117 throttled by enforced sleeps until the rate goes under the limit again.
/Linux-v5.15/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.15/drivers/tty/
Dn_gsm.c145 bool throttled; /* Private copy of throttle state */ member
429 if (dlci->throttled) in gsm_encode_modem()
3177 dlci->throttled = true; in gsmtty_throttle()
3189 dlci->throttled = false; in gsmtty_unthrottle()
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-v5.15/block/
Dblk-throttle.c2219 bool throttled = false; in blk_throtl_bio() local
2305 throttled = true; in blk_throtl_bio()
2324 if (throttled || !td->track_bio_latency) in blk_throtl_bio()
2328 return throttled; in blk_throtl_bio()
/Linux-v5.15/tools/include/uapi/linux/
Dpkt_sched.h906 __u64 throttled; member
/Linux-v5.15/include/uapi/linux/
Dpkt_sched.h934 __u64 throttled; member
/Linux-v5.15/kernel/sched/
Drt.c856 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local
925 throttled = 1; in do_sched_rt_period_timer()
932 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
Dfair.c4751 if (cfs_rq->throttled) in __account_cfs_rq_runtime()
4772 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled()
4913 cfs_rq->throttled = 1; in throttle_cfs_rq()
4927 cfs_rq->throttled = 0; in unthrottle_cfs_rq()
5062 int throttled; in do_sched_cfs_period_timer() local
5068 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
5078 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer()
5081 if (!throttled) { in do_sched_cfs_period_timer()
5093 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer()
5099 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/intel/
Digb.rst149 throttled via interrupt moderation. Interrupt moderation must be used to avoid

12