Searched refs:__seqcount_init (Results 1 – 2 of 2) sorted by relevance
55 static inline void __seqcount_init(seqcount_t *s, const char *name, in __seqcount_init() function72 __seqcount_init((s), #s, &__key); \88 # define seqcount_init(s) __seqcount_init(s, NULL, NULL)
95 __seqcount_init(&obj->seq, reservation_seqcount_string, &reservation_seqcount_class); in reservation_object_init()