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

/linux-master/include/linux/
H A Dseqlock.h363 * __read_seqcount_retry() - end a seqcount_t read section w/o barrier
367 * __read_seqcount_retry is like read_seqcount_retry, but has no smp_rmb()
377 #define __read_seqcount_retry(s, start) \ macro
/linux-master/fs/
H A Dnamei.c1978 if (__read_seqcount_retry(&mount_lock.seqcount, nd->m_seq))
1980 if (__read_seqcount_retry(&rename_lock.seqcount, nd->r_seq))

Completed in 127 milliseconds