Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dseqlock.h202 static inline int __read_seqcount_retry(const seqcount_t *s, unsigned start) in __read_seqcount_retry() function
220 return __read_seqcount_retry(s, start); in read_seqcount_retry()
/linux-4.4.14/fs/
Dnamei.c1566 if (__read_seqcount_retry(&parent->d_seq, nd->seq)) in lookup_fast()