Home
last modified time | relevance | path

Searched full:rt (Results 1 – 25 of 38) sorted by relevance

12

/Documentation/locking/
Drt-mutex.rst2 RT-mutex subsystem with PI support
5 RT-mutexes with priority inheritance are used to support PI-futexes,
10 This technology was developed in the -rt tree and streamlined for
16 RT-mutexes extend the semantics of simple mutexes by the priority
19 A low priority owner of a rt-mutex inherits the priority of a higher
20 priority waiter until the rt-mutex is released. If the temporarily
21 boosted owner blocks on a rt-mutex itself it propagates the priority
40 RT-mutexes are optimized for fastpath operations and have no internal
43 support. [If that is not available then the rt-mutex internal spinlock
46 The state of the rt-mutex is tracked via the owner field of the rt-mutex
Dindex.rst14 rt-mutex-design
15 rt-mutex
Drt-mutex-design.rst2 RT-mutex implementation design
12 Documentation/locking/rt-mutex.rst. Although this document does explain problems
311 See Documentation/locking/rt-mutex.rst for further details.
/Documentation/arm/
Dvlocks.rst133 LDR Rt, [Rn]
134 CMP Rt, #0
138 LDRB Rt, [Rn]
139 CMP Rt, #0
140 LDRBEQ Rt, [Rn, #1]
141 CMPEQ Rt, #0
142 LDRBEQ Rt, [Rn, #2]
143 CMPEQ Rt, #0
144 LDRBEQ Rt, [Rn, #3]
145 CMPEQ Rt, #0
[all …]
/Documentation/
Dpi-futex.txt39 I.e. critical RT apps often choose lock structures to protect critical
67 [this is a quite common scenario for most non-trivial RT applications],
95 the futex-queue. The pi_state includes an rt-mutex, which is a PI-aware,
97 of the rt-mutex, and the FUTEX_WAITERS bit is atomically set in the
98 futex value. Then this task tries to lock the rt-mutex, on which it
122 Documentation/locking/rt-mutex.rst.
Dfutex-requeue-pi.txt8 boosting logic [see rt-mutex-desgin.txt] For the purposes of
/Documentation/scheduler/
Dsched-deadline.rst33 system behavior. As for -rt (group) scheduling, it is assumed that root users
216 - Umax is the maximum reclaimable utilization (subjected to RT throttling
221 (subjected to RT throttling limits).
566 to -deadline tasks is similar to the one already used for -rt
567 tasks with real-time group scheduling (a.k.a. RT-throttling - see
568 Documentation/scheduler/sched-rt-group.rst), and is based on readable/
575 A main difference between deadline bandwidth management and RT-throttling
576 is that -deadline tasks have bandwidth on their own (while -rt ones don't!),
591 For now the -rt knobs are used for -deadline admission control and the
592 -deadline runtime is accounted against the -rt runtime. We realize that this
[all …]
Dindex.rst17 sched-rt-group
Dsched-design-CFS.rst136 SCHED_FIFO/_RR are implemented in sched/rt.c and are as specified by
154 sched/rt.c implements SCHED_FIFO and SCHED_RR semantics, in a simpler way than
155 the previous vanilla scheduler did. It uses 100 runqueues (for all 100 RT
Dsched-nice-design.rst84 run audio (and other multimedia) apps under RT priorities such as
Dsched-rt-group.rst110 SCHED_OTHER (non-RT tasks). These defaults were chosen so that a run-away
Dsched-bwc.rst6 The SCHED_RT case is covered in Documentation/scheduler/sched-rt-group.rst ]
/Documentation/devicetree/bindings/mailbox/
Dti,secure-proxy.txt17 rt - Map the realtime status region
34 reg-names = "target_data", "rt", "scfg";
/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt14 - ti,max-rt: maximum pressure.
/Documentation/block/
Dioprio.rst24 care, one io RT process can starve the entire system. Within the RT class,
/Documentation/trace/
Dhwlat_detector.rst13 originally written for use by the "RT" patch since the Real Time
/Documentation/devicetree/bindings/spi/
Dspi-pl022.yaml52 pl022,rt:
/Documentation/RCU/
Drcubarrier.txt319 Currently, -rt implementations of RCU keep but a single global
321 problem. However, when the -rt RCU eventually does have per-CPU
DwhatisRCU.txt936 b. What about the -rt patchset? If readers would need to block
937 in an non-rt kernel, you need SRCU. If readers would block
938 in a -rt kernel, but not in a non-rt kernel, SRCU is not
939 necessary. (The -rt patchset turns spinlocks into sleeplocks,
/Documentation/driver-api/gpio/
Ddriver.rst332 threaded on -RT. As a result, spinlock_t or any sleepable APIs (like PM
337 this way it will become a threaded IRQ handler on -RT and a hard IRQ handler
338 on non-RT (for example, see [3]).
362 Realtime considerations: this kind of handlers will be forced threaded on -RT,
/Documentation/networking/
Dradiotap-headers.txt139 } /* while more rt headers */
Drxrpc.txt334 RXRPC_ACK -rt n/a Final ACK received
335 RXRPC_NET_ERROR -rt error num Network error on call
336 RXRPC_BUSY -rt n/a Call rejected (server busy)
337 RXRPC_LOCAL_ERROR -rt error num Local error encountered
/Documentation/admin-guide/
Dsysrq.rst34 256 = 0x100 - allow nicing of all RT tasks
115 ``n`` Used to make RT tasks nice-able
/Documentation/x86/
Dearlyprintk.rst141 …sks(I) saK show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff sh…
/Documentation/core-api/
Dlocal_ops.rst78 -rt kernels.

12