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.
829 * read_seqbegin() - start a seqlock_t read side critical section
844 * read_seqretry() - end a seqlock_t read side section
848 * read_seqretry closes the read side critical section of given seqlock_t.
866 * For all seqlock_t write side functions, use the the internal
872 * write_seqlock() - start a seqlock_t write side critical section
875 * write_seqlock opens a write side critical section for the given
877 * that sequential lock. All seqlock_t write side sections are thus
880 * Context: if the seqlock_t read section, or other write side critical
891 * write_sequnlock() - end a seqlock_t write side critical section
894 * write_sequnlock closes the (serialized and non-preemptible) write side
907 * _bh variant of write_seqlock(). Use only if the read side section, or
908 * other write side sections, can be invoked from softirq contexts.
921 * softirqs-disabled, seqlock_t write side critical section opened with
934 * _irq variant of write_seqlock(). Use only if the read side section, or
948 * seqlock_t write side section opened with write_seqlock_irq().
972 * _irqsave variant of write_seqlock(). Use it only if the read side
1030 * seqlock_t write side section, *or other read sections*, can be invoked
1054 * write side section, *or other read sections*, can be invoked from a
1088 * write side section, *or other read sections*, can be invoked from a
1122 * (too much retry loops) in the case of a sharp spike in write side
1162 * done_seqretry finishes the seqlock_t read side critical section started