Lines Matching refs:critical
78 critical sections.
138 entering an RCU read-side critical section. It is illegal
139 to block while in an RCU read-side critical section, though
141 read-side critical sections. Any RCU-protected data structure
142 accessed during an RCU read-side critical section is guaranteed to
143 remain unreclaimed for the full duration of that critical section.
152 exiting an RCU read-side critical section. Note that RCU
153 read-side critical sections may be nested and/or overlapping.
161 read-side critical sections on all CPUs have completed.
163 any subsequent RCU read-side critical sections to complete.
176 read-side critical sections to complete, not necessarily for
180 -immediately- after the last pre-existing RCU read-side critical
194 after all ongoing RCU read-side critical sections have completed.
260 if an update happened while in the critical section, and incur
264 only within the enclosing RCU read-side critical section.
275 Holding a reference from one RCU read-side critical section
277 one lock-based critical section to another! Similarly,
278 using a reference outside of the critical section in which
419 read-side critical sections.
421 o Within an RCU read-side critical section, use rcu_dereference()
436 RCU read-side critical sections that might be referencing that
525 read-side critical sections that might be referencing that
562 one read-side critical section to another.
607 critical sections that were in progress before synchronize_rcu() was
659 Remember that it is illegal to block while in an RCU read-side critical
661 that it must have completed all preceding RCU read-side critical sections.
663 RCU read-side critical sections will have completed.
667 that there are no RCU read-side critical sections holding a reference
674 critical section, what the heck do you do in
779 critical sections can now run concurrently. In many cases, this will
919 f. Do you need read-side critical sections that are respected
964 consider task A in an RCU read-side critical section
973 approach where tasks in RCU read-side critical sections
1002 critical section, what the heck do you do in
1006 critical sections, it permits preemption of RCU
1007 read-side critical sections. It also permits
1008 spinlocks blocking while in RCU read-side critical