Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dseqlock.h55 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() function
72 __seqcount_init((s), #s, &__key); \
88 # define seqcount_init(s) __seqcount_init(s, NULL, NULL)
Dreservation.h95 __seqcount_init(&obj->seq, reservation_seqcount_string, &reservation_seqcount_class); in reservation_object_init()