Searched refs:expedited (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 45 Displays statistics for expedited grace periods. 245 an expedited grace period is in progress. 248 attempt to start an expedited grace period found that someone 249 else had completed an expedited grace period that satisfies the 258 new expedited grace period succeeded. 355 section blocks the current expedited grace period. 359 grace period (expedited or normal) is inconvenienced. 449 the current normal (non-expedited) grace period from 453 the current expedited grace period from completing. 481 expedited grace period. [all …]
|
D | checklist.txt | 180 The expedited forms of these primitives have the same semantics 181 as the non-expedited forms, but expediting is both expensive 182 and unfriendly to real-time workloads. Use of the expedited 187 In particular, if you find yourself invoking one of the expedited 190 a single non-expedited primitive to cover the entire batch. 192 expedited primitive, and will be much much easier on the rest 196 In addition, it is illegal to call the expedited forms from 212 the expedited primitives are the same as for their non-expedited 332 expedited forms of the three primitives, namely call_rcu(),
|
D | torture.txt | 48 gp_exp Make the fake writers use expedited synchronous grace-period 52 50% expedited. By default, neither are set, which 170 along with expedited, synchronous, and polling 174 call_rcu_bh(), along with expedited and synchronous 181 call_srcu(), along with expedited and 185 call_rcu_sched(), along with expedited, 189 along with expedited and synchronous variants.
|
D | stallwarn.txt | 168 If an expedited grace period detects a stall, it will place a message 171 INFO: rcu_sched detected expedited stalls on CPUs: { 1 2 6 } 26009 jiffies s: 1043 174 reschedule IPI, that the expedited grace period has been going on for 175 26,009 jiffies, and that the expedited grace-period sequence counter is 176 1043. The fact that this last value is odd indicates that an expedited 180 expedited grace periods at about the same time from the same run.
|
D | RTFP.txt | 178 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.
|
/linux-4.4.14/include/net/irda/ |
D | irlmp_frame.h | 43 int expedited, struct sk_buff *skb);
|
/linux-4.4.14/include/uapi/linux/ |
D | x25.h | 122 __u8 expedited; member
|
/linux-4.4.14/net/irda/ |
D | irlmp_frame.c | 41 int expedited, struct sk_buff *skb) in irlmp_send_data_pdu() argument 46 if (expedited) { in irlmp_send_data_pdu()
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 232 API-synchronize-srcu-expedited 244 API-synchronize-sched-expedited 248 API-synchronize-rcu-expedited
|
/linux-4.4.14/init/ |
D | Kconfig | 694 blocking an expedited RCU grace period is boosted immediately. 779 This option enables expedited grace periods at boot time,
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 3211 Use expedited update-side primitives, if available. 3214 Use normal (non-expedited) asynchronous 3218 Use normal (non-expedited) synchronous 3300 Use expedited grace-period primitives, for
|