| /linux/net/sched/ |
| H A 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() 174 q->throttled = true; in plug_change() 183 q->throttled = false; in plug_change() 191 q->throttled = false; in plug_change()
|
| H A D | sch_fq.c | 184 /* special value to mark a throttled flow (not on old/new list) */ 185 static struct fq_flow throttled; variable 189 return f->next == &throttled; in fq_flow_is_throttled() 246 f->next = &throttled; 1354 st.throttled = q->stat_throttled; in fq_module_exit()
|
| /linux/drivers/usb/serial/ |
| H A D | metro-usb.c | 38 int throttled; 110 int throttled = 0; in metrousb_read_int_callback() 146 throttled = metro_priv->throttled; in metrousb_read_int_callback() 149 if (throttled) in metrousb_read_int_callback() 177 metro_priv->throttled = 0; in metrousb_open() 272 metro_priv->throttled = 1; in metrousb_throttle() 328 metro_priv->throttled = 0; in metrousb_unthrottle() 41 int throttled; global() member 113 int throttled = 0; metrousb_read_int_callback() local
|
| H A D | symbolserial.c | 26 bool throttled; 78 if (!priv->throttled) { in symbol_int_callback() 96 priv->throttled = false; in symbol_open() 120 priv->throttled = true; in symbol_throttle() 132 priv->throttled = false; in symbol_unthrottle() 28 bool throttled; global() member
|
| H A D | digi_acceleport.c | 1368 * throttled, and -1 if the sanity checks failed. 1381 int tty_flag, throttled; in digi_read_inb_callback() 1407 throttled = priv->dp_throttled; in digi_read_inb_callback() 1408 if (throttled) in digi_read_inb_callback() 1447 return throttled ? 1 : 0; in digi_read_inb_callback() 1383 int tty_flag, throttled; digi_read_inb_callback() local
|
| /linux/kernel/sched/ |
| H A D | pelt.h | 163 u64 throttled; in update_idle_cfs_rq_clock_pelt() local 166 throttled = U64_MAX; in update_idle_cfs_rq_clock_pelt() 168 throttled = cfs_rq->throttled_clock_pelt_time; in update_idle_cfs_rq_clock_pelt() 170 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled); in update_idle_cfs_rq_clock_pelt()
|
| H A D | fair.c | 391 * With cfs_rq being unthrottled/throttled during an enqueue, in list_del_leaf_cfs_rq() 5345 u64 throttled = 0, now, lut; in update_misfit_status() 5394 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle); in place_entity() 5396 if (throttled == U64_MAX) in place_entity() 5409 now -= throttled; in place_entity() 6544 if (cfs_rq->throttled) in do_sched_cfs_period_timer() 6564 return cfs_bandwidth_used() && cfs_rq->throttled; in runtime_refresh_within() 6572 /* check whether cfs_rq, or any parent, is throttled */ in runtime_refresh_within() 6585 return cfs_bandwidth_used() && p->throttled; in start_cfs_slack_bandwidth() 6616 * task got migrated out of the throttled cfs_r in __return_cfs_rq_runtime() 4747 u64 throttled = 0, now, lut; migrate_se_pelt_lag() local 6407 bool throttled = false; distribute_cfs_runtime() local 6494 int throttled; do_sched_cfs_period_timer() local 9202 bool throttled; pick_task_fair() local [all...] |
| H A D | debug.c | 1040 SEQ_printf(m, " .%-30s: %d\n", "throttled", 1041 cfs_rq->throttled); in print_cpu()
|
| /linux/drivers/cpufreq/ |
| H A D | powernv-cpufreq.c | 113 static bool rebooting, throttled, occ_reset; variable 136 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() 751 if (!throttled) { in powernv_cpufreq_target_index() [all …]
|
| /linux/Documentation/arch/x86/ |
| H A D | intel-hfi.rst | 34 reflected in the HFI. Likewise, if the system needs to be throttled due to 67 userspace are throttled at a rate of CONFIG_HZ jiffies.
|
| /linux/arch/um/drivers/ |
| H A D | line.h | 44 int throttled; member
|
| H A D | line.c | 219 line->throttled = 1; in line_throttle() 226 line->throttled = 0; in line_unthrottle()
|
| H A D | chan_kern.c | 169 if (!line->throttled) in line_timer_cb()
|
| /linux/drivers/tty/serial/ |
| H A D | stm32-usart.h | 213 bool throttled; /* port throttled */ member
|
| /linux/block/ |
| H A D | blk-throttle.c | 41 /* Work for dispatching throttled bios */ 160 * Split bios have already been throttled by bps, so they are in throtl_qnode_add_bio() 725 * If config is updated while bios are still throttled, calculate and in __tg_update_carryover() 1638 * stop until all throttled bios are dispatched. in tg_flush_bios() 1791 bool throttled = false; in __blk_throtl_bio() 1822 * will be throttled for paying the debt in __blk_throtl_bio() 1832 * @bio passed through this layer without being throttled. in blk_throtl_exit() 1855 throttled = true; 1874 return throttled; 1738 bool throttled = false; __blk_throtl_bio() local
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1265 int i, err, throttled = 0; in perf_kvm__mmap_read() 1286 throttled = 1; in perf_kvm__mmap_read() 1303 return throttled; in perf_kvm__mmap_read() 1266 int i, err, throttled = 0; perf_kvm__mmap_read() local
|
| /linux/tools/include/uapi/linux/ |
| H A D | pkt_sched.h | 797 __u64 throttled; member
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | igb.rst | 149 throttled via interrupt moderation. Interrupt moderation must be used to avoid
|
| /linux/drivers/tty/ |
| H A D | n_gsm.c | 181 bool throttled; /* Private copy of throttle state */ member 548 if (dlci->throttled) in gsm_encode_modem() 4554 dlci->throttled = true; in gsmtty_throttle() 4566 dlci->throttled = false; in gsmtty_unthrottle()
|
| /linux/Documentation/PCI/ |
| H A D | pcieaer-howto.rst | 103 the console/stalling execution, messages are throttled by device and error
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | blkio-controller.rst | 43 Run dd to read a file and see if rate is throttled to 1MB/s or not::
|
| /linux/Documentation/admin-guide/thermal/ |
| H A D | intel_powerclamp.rst | 242 normal cases, such as scp a large file, applications can be throttled
|
| /linux/Documentation/scheduler/ |
| H A D | sched-util-clamp.rst | 693 aggregation rule. But since the capped p0 task was running and throttled 704 Hence lead to a frequency spike since if p0 wasn't throttled we should get:
|
| /linux/include/linux/ |
| H A D | sched.h | 900 bool throttled; 891 bool throttled; global() member
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1356 throttled and put under heavy reclaim pressure. 1368 job will trigger the reclaim and/or get throttled on its 1487 throttled and routed to perform direct memory reclaim 1515 this cgroup are throttled. 1825 this limit, all its further allocations will be throttled to 2278 throttled without possibly adversely affecting higher priority groups. This 2281 originating group is being throttled you will see the use_delay and delay 2288 unthrottling any peer groups that were throttled previously. If the victimized
|