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

/linux-master/include/linux/
H A Dseqlock.h41 static inline void __seqcount_init(seqcount_t *s, const char *name, function
63 __seqcount_init((s), #s, &__key); \
79 # define seqcount_init(s) __seqcount_init(s, NULL, NULL)

Completed in 108 milliseconds