Home
last modified time | relevance | path

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

/include/linux/
Du64_stats_sync.h136 return read_seqcount_retry(&syncp->seq, start); in __u64_stats_fetch_retry()
Dseqlock.h218 static inline int read_seqcount_retry(const seqcount_t *s, unsigned start) in read_seqcount_retry() function
438 return read_seqcount_retry(&sl->seqcount, start); in read_seqretry()
Drbtree_latch.h209 } while (read_seqcount_retry(&root->seq, seq)); in latch_tree_find()
Dcpuset.h149 return read_seqcount_retry(&current->mems_allowed_seq, seq); in read_mems_allowed_retry()
Dgenhd.h731 } while (read_seqcount_retry(&part->nr_sects_seq, seq)); in part_nr_sects_read()
Dfs.h856 } while (read_seqcount_retry(&inode->i_size_seqcount, seq)); in i_size_read()
/include/net/netfilter/
Dnf_conntrack.h303 } while (read_seqcount_retry(&nf_conntrack_generation, sequence)); in nf_conntrack_get_ht()