Searched refs:raw_read_seqcount (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dseqlock.h317 * raw_read_seqcount() - read the raw seqcount_t counter value
320 * raw_read_seqcount opens a read critical section of the given
327 #define raw_read_seqcount(s) \ macro
359 raw_read_seqcount(s) & ~1; \
H A Dmm.h1985 VM_BUG_ON(!(raw_read_seqcount(&vma->vm_mm->write_protect_seq) & 1));
/linux-master/net/netfilter/
H A Dx_tables.c1433 u32 seq = raw_read_seqcount(s);
1439 } while (seq == raw_read_seqcount(s));
/linux-master/mm/
H A Dgup.c3154 seq = raw_read_seqcount(&current->mm->write_protect_seq);
/linux-master/arch/s390/kvm/
H A Dkvm-s390.c3701 seq = raw_read_seqcount(&vcpu->arch.cputm_seqcount);

Completed in 145 milliseconds