Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/firmware/tegra/
A Dbpmp.c231 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_channel_read()
235 up(&bpmp->threaded.lock); in tegra_bpmp_channel_read()
283 set_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded()
290 set_bit(index, bpmp->threaded.busy); in tegra_bpmp_write_threaded()
296 clear_bit(index, bpmp->threaded.allocated); in tegra_bpmp_write_threaded()
299 up(&bpmp->threaded.lock); in tegra_bpmp_write_threaded()
667 busy = bpmp->threaded.busy; in tegra_bpmp_handle_rx()
708 bpmp->threaded.count = bpmp->soc->channels.thread.count; in tegra_bpmp_probe()
709 sema_init(&bpmp->threaded.lock, bpmp->threaded.count); in tegra_bpmp_probe()
714 if (!bpmp->threaded.allocated) in tegra_bpmp_probe()
[all …]
A Dbpmp-tegra186.c210 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_init()
235 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_init()
241 for (i = 0; i < bpmp->threaded.count; i++) { in tegra186_bpmp_init()
266 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_deinit()
284 for (i = 0; i < bpmp->threaded.count; i++) in tegra186_bpmp_resume()
A Dbpmp-tegra210.c193 for (i = 0; i < bpmp->threaded.count; i++) { in tegra210_bpmp_init()
/linux-6.3-rc2/tools/perf/bench/
A Dsched-pipe.c41 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-6.3-rc2/tools/memory-model/Documentation/
A Dsimple.txt22 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-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Ddebugfs.c36 if (dev->napi_dev.threaded != val) in mt76_napi_threaded_set()
47 *val = dev->napi_dev.threaded; in mt76_napi_threaded_get()
/linux-6.3-rc2/scripts/coccinelle/misc/
A 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-6.3-rc2/Documentation/usb/
A Ddwc3.rst34 - threaded handler of the device
45 - threaded handler of the EP-interrupt
/linux-6.3-rc2/Documentation/PCI/
A Dboot-interrupts.rst56 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-6.3-rc2/drivers/pci/hotplug/
A DTODO12 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-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst284 parent as a threaded cgroup. The parent may be another threaded
287 threaded, is called threaded domain or thread root interchangeably and
308 threaded by writing "threaded" to the "cgroup.type" file. The
317 must either be a valid (threaded) domain or a threaded cgroup.
326 A (threaded domain) - B (threaded) - C (domain, just created)
335 cgroup becomes threaded or threaded controllers are enabled in the
345 threaded domain, its operations are confined inside each threaded
356 Only threaded controllers can be enabled in a threaded subtree. When
357 a threaded controller is enabled inside a threaded subtree, it only
811 - "domain threaded" : A threaded domain cgroup which is
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-net341 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-6.3-rc2/fs/squashfs/
A DKconfig91 If in doubt, select "Single threaded compression"
94 bool "Single threaded compression"
97 Traditionally Squashfs has used single-threaded decompression.
/linux-6.3-rc2/include/soc/tegra/
A Dbpmp.h90 } threaded; member
/linux-6.3-rc2/Documentation/devicetree/bindings/dma/
A Dimg-mdc-dma.txt1 * IMG Multi-threaded DMA Controller (MDC)
/linux-6.3-rc2/drivers/gpio/
A Dgpio-siox.c248 girq->threaded = true; in gpio_siox_probe()
A Dgpio-pmic-eic-sprd.c358 irq->threaded = true; in sprd_pmic_eic_probe()
A Dgpio-max77620.c332 girq->threaded = true; in max77620_gpio_probe()
A Dgpio-pcf857x.c391 girq->threaded = true; in pcf857x_probe()
/linux-6.3-rc2/kernel/cgroup/
A Dpids.c386 .threaded = true,
A Ddebug.c380 debug_cgrp_subsys.threaded = true; in enable_debug_cgroup()
/linux-6.3-rc2/include/linux/
A Dcgroup-defs.h702 bool threaded:1; member
/linux-6.3-rc2/Documentation/driver-api/mei/
A Dmei-client-bus.rst138 an rx handler which is as close as it can get to registering a threaded IRQ handler.
/linux-6.3-rc2/Documentation/mm/
A Dsplit_page_table_lock.rst7 multi-threaded applications due high contention on the lock. To improve
/linux-6.3-rc2/Documentation/driver-api/gpio/
A Ddriver.rst332 threaded on -RT. As a result, spinlock_t or any sleepable APIs (like PM
335 If required (and if it can't be converted to the nested threaded GPIO irqchip,
337 this way it will become a threaded IRQ handler on -RT and a hard IRQ handler
362 Realtime considerations: this kind of handlers will be forced threaded on -RT,
382 The hallmark of threaded GPIO irqchips is that they set the .can_sleep
494 The helper supports using threaded interrupts as well. Then you just request

Completed in 30 milliseconds

1234