Home
last modified time | relevance | path

Searched refs:expedited (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/Documentation/RCU/Design/Expedited-Grace-Periods/
H A DExpedited-Grace-Periods.rst8 This document describes RCU's expedited grace periods.
10 high efficiency and minimal disturbance, expedited grace periods accept
20 The expedited RCU grace periods cannot be accused of being subtle,
22 has not yet provided a quiescent state for the current expedited
32 state, the expedited grace period has completed.
43 expedited grace period is shown in the following diagram:
54 Otherwise, the expedited grace period will use
140 The expedited nature of expedited grace periods require a much tighter
146 The interaction between expedited grace periods and CPU hotplug
159 beginning of the most recent RCU expedited grace period. The
[all …]
/openbmc/linux/include/uapi/linux/
H A Dx25.h123 __u8 expedited; member
/openbmc/linux/Documentation/RCU/
H A Dstallwarn.rst170 the expedited grace period. This parameter defines the period
171 of time that RCU will wait from the beginning of an expedited
365 If an expedited grace period detects a stall, it will place a message
368 INFO: rcu_sched detected expedited stalls on CPUs/tasks: { 7-... } 21119 jiffies s: 73 root: 0x2/.
373 that the CPU was online at the beginning of the expedited grace period
377 indicates that the expedited grace period has been going on for 21,119
378 jiffies. The number following the "s:" indicates that the expedited
380 odd indicates that an expedited grace period is in flight. The number
383 current expedited grace period. If the tree had more than one level,
392 expedited grace periods at about the same time during the same run.
H A Dchecklist.rst211 The expedited forms of these primitives have the same semantics
212 as the non-expedited forms, but expediting is more CPU intensive.
213 Use of the expedited primitives should be restricted to rare
217 kernel boot parameter to completely disable expedited grace
220 In particular, if you find yourself invoking one of the expedited
223 a single non-expedited primitive to cover the entire batch.
225 expedited primitive, and will be much much easier on the rest
241 srcu_struct. The rules for the expedited RCU grace-period-wait
242 primitives are the same as for their non-expedited counterparts.
435 SRCU's expedited primitive (synchronize_srcu_expedited())
H A DRTFP.txt178 its appearance, as did expedited RCU [PaulEMcKenney2009expeditedRCU].
2256 ,Title="[{PATCH} -tip 0/3] expedited 'big hammer' {RCU} grace periods"
2264 First posting of expedited RCU to be accepted into -tip.
/openbmc/linux/kernel/rcu/
H A DKconfig216 blocking an expedited RCU grace period is boosted immediately.
221 bool "Perform RCU expedited work in a real-time kthread"
225 Use this option to further reduce the latencies of expedited
229 disable expedited grace periods after boot by unconditionally
H A DKconfig.debug88 If a given expedited RCU grace period extends more than the
/openbmc/linux/Documentation/maintainer/
H A Dmaintainer-entry-profile.rst66 why they should be considered on an expedited schedule. A general
/openbmc/linux/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst157 events, maintains ``rcu_barrier()`` state, tracks expedited
437 current expedited grace period. An expedited grace period has the same
438 conceptual properties as a normal grace period, but the expedited
446 expedited grace periods, respectively.
510 periods and in ``->exp_tasks`` for expedited grace periods. These last
520 RCU read-side critical section, then an expedited grace period started,
/openbmc/linux/Documentation/RCU/Design/Requirements/
H A DRequirements.rst1796 | all synchronous grace periods are handled by the expedited |
1797 | grace-period mechanism. At runtime, this expedited mechanism relies |
1799 | drives the desired expedited grace period. Because dead-zone |
1801 | dead zone ends, expedited grace periods go back to using workqueues, |
1803 | user task received a POSIX signal while driving an expedited grace |
2537 SRCU also differs from other RCU flavors in that SRCU's expedited and
2538 non-expedited grace periods are implemented by the same mechanism. This
2546 period, that invocation will be automatically expedited.
2673 well as zero interprocessor interrupts undertaken during an expedited
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt4985 Measure performance of expedited synchronous
5107 Use expedited update-side primitives, if available.
5110 Use normal (non-expedited) asynchronous
5114 Use normal (non-expedited) synchronous
5269 Set timeout for expedited RCU CPU stall warning
5286 current expedited RCU grace period during an
5287 expedited RCU CPU stall warning.
5290 Use expedited grace-period primitives, for
5316 post-boot attempt at an expedited RCU grace
5317 period to instead use normal non-expedited