throttled         135 arch/um/drivers/chan_kern.c 	if (!line->throttled)
throttled         229 arch/um/drivers/line.c 	line->throttled = 1;
throttled         236 arch/um/drivers/line.c 	line->throttled = 0;
throttled          44 arch/um/drivers/line.h 	int throttled;
throttled        2124 block/blk-throttle.c 	bool throttled = false;
throttled        2201 block/blk-throttle.c 	throttled = true;
throttled        2220 block/blk-throttle.c 	if (throttled || !td->track_bio_latency)
throttled        2223 block/blk-throttle.c 	return throttled;
throttled         108 drivers/cpufreq/powernv-cpufreq.c static bool rebooting, throttled, occ_reset;
throttled         131 drivers/cpufreq/powernv-cpufreq.c 	bool throttled;
throttled         568 drivers/cpufreq/powernv-cpufreq.c 		if (chip->throttled)
throttled         570 drivers/cpufreq/powernv-cpufreq.c 		chip->throttled = true;
throttled         582 drivers/cpufreq/powernv-cpufreq.c 	} else if (chip->throttled) {
throttled         583 drivers/cpufreq/powernv-cpufreq.c 		chip->throttled = false;
throttled         592 drivers/cpufreq/powernv-cpufreq.c 		throttled = true;
throttled         598 drivers/cpufreq/powernv-cpufreq.c 		throttled = true;
throttled         602 drivers/cpufreq/powernv-cpufreq.c 	if (throttled) {
throttled         749 drivers/cpufreq/powernv-cpufreq.c 	if (!throttled) {
throttled         953 drivers/cpufreq/powernv-cpufreq.c 		if (!throttled) {
throttled         954 drivers/cpufreq/powernv-cpufreq.c 			throttled = true;
throttled         968 drivers/cpufreq/powernv-cpufreq.c 			throttled = false;
throttled        1168 drivers/staging/fwserial/fwserial.c 	++port->stats.throttled;
throttled        1425 drivers/staging/fwserial/fwserial.c 	seq_printf(m, " pkts:%d thr:%d", stats.sent, stats.throttled);
throttled         170 drivers/staging/fwserial/fwserial.h 	unsigned int	throttled;
throttled         140 drivers/tty/n_gsm.c 	int throttled;		/* Private copy of throttle state */
throttled         422 drivers/tty/n_gsm.c 	if (dlci->throttled)
throttled        3155 drivers/tty/n_gsm.c 	dlci->throttled = 1;
throttled        3167 drivers/tty/n_gsm.c 	dlci->throttled = 0;
throttled         264 drivers/tty/n_tty.c 		int throttled;
throttled         268 drivers/tty/n_tty.c 		throttled = tty_throttle_safe(tty);
throttled         269 drivers/tty/n_tty.c 		if (!throttled)
throttled         122 drivers/tty/serial/8250/8250_omap.c 	bool throttled;
throttled         714 drivers/tty/serial/8250/8250_omap.c 	priv->throttled = true;
throttled         760 drivers/tty/serial/8250/8250_omap.c 	priv->throttled = false;
throttled         825 drivers/tty/serial/8250/8250_omap.c 	if (!priv->throttled)
throttled        1389 drivers/usb/serial/digi_acceleport.c 	int tty_flag, throttled;
throttled        1415 drivers/usb/serial/digi_acceleport.c 	throttled = priv->dp_throttled;
throttled        1416 drivers/usb/serial/digi_acceleport.c 	if (throttled)
throttled        1455 drivers/usb/serial/digi_acceleport.c 	return throttled ? 1 : 0;
throttled          41 drivers/usb/serial/metro-usb.c 	int throttled;
throttled         112 drivers/usb/serial/metro-usb.c 	int throttled = 0;
throttled         149 drivers/usb/serial/metro-usb.c 	throttled = metro_priv->throttled;
throttled         152 drivers/usb/serial/metro-usb.c 	if (throttled)
throttled         180 drivers/usb/serial/metro-usb.c 	metro_priv->throttled = 0;
throttled         277 drivers/usb/serial/metro-usb.c 	metro_priv->throttled = 1;
throttled         333 drivers/usb/serial/metro-usb.c 	metro_priv->throttled = 0;
throttled          28 drivers/usb/serial/symbolserial.c 	bool throttled;
throttled          80 drivers/usb/serial/symbolserial.c 	if (!priv->throttled) {
throttled          98 drivers/usb/serial/symbolserial.c 	priv->throttled = false;
throttled         122 drivers/usb/serial/symbolserial.c 	priv->throttled = true;
throttled         134 drivers/usb/serial/symbolserial.c 	priv->throttled = false;
throttled         906 include/uapi/linux/pkt_sched.h 	__u64	throttled;
throttled        3858 kernel/events/core.c 	int throttled;
throttled        3863 kernel/events/core.c 	throttled = __this_cpu_xchg(perf_throttled_count, 0);
throttled        3867 kernel/events/core.c 		perf_adjust_freq_unthr_context(ctx, throttled);
throttled        7442 kernel/sched/core.c 		if (cfs_rq->throttled)
throttled         551 kernel/sched/debug.c 			cfs_rq->throttled);
throttled        4418 kernel/sched/fair.c 	if (cfs_rq->throttled)
throttled        4439 kernel/sched/fair.c 	return cfs_bandwidth_used() && cfs_rq->throttled;
throttled        4533 kernel/sched/fair.c 	cfs_rq->throttled = 1;
throttled        4568 kernel/sched/fair.c 	cfs_rq->throttled = 0;
throttled        4670 kernel/sched/fair.c 	int throttled;
throttled        4676 kernel/sched/fair.c 	throttled = !list_empty(&cfs_b->throttled_cfs_rq);
throttled        4683 kernel/sched/fair.c 	if (cfs_b->idle && !throttled)
throttled        4688 kernel/sched/fair.c 	if (!throttled) {
throttled        4704 kernel/sched/fair.c 	while (throttled && cfs_b->runtime > 0 && !cfs_b->distribute_running) {
throttled        4713 kernel/sched/fair.c 		throttled = !list_empty(&cfs_b->throttled_cfs_rq);
throttled         814 kernel/sched/rt.c 	int i, idle = 1, throttled = 0;
throttled         883 kernel/sched/rt.c 			throttled = 1;
throttled         890 kernel/sched/rt.c 	if (!throttled && (!rt_bandwidth_enabled() || rt_b->rt_runtime == RUNTIME_INF))
throttled         579 kernel/sched/sched.h 	int			throttled;
throttled         128 net/sched/sch_fq.c static struct fq_flow detached, throttled;
throttled         143 net/sched/sch_fq.c 	return f->next == &throttled;
throttled         182 net/sched/sch_fq.c 	f->next = &throttled;
throttled         947 net/sched/sch_fq.c 	st.throttled		  = q->stat_throttled;
throttled          63 net/sched/sch_plug.c 	bool throttled;
throttled         105 net/sched/sch_plug.c 	if (q->throttled)
throttled         113 net/sched/sch_plug.c 			q->throttled = true;
throttled         144 net/sched/sch_plug.c 	q->throttled = true;
throttled         177 net/sched/sch_plug.c 			q->throttled = true;
throttled         186 net/sched/sch_plug.c 		q->throttled = false;
throttled         194 net/sched/sch_plug.c 		q->throttled = false;
throttled         905 tools/include/uapi/linux/pkt_sched.h 	__u64	throttled;
throttled         802 tools/perf/builtin-kvm.c 	int i, err, throttled = 0;
throttled         823 tools/perf/builtin-kvm.c 			throttled = 1;
throttled         840 tools/perf/builtin-kvm.c 	return throttled;