/Linux-v4.19/net/sched/ |
D | sch_plug.c | 67 bool throttled; member 109 if (q->throttled) in plug_dequeue() 117 q->throttled = true; in plug_dequeue() 148 q->throttled = true; in plug_init() 181 q->throttled = true; in plug_change() 190 q->throttled = false; in plug_change() 198 q->throttled = false; in plug_change()
|
D | sch_fq.c | 118 static struct fq_flow detached, throttled; variable 133 return f->next == &throttled; in fq_flow_is_throttled() 172 f->next = &throttled; in fq_flow_set_throttled() 877 st.throttled = q->stat_throttled; in fq_dump_stats()
|
/Linux-v4.19/drivers/usb/serial/ |
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()
|
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()
|
D | generic.c | 112 port->throttled = 0; in usb_serial_generic_open() 415 port->throttled = port->throttle_req; in usb_serial_generic_read_bulk_callback() 416 if (!port->throttled) { in usb_serial_generic_read_bulk_callback() 483 was_throttled = port->throttled; in usb_serial_generic_unthrottle() 484 port->throttled = port->throttle_req = 0; in usb_serial_generic_unthrottle()
|
D | digi_acceleport.c | 1390 int tty_flag, throttled; in digi_read_inb_callback() local 1416 throttled = priv->dp_throttled; in digi_read_inb_callback() 1417 if (throttled) in digi_read_inb_callback() 1456 return throttled ? 1 : 0; in digi_read_inb_callback()
|
/Linux-v4.19/drivers/cpufreq/ |
D | powernv-cpufreq.c | 118 static bool rebooting, throttled, occ_reset; variable 141 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-v4.19/Documentation/scheduler/ |
D | sched-bwc.txt | 14 hierarchy will be throttled and are not allowed to run again until the next 70 - nr_throttled: Number of times the group has been throttled/limited. 72 of the group have been throttled. 86 There are two ways in which a group may become throttled:
|
/Linux-v4.19/drivers/usb/class/ |
D | cdc-acm.h | 125 unsigned int throttled:1; /* actually throttled */ member
|
D | cdc-acm.c | 515 acm->throttled = acm->throttle_req; in acm_read_bulk_callback() 516 if (!acm->throttled) { in acm_read_bulk_callback() 654 acm->throttled = 0; in acm_port_activate() 835 was_throttled = acm->throttled; in acm_tty_unthrottle() 836 acm->throttled = 0; in acm_tty_unthrottle()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-devices-system-cpu | 409 frequency is throttled to lower frequency in turbo (at and above 413 max frequency is throttled to lower frequency in sub-turbo(below 417 frequency is unthrottled after being throttled. 420 frequency is throttled due to 'Power Capping'. 423 frequency is throttled due to 'CPU Over Temperature'. 426 max frequency is throttled due to 'Power Supply Failure'. 429 max frequency is throttled due to 'Overcurrent'. 432 frequency is throttled due to 'OCC Reset'.
|
/Linux-v4.19/arch/um/drivers/ |
D | line.h | 44 int throttled; member
|
D | line.c | 229 line->throttled = 1; in line_throttle() 236 line->throttled = 0; in line_unthrottle() 244 if (!line->throttled) in line_unthrottle()
|
D | chan_kern.c | 135 if (!line->throttled) in line_timer_cb()
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | fwserial.h | 170 unsigned int throttled; member
|
/Linux-v4.19/arch/powerpc/platforms/cell/ |
D | Kconfig | 101 If no spu is running on a given cpu, that cpu will be throttled to
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | 8250_omap.c | 117 bool throttled; member 705 priv->throttled = true; in omap_8250_throttle() 751 priv->throttled = false; in omap_8250_unthrottle() 816 if (!priv->throttled) in __dma_rx_complete()
|
/Linux-v4.19/include/linux/usb/ |
D | serial.h | 118 char throttled; member
|
/Linux-v4.19/Documentation/networking/ |
D | igb.txt | 87 interrupts are throttled via interrupt moderation. Interrupt moderation
|
/Linux-v4.19/tools/perf/ |
D | builtin-kvm.c | 795 int i, err, throttled = 0; in perf_kvm__mmap_read() local 816 throttled = 1; in perf_kvm__mmap_read() 833 return throttled; in perf_kvm__mmap_read()
|
/Linux-v4.19/drivers/tty/ |
D | n_gsm.c | 140 int throttled; /* Private copy of throttle state */ member 422 if (dlci->throttled) in gsm_encode_modem() 3147 dlci->throttled = 1; in gsmtty_throttle() 3159 dlci->throttled = 0; in gsmtty_unthrottle()
|
D | n_tty.c | 249 int throttled; in n_tty_check_throttle() local 253 throttled = tty_throttle_safe(tty); in n_tty_check_throttle() 254 if (!throttled) in n_tty_check_throttle()
|
/Linux-v4.19/block/ |
D | blk-throttle.c | 2146 bool throttled = false; in blk_throtl_bio() local 2227 throttled = true; in blk_throtl_bio() 2246 if (throttled || !td->track_bio_latency) in blk_throtl_bio() 2249 return throttled; in blk_throtl_bio()
|
/Linux-v4.19/include/uapi/linux/ |
D | pkt_sched.h | 876 __u64 throttled; member
|
/Linux-v4.19/kernel/sched/ |
D | rt.c | 813 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local 882 throttled = 1; in do_sched_rt_period_timer() 889 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
|