/linux-4.1.27/drivers/usb/serial/ |
D | symbolserial.c | 31 bool throttled; member 84 if (!priv->throttled) { in symbol_int_callback() 102 priv->throttled = false; in symbol_open() 126 priv->throttled = true; in symbol_throttle() 138 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.1.27/drivers/cpufreq/ |
D | powernv-cpufreq.c | 43 static bool rebooting, throttled; variable 311 throttled = true; in powernv_cpufreq_throttle_check() 323 throttled = true; in powernv_cpufreq_throttle_check() 329 throttled = true; in powernv_cpufreq_throttle_check() 333 if (throttled) { in powernv_cpufreq_throttle_check() 352 if (!throttled) in powernv_cpufreq_target_index()
|
/linux-4.1.27/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 | 98 said to be "throttled" (also known as "depleted" in real-time literature) 104 throttled task, the scheduling deadline and the remaining runtime are
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-acm.h | 120 unsigned int throttled:1; /* actually throttled */ member
|
D | cdc-acm.c | 451 acm->throttled = acm->throttle_req; in acm_read_bulk_callback() 452 if (!acm->throttled) { in acm_read_bulk_callback() 583 acm->throttled = 0; in acm_port_activate() 773 was_throttled = acm->throttled; in acm_tty_unthrottle() 774 acm->throttled = 0; in acm_tty_unthrottle()
|
/linux-4.1.27/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.1.27/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.1.27/net/sched/ |
D | sch_fq.c | 116 static struct fq_flow detached, throttled; variable 148 f->next = &throttled; in fq_flow_set_throttled() 819 .throttled = q->stat_throttled, in fq_dump_stats()
|
/linux-4.1.27/block/ |
D | blk-throttle.c | 1488 bool throttled = false; in blk_throtl_bio() local 1568 throttled = true; in blk_throtl_bio() 1591 if (!throttled) in blk_throtl_bio() 1593 return throttled; in blk_throtl_bio()
|
/linux-4.1.27/arch/powerpc/platforms/cell/ |
D | Kconfig | 121 If no spu is running on a given cpu, that cpu will be throttled to
|
/linux-4.1.27/drivers/tty/hvc/ |
D | hvc_console.c | 635 goto throttled; in hvc_poll() 693 throttled: in hvc_poll()
|
/linux-4.1.27/include/linux/usb/ |
D | serial.h | 117 char throttled; member
|
/linux-4.1.27/tools/perf/ |
D | builtin-kvm.c | 761 int i, err, throttled = 0; in perf_kvm__mmap_read() local 782 throttled = 1; in perf_kvm__mmap_read() 799 return throttled; in perf_kvm__mmap_read()
|
/linux-4.1.27/Documentation/networking/ |
D | igb.txt | 87 interrupts are throttled via interrupt moderation. Interrupt moderation
|
/linux-4.1.27/include/uapi/linux/ |
D | pkt_sched.h | 788 __u64 throttled; member
|
/linux-4.1.27/drivers/tty/ |
D | n_gsm.c | 153 int throttled; /* Private copy of throttle state */ member 435 if (dlci->throttled) in gsm_encode_modem() 3140 dlci->throttled = 1; in gsmtty_throttle() 3152 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.1.27/kernel/sched/ |
D | fair.c | 3574 return cfs_bandwidth_used() && cfs_rq->throttled; in cfs_rq_throttled() 3663 cfs_rq->throttled = 1; in throttle_cfs_rq() 3686 cfs_rq->throttled = 0; in unthrottle_cfs_rq() 3771 int throttled; in do_sched_cfs_period_timer() local 3777 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer() 3784 if (cfs_b->idle && !throttled) in do_sched_cfs_period_timer() 3796 if (!throttled) { in do_sched_cfs_period_timer() 3814 while (throttled && cfs_b->runtime > 0) { in do_sched_cfs_period_timer() 3822 throttled = !list_empty(&cfs_b->throttled_cfs_rq); in do_sched_cfs_period_timer()
|
D | rt.c | 810 int i, idle = 1, throttled = 0; in do_sched_rt_period_timer() local 864 throttled = 1; in do_sched_rt_period_timer() 871 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF)) in do_sched_rt_period_timer()
|
D | debug.c | 236 cfs_rq->throttled); in print_cfs_rq()
|
D | sched.h | 417 int throttled, throttle_count; member
|
D | core.c | 8137 if (cfs_rq->throttled) in tg_set_cfs_bandwidth()
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 234 normal cases, such as scp a large file, applications can be throttled
|
/linux-4.1.27/Documentation/serial/ |
D | tty.txt | 187 TTY_THROTTLED Driver input is throttled. The ldisc should call
|
/linux-4.1.27/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.1.27/Documentation/ |
D | bcache.txt | 272 writeback is throttled to this rate. Continuously adjusted by bcache but may
|
/linux-4.1.27/kernel/events/ |
D | core.c | 3100 int throttled; in perf_event_task_tick() local 3105 throttled = __this_cpu_xchg(perf_throttled_count, 0); in perf_event_task_tick() 3108 perf_adjust_freq_unthr_context(ctx, throttled); in perf_event_task_tick()
|