| /Linux-v4.19/drivers/firmware/tegra/ |
| D | bpmp.c | 192 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/ |
| D | sched-pipe.c | 44 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/ |
| D | irqf_oneshot.cocci | 2 /// 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/ |
| D | cgroup-v2.rst | 245 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/ |
| D | dwc3.txt | 27 - threaded handler of the device 38 - threaded handler of the EP-interrupt
|
| /Linux-v4.19/include/linux/gpio/ |
| D | driver.h | 124 bool threaded; member 461 bool threaded,
|
| /Linux-v4.19/include/soc/tegra/ |
| D | bpmp.h | 86 } threaded; member
|
| /Linux-v4.19/fs/squashfs/ |
| D | Kconfig | 64 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/ |
| D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC)
|
| /Linux-v4.19/kernel/cgroup/ |
| D | pids.c | 348 .threaded = true,
|
| D | debug.c | 380 debug_cgrp_subsys.threaded = true; in enable_cgroup_debug()
|
| /Linux-v4.19/drivers/tty/serial/ |
| D | stm32-usart.c | 173 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/ |
| D | driver.rst | 248 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/ |
| D | cgroup-defs.h | 628 bool threaded:1; member
|
| /Linux-v4.19/Documentation/misc-devices/mei/ |
| D | mei-client-bus.txt | 119 threaded IRQ handler.
|
| /Linux-v4.19/Documentation/mic/ |
| D | mic_overview.txt | 46 single threaded performance for the host compared to MIC, the ability of
|
| /Linux-v4.19/Documentation/vm/ |
| D | split_page_table_lock.rst | 9 multi-threaded applications due high contention on the lock. To improve
|
| /Linux-v4.19/drivers/gpio/ |
| D | gpio-pmic-eic-sprd.c | 355 irq->threaded = true; in sprd_pmic_eic_probe()
|
| D | gpiolib.c | 1714 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/ |
| D | object.txt | 140 sleeping on I/O. This means that single-threaded and 1-per-CPU-threaded
|
| /Linux-v4.19/Documentation/devicetree/bindings/arm/ |
| D | cpu-capacity.txt | 29 * A "single-threaded" or CPU affine benchmark
|
| /Linux-v4.19/Documentation/admin-guide/mm/ |
| D | userfaultfd.rst | 235 single threaded non-cooperative userfaultfd manager implementations. A 239 run in parallel to the event reception. Single threaded
|
| /Linux-v4.19/Documentation/driver-api/ |
| D | dma-buf.rst | 76 multi-threaded app[3]. The issue is made worse when it is library code
|
| /Linux-v4.19/fs/xfs/ |
| D | Kconfig | 10 on the SGI IRIX platform. It is completely multi-threaded, can
|
| /Linux-v4.19/Documentation/ |
| D | kernel-per-CPU-kthreads.txt | 60 Handle threaded interrupts. 85 Execute softirq handlers when threaded or when under heavy load.
|