Lines Matching refs:section
17 read side critical section is even and the same sequence count value is
18 read again at the end of the critical section. The data in the set must
19 be copied out inside the read side critical section. If the sequence
20 count has changed between the start and the end of the critical section,
24 critical section. After starting the critical section the sequence count
26 the end of the write side critical section the sequence count becomes
29 A sequence counter write side critical section must never be preempted
50 write side section. If the read section can be invoked from hardirq or
52 disabled before entering the write section.
78 /* ... [[write-side critical section]] ... */
87 /* ... [[read-side critical section]] ... */
106 injected at the beginning of the write side critical section to validate
152 read path to safely interrupt its own write side critical section.
169 If the read side section can be invoked from hardirq or softirq context,
191 /* ... [[write-side critical section]] ... */
204 /* ... [[read-side critical section]] ... */
210 from entering its critical section. This read lock is
215 /* ... [[read-side critical section]] ... */
233 /* ... [[read-side critical section]] ... */