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.
262 only within the enclosing RCU read-side critical section.
273 Holding a reference from one RCU read-side critical section
275 one lock-based critical section to another! Similarly,
276 using a reference outside of the critical section in which
417 read-side critical sections.
419 o Within an RCU read-side critical section, use rcu_dereference()
434 RCU read-side critical sections that might be referencing that
523 read-side critical sections that might be referencing that
560 one read-side critical section to another.
605 critical sections that were in progress before synchronize_rcu() was
657 Remember that it is illegal to block while in an RCU read-side critical
659 that it must have completed all preceding RCU read-side critical sections.
661 RCU read-side critical sections will have completed.
665 that there are no RCU read-side critical sections holding a reference
672 critical section, what the heck do you do in
777 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