Home
last modified time | relevance | path

Searched refs:raw_read_seqcount_begin (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dseqlock.h146 static inline unsigned raw_read_seqcount_begin(const seqcount_t *s) in raw_read_seqcount_begin() function
165 return raw_read_seqcount_begin(s); in read_seqcount_begin()
/Linux-v5.4/kernel/time/
Dhrtimer.c1443 seq = raw_read_seqcount_begin(&base->seq); in hrtimer_active()