Home
last modified time | relevance | path

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

/Linux-v5.4/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)
/Linux-v5.4/drivers/dma-buf/
Ddma-resv.c106 __seqcount_init(&obj->seq, reservation_seqcount_string, in dma_resv_init()