Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v4.19/drivers/firmware/tegra/
Dbpmp.c192 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_channel_read()
196 up(&bpmp->threaded.lock); in tegra_bpmp_channel_read()
225 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded()
231 index = find_first_zero_bit(bpmp->threaded.allocated, count); in tegra_bpmp_write_threaded()
244 set_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded()
251 set_bit(index, bpmp->threaded.busy); in tegra_bpmp_write_threaded()
257 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded()
260 up(&bpmp->threaded.lock); in tegra_bpmp_write_threaded()
577 busy = bpmp->threaded.busy; in tegra_bpmp_handle_rx()
706 bpmp->threaded.count = bpmp->soc->channels.thread.count; in tegra_bpmp_probe()
[all …]
/Linux-v4.19/tools/perf/bench/
Dsched-pipe.c44 static bool threaded; variable
48 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"),
119 if (threaded) { in bench_sched_pipe()
156 loops, threaded ? "threads" : "processes"); in bench_sched_pipe()
/Linux-v4.19/scripts/coccinelle/misc/
Dirqf_oneshot.cocci2 /// Since commit 1c6c69525b40 ("genirq: Reject bogus threaded irq requests")
3 /// threaded IRQs without a primary handler need to be requested with
/Linux-v4.19/Documentation/admin-guide/
Dcgroup-v2.rst245 Controllers which support thread mode are called threaded controllers.
248 Marking a cgroup threaded makes it join the resource domain of its
249 parent as a threaded cgroup. The parent may be another threaded
251 of a threaded subtree, that is, the nearest ancestor which is not
252 threaded, is called threaded domain or thread root interchangeably and
255 Inside a threaded subtree, threads of a process can be put in
257 constraint - threaded controllers can be enabled on non-leaf cgroups
260 As the threaded domain cgroup hosts all the domain resource
263 can't have populated child cgroups which aren't threaded. Because the
265 serve both as a threaded domain and a parent to domain cgroups.
[all …]
/Linux-v4.19/Documentation/usb/
Ddwc3.txt27 - threaded handler of the device
38 - threaded handler of the EP-interrupt
/Linux-v4.19/include/linux/gpio/
Ddriver.h124 bool threaded; member
461 bool threaded,
/Linux-v4.19/include/soc/tegra/
Dbpmp.h86 } threaded; member
/Linux-v4.19/fs/squashfs/
DKconfig64 If in doubt, select "Single threaded compression"
67 bool "Single threaded compression"
69 Traditionally Squashfs has used single-threaded decompression.
/Linux-v4.19/Documentation/devicetree/bindings/dma/
Dimg-mdc-dma.txt1 * IMG Multi-threaded DMA Controller (MDC)
/Linux-v4.19/kernel/cgroup/
Dpids.c348 .threaded = true,
Ddebug.c380 debug_cgrp_subsys.threaded = true; in enable_cgroup_debug()
/Linux-v4.19/drivers/tty/serial/
Dstm32-usart.c173 bool threaded) in stm32_pending_rx() argument
182 if (threaded && stm32_port->rx_ch) { in stm32_pending_rx()
214 static void stm32_receive_chars(struct uart_port *port, bool threaded) in stm32_receive_chars() argument
226 while (stm32_pending_rx(port, &sr, &stm32_port->last_res, threaded)) { in stm32_receive_chars()
/Linux-v4.19/Documentation/driver-api/gpio/
Ddriver.rst248 RT_FULL: Note, chained IRQ handlers will not be forced threaded on -RT.
251 If required (and if it can't be converted to the nested threaded GPIO irqchip)
253 it will be a threaded IRQ handler on -RT and a hard IRQ handler on non-RT
276 RT_FULL: Such kind of handlers will be forced threaded on -RT, as result IRQ
293 The hallmark of threaded GPIO irqchips is that they set the .can_sleep
/Linux-v4.19/include/linux/
Dcgroup-defs.h628 bool threaded:1; member
/Linux-v4.19/Documentation/misc-devices/mei/
Dmei-client-bus.txt119 threaded IRQ handler.
/Linux-v4.19/Documentation/mic/
Dmic_overview.txt46 single threaded performance for the host compared to MIC, the ability of
/Linux-v4.19/Documentation/vm/
Dsplit_page_table_lock.rst9 multi-threaded applications due high contention on the lock. To improve
/Linux-v4.19/drivers/gpio/
Dgpio-pmic-eic-sprd.c355 irq->threaded = true; in sprd_pmic_eic_probe()
Dgpiolib.c1714 if (gpiochip->irq.threaded) { in gpiochip_set_chained_irqchip()
1767 if (chip->irq.threaded) in gpiochip_irq_map()
1794 if (chip->irq.threaded) in gpiochip_irq_unmap()
2008 bool threaded, in gpiochip_irqchip_add_key() argument
2021 gpiochip->irq.threaded = threaded; in gpiochip_irqchip_add_key()
/Linux-v4.19/Documentation/filesystems/caching/
Dobject.txt140 sleeping on I/O. This means that single-threaded and 1-per-CPU-threaded
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dcpu-capacity.txt29 * A "single-threaded" or CPU affine benchmark
/Linux-v4.19/Documentation/admin-guide/mm/
Duserfaultfd.rst235 single threaded non-cooperative userfaultfd manager implementations. A
239 run in parallel to the event reception. Single threaded
/Linux-v4.19/Documentation/driver-api/
Ddma-buf.rst76 multi-threaded app[3]. The issue is made worse when it is library code
/Linux-v4.19/fs/xfs/
DKconfig10 on the SGI IRIX platform. It is completely multi-threaded, can
/Linux-v4.19/Documentation/
Dkernel-per-CPU-kthreads.txt60 Handle threaded interrupts.
85 Execute softirq handlers when threaded or when under heavy load.

123