Home
last modified time | relevance | path

Searched refs:read_seqcount_retry (Results 1 – 5 of 5) sorted by relevance

/include/linux/
Du64_stats_sync.h183 return read_seqcount_retry(&syncp->seq, start); in __u64_stats_fetch_retry()
Dseqlock.h447 #define read_seqcount_retry(s, start) \ macro
694 return read_seqcount_retry(&s->seqcount, start); in read_seqcount_latch_retry()
861 return read_seqcount_retry(&sl->seqcount, start); in read_seqretry()
Dcpuset.h153 return read_seqcount_retry(&current->mems_allowed_seq, seq); in read_mems_allowed_retry()
Dfs.h861 } while (read_seqcount_retry(&inode->i_size_seqcount, seq)); in i_size_read()
/include/net/netfilter/
Dnf_conntrack.h322 } while (read_seqcount_retry(&nf_conntrack_generation, sequence)); in nf_conntrack_get_ht()