Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/net/sched/
H 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()
H 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()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A 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()
H 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()
H A Dxr_usb_serial_common.h147 unsigned int throttled:1; /* actually throttled */ member
H A Ddigi_acceleport.c1366 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()
H A Dxr_usb_serial_common.c507 xr_usb_serial->throttled = xr_usb_serial->throttle_req; in xr_usb_serial_read_bulk_callback()
508 if (!xr_usb_serial->throttled && !xr_usb_serial->susp_count) { in xr_usb_serial_read_bulk_callback()
635 xr_usb_serial->throttled = 0; in xr_usb_serial_port_activate()
812 was_throttled = xr_usb_serial->throttled; in xr_usb_serial_tty_unthrottle()
813 xr_usb_serial->throttled = 0; in xr_usb_serial_tty_unthrottle()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A 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 …]
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A 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:
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dline.h44 int throttled; member
H A Dline.c224 line->throttled = 1; in line_throttle()
231 line->throttled = 0; in line_unthrottle()
H A Dchan_kern.c135 if (!line->throttled) in line_timer_cb()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A 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'.
/OK3568_Linux_fs/kernel/drivers/staging/fwserial/
H A Dfwserial.h170 unsigned int throttled; member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A DKconfig99 If no spu is running on a given cpu, that cpu will be throttled to
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_omap.c135 bool throttled; member
783 priv->throttled = true; in omap_8250_throttle()
799 priv->throttled = false; in omap_8250_unthrottle()
893 if (!priv->throttled) { in __dma_rx_complete()
/OK3568_Linux_fs/kernel/tools/perf/
H 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()
/OK3568_Linux_fs/kernel/block/
H A Dblk-throttle.c2211 bool throttled = false; in blk_throtl_bio() local
2297 throttled = true; in blk_throtl_bio()
2316 if (throttled || !td->track_bio_latency) in blk_throtl_bio()
2320 return throttled; in blk_throtl_bio()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dn_gsm.c146 bool throttled; /* Private copy of throttle state */ member
453 if (dlci->throttled) in gsm_encode_modem()
3311 dlci->throttled = true; in gsmtty_throttle()
3323 dlci->throttled = false; in gsmtty_unthrottle()
H A Dn_tty.c259 int throttled; in n_tty_check_throttle() local
263 throttled = tty_throttle_safe(tty); in n_tty_check_throttle()
264 if (!throttled) in n_tty_check_throttle()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h876 __u64 throttled; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h905 __u64 throttled; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h876 __u64 throttled; member
/OK3568_Linux_fs/kernel/kernel/sched/
H 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()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h933 __u64 throttled; member

12