Home
last modified time | relevance | path

Searched refs:raw_read_seqcount (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/kernel/time/
Dsched_clock.c103 seq = raw_read_seqcount(&cd.seq); in sched_clock()
267 unsigned long seq = raw_read_seqcount(&cd.seq); in suspended_sched_clock_read()
Dtimekeeping.c420 seq = raw_read_seqcount(&tkf->seq); in __ktime_get_fast_ns()
/linux-4.1.27/include/linux/
Dseqlock.h128 static inline unsigned raw_read_seqcount(const seqcount_t *s) in raw_read_seqcount() function