Home
last modified time | relevance | path

Searched refs:throttled (Results 1 – 34 of 34) sorted by relevance

/linux-4.1.27/drivers/usb/serial/
Dsymbolserial.c31 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()
Dmetro-usb.c40 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()
Dgeneric.c86 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()
Ddigi_acceleport.c1406 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/
Dpowernv-cpufreq.c43 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/
Dsched-bwc.txt14 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:
Dsched-deadline.txt98 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/
Dcdc-acm.h120 unsigned int throttled:1; /* actually throttled */ member
Dcdc-acm.c451 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/
Dline.h44 int throttled; member
Dline.c228 line->throttled = 1; in line_throttle()
235 line->throttled = 0; in line_unthrottle()
243 if (!line->throttled) in line_unthrottle()
Dchan_kern.c135 if (!line->throttled) in line_timer_cb()
/linux-4.1.27/drivers/staging/fwserial/
Dfwserial.h169 unsigned throttled; member
Dfwserial.c1182 ++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/
Dsch_fq.c116 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/
Dblk-throttle.c1488 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/
DKconfig121 If no spu is running on a given cpu, that cpu will be throttled to
/linux-4.1.27/drivers/tty/hvc/
Dhvc_console.c635 goto throttled; in hvc_poll()
693 throttled: in hvc_poll()
/linux-4.1.27/include/linux/usb/
Dserial.h117 char throttled; member
/linux-4.1.27/tools/perf/
Dbuiltin-kvm.c761 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/
Digb.txt87 interrupts are throttled via interrupt moderation. Interrupt moderation
/linux-4.1.27/include/uapi/linux/
Dpkt_sched.h788 __u64 throttled; member
/linux-4.1.27/drivers/tty/
Dn_gsm.c153 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()
Dn_tty.c248 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/
Dfair.c3574 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()
Drt.c810 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()
Ddebug.c236 cfs_rq->throttled); in print_cfs_rq()
Dsched.h417 int throttled, throttle_count; member
Dcore.c8137 if (cfs_rq->throttled) in tg_set_cfs_bandwidth()
/linux-4.1.27/Documentation/thermal/
Dintel_powerclamp.txt234 normal cases, such as scp a large file, applications can be throttled
/linux-4.1.27/Documentation/serial/
Dtty.txt187 TTY_THROTTLED Driver input is throttled. The ldisc should call
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt85 - Run dd to read a file and see if rate is throttled to 1MB/s or not.
/linux-4.1.27/Documentation/
Dbcache.txt272 writeback is throttled to this rate. Continuously adjusted by bcache but may
/linux-4.1.27/kernel/events/
Dcore.c3100 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()