| /Linux-v5.4/net/sched/ |
| D | sch_plug.c | 63 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()
|
| D | sch_fq.c | 128 static struct fq_flow detached, throttled; variable 143 return f->next == &throttled; in fq_flow_is_throttled() 182 f->next = &throttled; in fq_flow_set_throttled() 945 st.throttled = q->stat_throttled; in fq_dump_stats()
|
| /Linux-v5.4/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 | digi_acceleport.c | 1389 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.4/drivers/cpufreq/ |
| D | powernv-cpufreq.c | 108 static bool rebooting, throttled, occ_reset; variable 131 bool throttled; member 568 if (chip->throttled) in powernv_cpufreq_throttle_check() 570 chip->throttled = true; in powernv_cpufreq_throttle_check() 582 } else if (chip->throttled) { in powernv_cpufreq_throttle_check() 583 chip->throttled = false; in powernv_cpufreq_throttle_check() 592 throttled = true; in powernv_cpufreq_throttle_check() 598 throttled = true; in powernv_cpufreq_throttle_check() 602 if (throttled) { in powernv_cpufreq_throttle_check() 749 if (!throttled) { in powernv_cpufreq_target_index() [all …]
|
| /Linux-v5.4/Documentation/scheduler/ |
| D | sched-bwc.rst | 16 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:
|
| D | sched-deadline.rst | 108 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.4/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()
|
| D | chan_kern.c | 135 if (!line->throttled) in line_timer_cb()
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-devices-system-cpu | 417 frequency is throttled to lower frequency in turbo (at and above 421 max frequency is throttled to lower frequency in sub-turbo(below 425 frequency is unthrottled after being throttled. 428 frequency is throttled due to 'Power Capping'. 431 frequency is throttled due to 'CPU Over Temperature'. 434 max frequency is throttled due to 'Power Supply Failure'. 437 max frequency is throttled due to 'Overcurrent'. 440 frequency is throttled due to 'OCC Reset'.
|
| /Linux-v5.4/drivers/staging/fwserial/ |
| D | fwserial.h | 170 unsigned int throttled; member
|
| /Linux-v5.4/arch/powerpc/platforms/cell/ |
| D | Kconfig | 98 If no spu is running on a given cpu, that cpu will be throttled to
|
| /Linux-v5.4/drivers/tty/serial/8250/ |
| D | 8250_omap.c | 122 bool throttled; member 714 priv->throttled = true; in omap_8250_throttle() 760 priv->throttled = false; in omap_8250_unthrottle() 825 if (!priv->throttled) in __dma_rx_complete()
|
| /Linux-v5.4/tools/perf/ |
| D | builtin-kvm.c | 802 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.4/drivers/tty/ |
| D | n_gsm.c | 140 int throttled; /* Private copy of throttle state */ member 422 if (dlci->throttled) in gsm_encode_modem() 3155 dlci->throttled = 1; in gsmtty_throttle() 3167 dlci->throttled = 0; in gsmtty_unthrottle()
|
| D | n_tty.c | 264 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.4/block/ |
| D | blk-throttle.c | 2124 bool throttled = false; in blk_throtl_bio() local 2201 throttled = true; in blk_throtl_bio() 2220 if (throttled || !td->track_bio_latency) in blk_throtl_bio() 2223 return throttled; in blk_throtl_bio()
|
| /Linux-v5.4/kernel/sched/ |
| D | rt.c | 814 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local 883 throttled = 1; in do_sched_rt_period_timer() 890 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
|
| D | fair.c | 4410 if (cfs_rq->throttled) in __account_cfs_rq_runtime() 4431 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled() 4525 cfs_rq->throttled = 1; in throttle_cfs_rq() 4560 cfs_rq->throttled = 0; in unthrottle_cfs_rq() 4651 int throttled; in do_sched_cfs_period_timer() local 4657 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer() 4664 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer() 4669 if (!throttled) { in do_sched_cfs_period_timer() 4685 while (throttled && cfs_b->runtime > 0 && !cfs_b->distribute_running) { in do_sched_cfs_period_timer() 4694 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
|
| D | debug.c | 551 cfs_rq->throttled); in print_cfs_rq()
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | pkt_sched.h | 905 __u64 throttled; member
|
| /Linux-v5.4/include/uapi/linux/ |
| D | pkt_sched.h | 906 __u64 throttled; member
|
| /Linux-v5.4/Documentation/networking/device_drivers/intel/ |
| D | igb.rst | 149 throttled via interrupt moderation. Interrupt moderation must be used to avoid
|