threaded          212 drivers/firmware/tegra/bpmp-tegra186.c 	for (i = 0; i < bpmp->threaded.count; i++) {
threaded          237 drivers/firmware/tegra/bpmp-tegra186.c 	for (i = 0; i < bpmp->threaded.count; i++)
threaded          243 drivers/firmware/tegra/bpmp-tegra186.c 	for (i = 0; i < bpmp->threaded.count; i++) {
threaded          268 drivers/firmware/tegra/bpmp-tegra186.c 	for (i = 0; i < bpmp->threaded.count; i++)
threaded          286 drivers/firmware/tegra/bpmp-tegra186.c 	for (i = 0; i < bpmp->threaded.count; i++)
threaded          195 drivers/firmware/tegra/bpmp-tegra210.c 	for (i = 0; i < bpmp->threaded.count; i++) {
threaded          230 drivers/firmware/tegra/bpmp.c 	clear_bit(index, bpmp->threaded.allocated);
threaded          234 drivers/firmware/tegra/bpmp.c 	up(&bpmp->threaded.lock);
threaded          263 drivers/firmware/tegra/bpmp.c 	err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout));
threaded          269 drivers/firmware/tegra/bpmp.c 	index = find_first_zero_bit(bpmp->threaded.allocated, count);
threaded          282 drivers/firmware/tegra/bpmp.c 	set_bit(index, bpmp->threaded.allocated);
threaded          289 drivers/firmware/tegra/bpmp.c 	set_bit(index, bpmp->threaded.busy);
threaded          295 drivers/firmware/tegra/bpmp.c 	clear_bit(index, bpmp->threaded.allocated);
threaded          298 drivers/firmware/tegra/bpmp.c 	up(&bpmp->threaded.lock);
threaded          666 drivers/firmware/tegra/bpmp.c 	busy = bpmp->threaded.busy;
threaded          704 drivers/firmware/tegra/bpmp.c 	bpmp->threaded.count = bpmp->soc->channels.thread.count;
threaded          705 drivers/firmware/tegra/bpmp.c 	sema_init(&bpmp->threaded.lock, bpmp->threaded.count);
threaded          707 drivers/firmware/tegra/bpmp.c 	size = BITS_TO_LONGS(bpmp->threaded.count) * sizeof(long);
threaded          709 drivers/firmware/tegra/bpmp.c 	bpmp->threaded.allocated = devm_kzalloc(&pdev->dev, size, GFP_KERNEL);
threaded          710 drivers/firmware/tegra/bpmp.c 	if (!bpmp->threaded.allocated)
threaded          713 drivers/firmware/tegra/bpmp.c 	bpmp->threaded.busy = devm_kzalloc(&pdev->dev, size, GFP_KERNEL);
threaded          714 drivers/firmware/tegra/bpmp.c 	if (!bpmp->threaded.busy)
threaded          728 drivers/firmware/tegra/bpmp.c 	bpmp->threaded_channels = devm_kcalloc(&pdev->dev, bpmp->threaded.count,
threaded          352 drivers/gpio/gpio-pmic-eic-sprd.c 	irq->threaded = true;
threaded         1743 drivers/gpio/gpiolib.c 	if (gpiochip->irq.threaded) {
threaded         2062 drivers/gpio/gpiolib.c 	if (chip->irq.threaded)
threaded         2089 drivers/gpio/gpiolib.c 	if (chip->irq.threaded)
threaded         2413 drivers/gpio/gpiolib.c 			     bool threaded,
threaded         2426 drivers/gpio/gpiolib.c 	gpiochip->irq.threaded = threaded;
threaded          229 drivers/infiniband/hw/hfi1/hfi.h 	int (*do_interrupt)(struct hfi1_ctxtdata *rcd, int threaded);
threaded          171 drivers/tty/serial/stm32-usart.c 			    bool threaded)
threaded          180 drivers/tty/serial/stm32-usart.c 	if (threaded && stm32_port->rx_ch) {
threaded          215 drivers/tty/serial/stm32-usart.c static void stm32_receive_chars(struct uart_port *port, bool threaded)
threaded          227 drivers/tty/serial/stm32-usart.c 	while (stm32_pending_rx(port, &sr, &stm32_port->last_res, threaded)) {
threaded          676 include/linux/cgroup-defs.h 	bool threaded:1;
threaded          202 include/linux/gpio/driver.h 	bool threaded;
threaded          594 include/linux/gpio/driver.h 			     bool threaded,
threaded           77 include/soc/tegra/bpmp.h 	} threaded;
threaded         5796 kernel/cgroup/cgroup.c 		WARN_ON(ss->implicit_on_dfl && !ss->threaded);
threaded         5803 kernel/cgroup/cgroup.c 		if (ss->threaded)
threaded         2883 kernel/cgroup/cpuset.c 	.threaded	= true,
threaded          380 kernel/cgroup/debug.c 	debug_cgrp_subsys.threaded = true;
threaded          346 kernel/cgroup/pids.c 	.threaded	= true,
threaded         12354 kernel/events/core.c 	.threaded	= true,
threaded         7909 kernel/sched/core.c 	.threaded	= true,
threaded           41 tools/perf/bench/sched-pipe.c static bool			threaded;
threaded           45 tools/perf/bench/sched-pipe.c 	OPT_BOOLEAN('T', "threaded",	&threaded,	"Specify threads/process based task setup"),
threaded          116 tools/perf/bench/sched-pipe.c 	if (threaded) {
threaded          153 tools/perf/bench/sched-pipe.c 			loops, threaded ? "threads" : "processes");