Home
last modified time | relevance | path

Searched full:threaded (Results 1 – 25 of 45) sorted by relevance

12

/Documentation/usb/
Ddwc3.rst34 - threaded handler of the device
45 - threaded handler of the EP-interrupt
/Documentation/PCI/
Dboot-interrupts.rst56 irq_default_primary_handler threaded usb_hcd_irq
63 The use of threaded interrupts is the most likely condition to trigger
64 this problem today. Threaded interrupts may not be re-enabled after the IRQ
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.
/Documentation/networking/
Dnapi.rst19 but there is an option to use :ref:`separate kernel threads<threaded>`
148 IRQs are threaded (such as if ``PREEMPT_RT`` is enabled).
234 Threaded NAPI
237 Threaded NAPI is an operating mode that uses dedicated kernel
249 Threaded NAPI is controlled by writing 0/1 to the ``threaded`` file in
/Documentation/admin-guide/
Dcgroup-v2.rst316 Controllers which support thread mode are called threaded controllers.
319 Marking a cgroup threaded makes it join the resource domain of its
320 parent as a threaded cgroup. The parent may be another threaded
322 of a threaded subtree, that is, the nearest ancestor which is not
323 threaded, is called threaded domain or thread root interchangeably and
326 Inside a threaded subtree, threads of a process can be put in
328 constraint - threaded controllers can be enabled on non-leaf cgroups
331 As the threaded domain cgroup hosts all the domain resource
334 can't have populated child cgroups which aren't threaded. Because the
336 serve both as a threaded domain and a parent to domain cgroups.
[all …]
Dkernel-per-CPU-kthreads.rst60 Handle threaded interrupts.
85 Execute softirq handlers when threaded or when under heavy load.
Dpstore-blk.rst196 looks like a single-threaded program running on a single-core computer.
/Documentation/ABI/testing/
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
/Documentation/devicetree/bindings/dma/
Dimg-mdc-dma.txt1 * IMG Multi-threaded DMA Controller (MDC)
/Documentation/devicetree/bindings/mailbox/
Dmediatek,gce-props.yaml13 The Global Command Engine (GCE) is an instruction based, multi-threaded,
/Documentation/driver-api/gpio/
Ddriver.rst331 threaded on -RT. As a result, spinlock_t or any sleepable APIs (like PM
334 If required (and if it can't be converted to the nested threaded GPIO irqchip,
336 this way it will become a threaded IRQ handler on -RT and a hard IRQ handler
361 Realtime considerations: this kind of handlers will be forced threaded on -RT,
366 - NESTED THREADED GPIO IRQCHIPS: these are off-chip GPIO expanders and any
381 The hallmark of threaded GPIO irqchips is that they set the .can_sleep
493 The helper supports using threaded interrupts as well. Then you just request
Dconsumer.rst215 don't need to sleep, and can safely be done from inside hard (non-threaded) IRQ
252 Accessing such GPIOs requires a context which may sleep, for example a threaded
/Documentation/networking/net_cachelines/
Dnet_device.rst166 unsigned:1 threaded - - …
/Documentation/accel/qaic/
Dqaic.rst54 arrives; however, the DBC threaded irq handlers only are started when work to be
55 done is detected (MHI will always start its threaded handler).
/Documentation/driver-api/mei/
Dmei-client-bus.rst138 an rx handler which is as close as it can get to registering a threaded IRQ handler.
/Documentation/mm/
Dsplit_page_table_lock.rst7 multi-threaded applications due high contention on the lock. To improve
/Documentation/staging/
Dxz.rst88 file in single-threaded mode so setting that explicitly is recommended.
/Documentation/scheduler/
Dsched-bwc.rst178 For highly-threaded, non-cpu bound applications this non-expiration nuance
187 better more predictable user experience for highly threaded applications with
/Documentation/netlink/specs/
Dnetdev.yaml248 threaded mode. If NAPI is not in threaded mode (i.e. uses normal
/Documentation/admin-guide/mm/
Duserfaultfd.rst424 single threaded non-cooperative ``userfaultfd`` manager implementations. A
428 run in parallel to the event reception. Single threaded
/Documentation/core-api/
Dworkqueue.rst31 In the original wq implementation, a multi threaded (MT) wq had one
32 worker thread per CPU and a single threaded (ST) wq had one worker
82 For threaded workqueues, special purpose threads, called [k]workers, execute
/Documentation/devicetree/bindings/cpu/
Dcpu-capacity.txt29 * A "single-threaded" or CPU affine benchmark
/Documentation/admin-guide/media/
Dphilips.rst78 slack when your program is behind. But you need a multi-threaded or
/Documentation/
Dmemory-barriers.txt1556 optimizations that, while perfectly safe in single-threaded code, can
1585 for single-threaded code, is almost certainly not what the developer
1606 single-threaded code, but can be fatal in concurrent code:
1624 single-threaded code, so you need to tell the compiler about cases
1638 This transformation is a win for single-threaded code because it
1701 win for single-threaded code:
1762 In single-threaded code, this is not only safe, but also saves
1791 This optimization can therefore be a win in single-threaded code.
2351 be a problem as a single-threaded linear piece of code will still appear to
/Documentation/userspace-api/
Dunshare.rst59 even non-threaded applications if they have a need to disassociate
/Documentation/admin-guide/hw-vuln/
Dtsx_async_abort.rst43 hardware transactional memory support to improve performance of multi-threaded

12