Searched refs:throttled (Results 1 - 24 of 24) sorted by relevance

/linux-master/net/sched/
H A Dsch_plug.c63 bool throttled; member in struct:plug_sched_data
105 if (q->throttled)
113 q->throttled = true;
144 q->throttled = true;
174 q->throttled = true;
183 q->throttled = false;
191 q->throttled = false;
H A Dsch_fq.c181 /* special value to mark a throttled flow (not on old/new list) */
182 static struct fq_flow throttled; variable in typeref:struct:fq_flow
186 return f->next == &throttled;
236 f->next = &throttled;
1229 st.throttled = q->stat_throttled;
/linux-master/drivers/usb/serial/
H A Dsymbolserial.c28 bool throttled; member in struct:symbol_private
80 if (!priv->throttled) {
98 priv->throttled = false;
122 priv->throttled = true;
134 priv->throttled = false;
H A Dmetro-usb.c41 int throttled; member in struct:metrousb_private
113 int throttled = 0; local
149 throttled = metro_priv->throttled;
152 if (throttled)
180 metro_priv->throttled = 0;
275 metro_priv->throttled = 1;
331 metro_priv->throttled = 0;
H A Ddigi_acceleport.c1353 * throttled, and -1 if the sanity checks failed.
1366 int tty_flag, throttled; local
1392 throttled = priv->dp_throttled;
1393 if (throttled)
1432 return throttled ? 1 : 0;
/linux-master/kernel/sched/
H A Dpelt.h158 u64 throttled; local
161 throttled = U64_MAX;
163 throttled = cfs_rq->throttled_clock_pelt_time;
165 u64_u32_store(cfs_rq->throttled_pelt_idle, throttled);
168 /* rq->task_clock normalized against any time this cfs_rq has spent throttled */
H A Dfair.c390 * With cfs_rq being unthrottled/throttled during an enqueue,
4482 u64 throttled = 0, now, lut; local
4531 throttled = u64_u32_load(cfs_rq->throttled_pelt_idle);
4533 if (throttled == U64_MAX)
4546 now -= throttled;
5655 if (cfs_rq->throttled)
5659 * hierarchy can be throttled
5676 return cfs_bandwidth_used() && cfs_rq->throttled;
5679 /* check whether cfs_rq, or any parent, is throttled */
5687 * dest_cpu are members of a throttled hierarch
6006 bool throttled = false; local
6092 int throttled; local
[all...]
H A Drt.c859 int i, idle = 1, throttled = 0; local
868 * potentially leaving other CPUs indefinitely throttled. If
912 * throttled wakeup_preempt() will set
929 throttled = 1;
936 if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF))
1383 * Don't enqueue the group if its throttled, or when empty.
1385 * get throttled and the current group doesn't have any other
H A Ddebug.c703 SEQ_printf(m, " .%-30s: %d\n", "throttled",
704 cfs_rq->throttled);
H A Dsched.h672 int throttled; member in struct:cfs_rq
3074 /* Is the rq being capped/throttled by uclamp_max? */
H A Dcore.c6366 * that task @p is not throttled now, we also need to
6368 * being throttled.
10519 * throttled one but it's still the running task. Trigger a
10820 * to prevent reaching a state of large arrears when throttled via
10887 if (cfs_rq->throttled)
/linux-master/drivers/cpufreq/
H A Dpowernv-cpufreq.c110 static bool rebooting, throttled, occ_reset; variable
133 bool throttled; member in struct:chip
570 if (chip->throttled)
572 chip->throttled = true;
584 } else if (chip->throttled) {
585 chip->throttled = false;
594 throttled = true;
600 throttled = true;
604 if (throttled) {
606 pr_warn("CPU Frequency could be throttled\
[all...]
/linux-master/arch/um/drivers/
H A Dline.h44 int throttled; member in struct:line
H A Dline.c219 line->throttled = 1;
226 line->throttled = 0;
H A Dchan_kern.c135 if (!line->throttled)
/linux-master/drivers/tty/serial/
H A Dstm32-usart.h213 bool throttled; /* port throttled */ member in struct:stm32_port
H A Dstm32-usart.c556 if (stm32_port->throttled)
896 if (!stm32_port->throttled) {
916 if (stm32_usart_rx_dma_started(stm32_port) && !stm32_port->throttled) {
1018 stm32_port->throttled = true;
1034 stm32_port->throttled = false;
1095 stm32_port->throttled = false;
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c152 bool throttled; member in struct:omap8250_priv
813 priv->throttled = true;
830 priv->throttled = false;
993 if (!priv->throttled) {
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1319 int i, err, throttled = 0; local
1340 throttled = 1;
1357 return throttled;
/linux-master/include/uapi/linux/
H A Dpkt_sched.h851 __u64 throttled; member in struct:tc_fq_qd_stats
/linux-master/tools/include/uapi/linux/
H A Dpkt_sched.h797 __u64 throttled; member in struct:tc_fq_qd_stats
/linux-master/block/
H A Dblk-throttle.c71 /* Work for dispatching throttled bios */
803 * If config is updated while bios are still throttled, calculate and
1738 * stop until all throttled bios are dispatched.
2184 bool throttled = false; local
2234 * @bio passed through this layer without being throttled.
2259 throttled = true;
2274 if (throttled || !td->track_bio_latency)
2280 return throttled;
2355 * will be throttled
/linux-master/drivers/tty/
H A Dn_gsm.c181 bool throttled; /* Private copy of throttle state */ member in struct:gsm_dlci
545 if (dlci->throttled)
4461 dlci->throttled = true;
4473 dlci->throttled = false;
/linux-master/kernel/events/
H A Dcore.c4327 int throttled; local
4332 throttled = __this_cpu_xchg(perf_throttled_count, 0);
4335 perf_adjust_freq_unthr_context(&cpuctx->ctx, !!throttled);
4340 perf_adjust_freq_unthr_context(ctx, !!throttled);
5794 * We could be throttled; unthrottle now to avoid the tick

Completed in 505 milliseconds