/linux-4.4.14/drivers/cpufreq/ |
D | powernv-cpufreq.c | 44 static bool rebooting, throttled, occ_reset; variable 48 bool throttled; member 327 if (chips[i].throttled) in powernv_cpufreq_throttle_check() 329 chips[i].throttled = true; in powernv_cpufreq_throttle_check() 338 } else if (chips[i].throttled) { in powernv_cpufreq_throttle_check() 339 chips[i].throttled = false; in powernv_cpufreq_throttle_check() 347 throttled = true; in powernv_cpufreq_throttle_check() 353 throttled = true; in powernv_cpufreq_throttle_check() 357 if (throttled) { in powernv_cpufreq_throttle_check() 376 if (!throttled) in powernv_cpufreq_target_index() [all …]
|
/linux-4.4.14/drivers/usb/serial/ |
D | symbolserial.c | 31 bool throttled; member 82 if (!priv->throttled) { in symbol_int_callback() 100 priv->throttled = false; in symbol_open() 124 priv->throttled = true; in symbol_throttle() 136 priv->throttled = false; in symbol_unthrottle()
|
D | metro-usb.c | 40 int throttled; member 98 int throttled = 0; in metrousb_read_int_callback() local 135 throttled = metro_priv->throttled; in metrousb_read_int_callback() 139 if (!throttled) { in metrousb_read_int_callback() 201 metro_priv->throttled = 0; in metrousb_open() 297 metro_priv->throttled = 1; in metrousb_throttle() 357 metro_priv->throttled = 0; in metrousb_unthrottle()
|
D | generic.c | 86 port->throttled = 0; in usb_serial_generic_open() 388 port->throttled = port->throttle_req; in usb_serial_generic_read_bulk_callback() 389 if (!port->throttled) { in usb_serial_generic_read_bulk_callback() 455 was_throttled = port->throttled; in usb_serial_generic_unthrottle() 456 port->throttled = port->throttle_req = 0; in usb_serial_generic_unthrottle()
|
D | digi_acceleport.c | 1406 int flag, throttled; in digi_read_inb_callback() local 1428 throttled = priv->dp_throttled; in digi_read_inb_callback() 1429 if (throttled) in digi_read_inb_callback() 1465 return throttled ? 1 : 0; in digi_read_inb_callback()
|
/linux-4.4.14/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:
|
D | sched-deadline.txt | 102 said to be "throttled" (also known as "depleted" in real-time literature) 108 throttled task, the scheduling deadline and the remaining runtime are
|
/linux-4.4.14/drivers/usb/class/ |
D | cdc-acm.h | 120 unsigned int throttled:1; /* actually throttled */ member
|
D | cdc-acm.c | 447 acm->throttled = acm->throttle_req; in acm_read_bulk_callback() 448 if (!acm->throttled) { in acm_read_bulk_callback() 579 acm->throttled = 0; in acm_port_activate() 769 was_throttled = acm->throttled; in acm_tty_unthrottle() 770 acm->throttled = 0; in acm_tty_unthrottle()
|
/linux-4.4.14/arch/um/drivers/ |
D | line.h | 44 int throttled; member
|
D | line.c | 228 line->throttled = 1; in line_throttle() 235 line->throttled = 0; in line_unthrottle() 243 if (!line->throttled) in line_unthrottle()
|
D | chan_kern.c | 135 if (!line->throttled) in line_timer_cb()
|
/linux-4.4.14/drivers/staging/fwserial/ |
D | fwserial.h | 169 unsigned throttled; member
|
D | fwserial.c | 1182 ++port->stats.throttled; in fwtty_throttle() 1451 seq_printf(m, " pkts:%d thr:%d", stats.sent, stats.throttled); in fwtty_debugfs_show_port()
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | Kconfig | 106 If no spu is running on a given cpu, that cpu will be throttled to
|
/linux-4.4.14/net/sched/ |
D | sch_fq.c | 116 static struct fq_flow detached, throttled; variable 148 f->next = &throttled; in fq_flow_set_throttled() 824 .throttled = q->stat_throttled, in fq_dump_stats()
|
/linux-4.4.14/block/ |
D | blk-throttle.c | 1403 bool throttled = false; in blk_throtl_bio() local 1465 throttled = true; in blk_throtl_bio() 1486 if (!throttled) in blk_throtl_bio() 1488 return throttled; in blk_throtl_bio()
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvc_console.c | 636 goto throttled; in hvc_poll() 694 throttled: in hvc_poll()
|
/linux-4.4.14/include/linux/usb/ |
D | serial.h | 117 char throttled; member
|
/linux-4.4.14/Documentation/networking/ |
D | igb.txt | 87 interrupts are throttled via interrupt moderation. Interrupt moderation
|
/linux-4.4.14/tools/perf/ |
D | builtin-kvm.c | 762 int i, err, throttled = 0; in perf_kvm__mmap_read() local 783 throttled = 1; in perf_kvm__mmap_read() 800 return throttled; in perf_kvm__mmap_read()
|
/linux-4.4.14/include/uapi/linux/ |
D | pkt_sched.h | 793 __u64 throttled; member
|
/linux-4.4.14/kernel/sched/ |
D | rt.c | 813 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local 867 throttled = 1; in do_sched_rt_period_timer() 874 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
|
D | fair.c | 3498 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled() 3588 cfs_rq->throttled = 1; in throttle_cfs_rq() 3619 cfs_rq->throttled = 0; in unthrottle_cfs_rq() 3704 int throttled; in do_sched_cfs_period_timer() local 3710 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer() 3717 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer() 3722 if (!throttled) { in do_sched_cfs_period_timer() 3740 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer() 3748 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
|
D | debug.c | 227 cfs_rq->throttled); in print_cfs_rq()
|
D | sched.h | 420 int throttled, throttle_count; member
|
D | core.c | 8350 if (cfs_rq->throttled) in tg_set_cfs_bandwidth()
|
/linux-4.4.14/drivers/tty/ |
D | n_gsm.c | 153 int throttled; /* Private copy of throttle state */ member 435 if (dlci->throttled) in gsm_encode_modem() 3139 dlci->throttled = 1; in gsmtty_throttle() 3151 dlci->throttled = 0; in gsmtty_unthrottle()
|
D | n_tty.c | 248 int throttled; in n_tty_check_throttle() local 252 throttled = tty_throttle_safe(tty); in n_tty_check_throttle() 253 if (!throttled) in n_tty_check_throttle()
|
/linux-4.4.14/Documentation/thermal/ |
D | intel_powerclamp.txt | 234 normal cases, such as scp a large file, applications can be throttled
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 202 TTY_THROTTLED Driver input is throttled. The ldisc should call
|
/linux-4.4.14/Documentation/ |
D | bcache.txt | 272 writeback is throttled to this rate. Continuously adjusted by bcache but may
|
/linux-4.4.14/Documentation/cgroups/ |
D | blkio-controller.txt | 85 - Run dd to read a file and see if rate is throttled to 1MB/s or not.
|
/linux-4.4.14/kernel/events/ |
D | core.c | 3128 int throttled; in perf_event_task_tick() local 3133 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick() 3136 perf_adjust_freq_unthr_context(ctx, throttled); in perf_event_task_tick()
|