Lines Matching full:side
45 * Write side critical sections must be serialized and non-preemptible.
124 * that the write side critical section is properly serialized.
127 * preemption protection is enforced in the write side function.
135 * For PREEMPT_RT, seqcount_LOCKNAME_t write side critical sections cannot
136 * disable preemption. It can lead to higher latencies, and the write side
164 * that the write side critical section is properly serialized.
520 * write_seqcount_begin() - start a seqcount_t write side critical section
523 * Context: sequence counter write side sections must be serialized and
545 * write_seqcount_end() - end a seqcount_t write side critical section
620 * side operations
623 * After write_seqcount_invalidate, no seqcount_t read side operations
642 * typically NMIs, to safely interrupt the write side critical section.
830 * read_seqbegin() - start a seqlock_t read side critical section
845 * read_seqretry() - end a seqlock_t read side section
849 * read_seqretry closes the read side critical section of given seqlock_t.
867 * For all seqlock_t write side functions, use the the internal
873 * write_seqlock() - start a seqlock_t write side critical section
876 * write_seqlock opens a write side critical section for the given
878 * that sequential lock. All seqlock_t write side sections are thus
881 * Context: if the seqlock_t read section, or other write side critical
892 * write_sequnlock() - end a seqlock_t write side critical section
895 * write_sequnlock closes the (serialized and non-preemptible) write side
908 * _bh variant of write_seqlock(). Use only if the read side section, or
909 * other write side sections, can be invoked from softirq contexts.
922 * softirqs-disabled, seqlock_t write side critical section opened with
935 * _irq variant of write_seqlock(). Use only if the read side section, or
949 * seqlock_t write side section opened with write_seqlock_irq().
973 * _irqsave variant of write_seqlock(). Use it only if the read side
1031 * seqlock_t write side section, *or other read sections*, can be invoked
1055 * write side section, *or other read sections*, can be invoked from a
1089 * write side section, *or other read sections*, can be invoked from a
1123 * (too much retry loops) in the case of a sharp spike in write side
1163 * done_seqretry finishes the seqlock_t read side critical section started