| /linux/drivers/firmware/tegra/ |
| A D | bpmp.c | 220 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_channel_read() 224 up(&bpmp->threaded.lock); in tegra_bpmp_channel_read() 272 set_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded() 279 set_bit(index, bpmp->threaded.busy); in tegra_bpmp_write_threaded() 285 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded() 288 up(&bpmp->threaded.lock); in tegra_bpmp_write_threaded() 674 busy = bpmp->threaded.busy; in tegra_bpmp_handle_rx() 715 bpmp->threaded.count = bpmp->soc->channels.thread.count; in tegra_bpmp_probe() 716 sema_init(&bpmp->threaded.lock, bpmp->threaded.count); in tegra_bpmp_probe() 721 if (!bpmp->threaded.allocated) in tegra_bpmp_probe() [all …]
|
| A 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()
|
| A D | bpmp-tegra210.c | 193 for (i = 0; i < bpmp->threaded.count; i++) { in tegra210_bpmp_init()
|
| /linux/tools/perf/bench/ |
| A D | sched-pipe.c | 45 static bool threaded; variable 85 OPT_BOOLEAN('T', "threaded", &threaded, "Specify threads/process based task setup"), 115 if (threaded) in enter_cgroup() 124 if (threaded) in enter_cgroup() 236 if (threaded) { in bench_sched_pipe() 277 loops, threaded ? "threads" : "processes"); in bench_sched_pipe()
|
| /linux/tools/memory-model/Documentation/ |
| A 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/drivers/net/wireless/mediatek/mt76/ |
| A 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/scripts/coccinelle/misc/ |
| A 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/Documentation/usb/ |
| A D | dwc3.rst | 34 - threaded handler of the device 45 - threaded handler of the EP-interrupt
|
| /linux/drivers/pci/hotplug/ |
| A D | TODO | 14 hardirq handler cpqhp_ctrl_intr(). Convert this to threaded IRQ handling. 55 simplified by converting it to threaded IRQ handling. Use pciehp as a
|
| /linux/Documentation/PCI/ |
| A 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/Documentation/ABI/testing/ |
| A 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/Documentation/admin-guide/ |
| A D | cgroup-v2.rst | 320 parent as a threaded cgroup. The parent may be another threaded 323 threaded, is called threaded domain or thread root interchangeably and 344 threaded by writing "threaded" to the "cgroup.type" file. The 353 must either be a valid (threaded) domain or a threaded cgroup. 362 A (threaded domain) - B (threaded) - C (domain, just created) 371 cgroup becomes threaded or threaded controllers are enabled in the 381 threaded domain, its operations are confined inside each threaded 392 Only threaded controllers can be enabled in a threaded subtree. When 393 a threaded controller is enabled inside a threaded subtree, it only 856 - "domain threaded" : A threaded domain cgroup which is [all …]
|
| /linux/fs/squashfs/ |
| A D | Kconfig | 91 If in doubt, select "Single threaded compression" 94 bool "Single threaded compression" 97 Traditionally Squashfs has used single-threaded decompression.
|
| /linux/include/soc/tegra/ |
| A D | bpmp.h | 90 } threaded; member
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC)
|
| /linux/Documentation/networking/ |
| A D | napi.rst | 19 but there is an option to use :ref:`separate kernel threads<threaded>` 148 IRQs are threaded (such as if ``PREEMPT_RT`` is enabled). 249 Threaded NAPI is controlled by writing 0/1 to the ``threaded`` file in
|
| /linux/drivers/gpio/ |
| A D | gpio-siox.c | 249 girq->threaded = true; in gpio_siox_probe()
|
| A D | gpio-max77620.c | 332 girq->threaded = true; in max77620_gpio_probe()
|
| A D | gpio-pcf857x.c | 390 girq->threaded = true; in pcf857x_probe()
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| A D | mediatek,gce-props.yaml | 13 The Global Command Engine (GCE) is an instruction based, multi-threaded,
|
| /linux/include/linux/ |
| A D | cgroup-defs.h | 756 bool threaded:1; member
|
| /linux/kernel/cgroup/ |
| A D | debug.c | 380 debug_cgrp_subsys.threaded = true; in enable_debug_cgroup()
|
| /linux/Documentation/networking/net_cachelines/ |
| A D | net_device.rst | 166 unsigned:1 threaded - - …
|
| /linux/Documentation/driver-api/mei/ |
| A D | mei-client-bus.rst | 138 an rx handler which is as close as it can get to registering a threaded IRQ handler.
|
| /linux/Documentation/mm/ |
| A D | split_page_table_lock.rst | 7 multi-threaded applications due high contention on the lock. To improve
|