/Linux-v6.6/drivers/firmware/tegra/ |
D | bpmp.c | 230 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_channel_read() 234 up(&bpmp->threaded.lock); in tegra_bpmp_channel_read() 263 err = down_timeout(&bpmp->threaded.lock, usecs_to_jiffies(timeout)); in tegra_bpmp_write_threaded() 269 index = find_first_zero_bit(bpmp->threaded.allocated, count); in tegra_bpmp_write_threaded() 282 set_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded() 289 set_bit(index, bpmp->threaded.busy); in tegra_bpmp_write_threaded() 295 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded() 298 up(&bpmp->threaded.lock); in tegra_bpmp_write_threaded() 666 busy = bpmp->threaded.busy; in tegra_bpmp_handle_rx() 707 bpmp->threaded.count = bpmp->soc->channels.thread.count; in tegra_bpmp_probe() [all …]
|
D | bpmp-tegra186.c | 176 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_teardown_channels() 298 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_setup_channels() 321 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_reset_channels()
|
D | bpmp-tegra210.c | 193 for (i = 0; i < bpmp->threaded.count; i++) { in tegra210_bpmp_init()
|
/Linux-v6.6/tools/perf/bench/ |
D | sched-pipe.c | 41 static bool threaded; variable 45 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"), 116 if (threaded) { in bench_sched_pipe() 153 loops, threaded ? "threads" : "processes"); in bench_sched_pipe()
|
/Linux-v6.6/tools/memory-model/Documentation/ |
D | simple.txt | 22 Single-threaded code 25 In single-threaded code, there is no reordering, at least assuming 28 threaded context as the kernel can enter the same code path on multiple 38 this lock at a given time, your code will be executed single-threaded. 61 Despite the scalability limitations of single-threaded code, RCU 64 single-threaded grace-period processing is use of batching, where all 75 being completely single-threaded, it is often possible to use library 89 With code locking, we use single-threaded code execution to guarantee 93 in the code execution that will execute as though it is single threaded. 114 a single-threaded approach while providing excellent performance and
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/ |
D | debugfs.c | 36 if (dev->napi_dev.threaded != val) in mt76_napi_threaded_set() 47 *val = dev->napi_dev.threaded; in mt76_napi_threaded_get()
|
/Linux-v6.6/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-v6.6/Documentation/usb/ |
D | dwc3.rst | 34 - threaded handler of the device 45 - threaded handler of the EP-interrupt
|
/Linux-v6.6/Documentation/PCI/ |
D | boot-interrupts.rst | 56 irq_default_primary_handler threaded usb_hcd_irq 63 The use of threaded interrupts is the most likely condition to trigger 65 handler wakes. These "one shot" conditions mean that the threaded interrupt 66 needs to keep the interrupt line masked until the threaded handler has run.
|
/Linux-v6.6/drivers/pci/hotplug/ |
D | TODO | 12 hardirq handler cpqhp_ctrl_intr(). Convert this to threaded IRQ handling. 62 simplified by converting it to threaded IRQ handling. Use pciehp as a
|
/Linux-v6.6/Documentation/admin-guide/ |
D | cgroup-v2.rst | 280 Controllers which support thread mode are called threaded controllers. 283 Marking a cgroup threaded makes it join the resource domain of its 284 parent as a threaded cgroup. The parent may be another threaded 286 of a threaded subtree, that is, the nearest ancestor which is not 287 threaded, is called threaded domain or thread root interchangeably and 290 Inside a threaded subtree, threads of a process can be put in 292 constraint - threaded controllers can be enabled on non-leaf cgroups 295 As the threaded domain cgroup hosts all the domain resource 298 can't have populated child cgroups which aren't threaded. Because the 300 serve both as a threaded domain and a parent to domain cgroups. [all …]
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-net | 341 What: /sys/class/net/<iface>/threaded 346 Boolean value to control the threaded mode per device. User could 347 set this value to enable/disable threaded mode for all napi 352 0 threaded mode disabled for this dev 353 1 threaded mode enabled for this dev
|
/Linux-v6.6/fs/squashfs/ |
D | Kconfig | 91 If in doubt, select "Single threaded compression" 94 bool "Single threaded compression" 97 Traditionally Squashfs has used single-threaded decompression.
|
/Linux-v6.6/Documentation/devicetree/bindings/dma/ |
D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC)
|
/Linux-v6.6/include/soc/tegra/ |
D | bpmp.h | 90 } threaded; member
|
/Linux-v6.6/Documentation/networking/ |
D | napi.rst | 19 but there is an option to use :ref:`separate kernel threads<threaded>` 148 to be threaded so the interrupt may need to be marked ``IRQF_NO_THREAD`` 250 Threaded NAPI is controlled by writing 0/1 to the ``threaded`` file in
|
/Linux-v6.6/drivers/gpio/ |
D | gpio-siox.c | 249 girq->threaded = true; in gpio_siox_probe()
|
D | gpio-max77620.c | 332 girq->threaded = true; in max77620_gpio_probe()
|
D | gpio-pcf857x.c | 390 girq->threaded = true; in pcf857x_probe()
|
D | gpio-pmic-eic-sprd.c | 359 irq->threaded = true; in sprd_pmic_eic_probe()
|
/Linux-v6.6/kernel/cgroup/ |
D | pids.c | 386 .threaded = true,
|
D | debug.c | 380 debug_cgrp_subsys.threaded = true; in enable_debug_cgroup()
|
/Linux-v6.6/include/linux/ |
D | cgroup-defs.h | 718 bool threaded:1; member
|
/Linux-v6.6/Documentation/driver-api/mei/ |
D | mei-client-bus.rst | 138 an rx handler which is as close as it can get to registering a threaded IRQ handler.
|
/Linux-v6.6/Documentation/mm/ |
D | split_page_table_lock.rst | 7 multi-threaded applications due high contention on the lock. To improve
|