Home
last modified time | relevance | path

Searched refs:raw_read_seqcount_latch (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/time/
H A Dsched_clock.c74 *seq = raw_read_seqcount_latch(&cd.seq); in sched_clock_read_begin()
262 unsigned int seq = raw_read_seqcount_latch(&cd.seq); in suspended_sched_clock_read()
H A Dtimekeeping.c480 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_fast_ns()
545 seq = raw_read_seqcount_latch(&tkf->seq); in __ktime_get_real_fast()
/OK3568_Linux_fs/kernel/include/linux/
H A Drbtree_latch.h207 seq = raw_read_seqcount_latch(&root->seq); in latch_tree_find()
H A Dseqlock.h675 static inline unsigned raw_read_seqcount_latch(const seqcount_latch_t *s) in raw_read_seqcount_latch() function