Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dseqlock.h53 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() function
70 __seqcount_init((s), #s, &__key); \
86 # define seqcount_init(s) __seqcount_init(s, NULL, NULL)
Dreservation.h76 __seqcount_init(&obj->seq, reservation_seqcount_string, &reservation_seqcount_class); in reservation_object_init()