Lines Matching full:write
24 the end of the write side critical section the sequence count becomes
27 A sequence counter write side critical section must never be preempted
43 multiple writers. Write side critical sections must thus be serialized
46 If the write serialization primitive is not implicitly disabling
48 write side section. If the read section can be invoked from hardirq or
50 disabled before entering the write section.
70 Write path::
76 /* ... [[write-side critical section]] ... */
95 As discussed at :ref:`seqcount_t`, sequence count write side critical
98 initialization time, which enables lockdep to validate that the write
104 injected at the beginning of the write side critical section to validate
108 protection is enforced in the write side function.
118 The sequence counter read and write APIs can take either a plain
136 Write path: same as in :ref:`seqcount_t`, while running from a context
137 with the associated write serialization lock acquired.
150 read path to safely interrupt its own write side critical section.
152 Use seqcount_latch_t when the write side sections cannot be protected
168 use the write side function variants which disable interrupts or bottom
185 Write path::
189 /* ... [[write-side critical section]] ... */
219 starvation (too much retry loops) in case of a sharp spike in write