Lines Matching full:section
34 removal has completed, a critical section will not be able to access
54 Note how thread 3 is still executing its critical section when thread 2
57 that critical section.
67 entering an RCU read-side critical section.
71 exiting an RCU read-side critical section. Note that RCU
133 section reads multiple shared data, these reads are either
199 section. This is because spinlocks are rarely (if ever) used in userspace
201 critical section to become an updater.
243 read-side critical section in progress, the RCU read-side primitives
252 The RCU read-side critical section ensures that the value of ``p`` remains
254 a reference to ``p`` that is later released when the critical section ends.
264 If the processing cannot be done purely within the critical section, it
326 out of the write-side critical section.