diff options
Diffstat (limited to 'Documentation/RCU/Design/Data-Structures/Data-Structures.html')
-rw-r--r-- | Documentation/RCU/Design/Data-Structures/Data-Structures.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/RCU/Design/Data-Structures/Data-Structures.html b/Documentation/RCU/Design/Data-Structures/Data-Structures.html index 18f179807563..c30c1957c7e6 100644 --- a/Documentation/RCU/Design/Data-Structures/Data-Structures.html +++ b/Documentation/RCU/Design/Data-Structures/Data-Structures.html | |||
@@ -155,8 +155,7 @@ keeping lock contention under control at all tree levels regardless | |||
155 | of the level of loading on the system. | 155 | of the level of loading on the system. |
156 | 156 | ||
157 | </p><p>RCU updaters wait for normal grace periods by registering | 157 | </p><p>RCU updaters wait for normal grace periods by registering |
158 | RCU callbacks, either directly via <tt>call_rcu()</tt> and | 158 | RCU callbacks, either directly via <tt>call_rcu()</tt> |
159 | friends (namely <tt>call_rcu_bh()</tt> and <tt>call_rcu_sched()</tt>), | ||
160 | or indirectly via <tt>synchronize_rcu()</tt> and friends. | 159 | or indirectly via <tt>synchronize_rcu()</tt> and friends. |
161 | RCU callbacks are represented by <tt>rcu_head</tt> structures, | 160 | RCU callbacks are represented by <tt>rcu_head</tt> structures, |
162 | which are queued on <tt>rcu_data</tt> structures while they are | 161 | which are queued on <tt>rcu_data</tt> structures while they are |