Home
last modified time | relevance | path

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

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