Searched full:threaded (Results 1 – 25 of 45) sorted by relevance
12
| /Documentation/usb/ |
| D | dwc3.rst | 34 - threaded handler of the device 45 - threaded handler of the EP-interrupt
|
| /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 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/ |
| 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). 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/ |
| D | cgroup-v2.rst | 316 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 …]
|
| D | kernel-per-CPU-kthreads.rst | 60 Handle threaded interrupts. 85 Execute softirq handlers when threaded or when under heavy load.
|
| D | pstore-blk.rst | 196 looks like a single-threaded program running on a single-core computer.
|
| /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
|
| /Documentation/devicetree/bindings/dma/ |
| D | img-mdc-dma.txt | 1 * IMG Multi-threaded DMA Controller (MDC)
|
| /Documentation/devicetree/bindings/mailbox/ |
| D | mediatek,gce-props.yaml | 13 The Global Command Engine (GCE) is an instruction based, multi-threaded,
|
| /Documentation/driver-api/gpio/ |
| D | driver.rst | 331 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
|
| D | consumer.rst | 215 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/ |
| D | net_device.rst | 166 unsigned:1 threaded - - …
|
| /Documentation/accel/qaic/ |
| D | qaic.rst | 54 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/ |
| D | mei-client-bus.rst | 138 an rx handler which is as close as it can get to registering a threaded IRQ handler.
|
| /Documentation/mm/ |
| D | split_page_table_lock.rst | 7 multi-threaded applications due high contention on the lock. To improve
|
| /Documentation/staging/ |
| D | xz.rst | 88 file in single-threaded mode so setting that explicitly is recommended.
|
| /Documentation/scheduler/ |
| D | sched-bwc.rst | 178 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/ |
| D | netdev.yaml | 248 threaded mode. If NAPI is not in threaded mode (i.e. uses normal
|
| /Documentation/admin-guide/mm/ |
| D | userfaultfd.rst | 424 single threaded non-cooperative ``userfaultfd`` manager implementations. A 428 run in parallel to the event reception. Single threaded
|
| /Documentation/core-api/ |
| D | workqueue.rst | 31 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/ |
| D | cpu-capacity.txt | 29 * A "single-threaded" or CPU affine benchmark
|
| /Documentation/admin-guide/media/ |
| D | philips.rst | 78 slack when your program is behind. But you need a multi-threaded or
|
| /Documentation/ |
| D | memory-barriers.txt | 1556 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/ |
| D | unshare.rst | 59 even non-threaded applications if they have a need to disassociate
|
| /Documentation/admin-guide/hw-vuln/ |
| D | tsx_async_abort.rst | 43 hardware transactional memory support to improve performance of multi-threaded
|
12