Searched refs:seqlock_t (Results 1 – 1 of 1) sorted by relevance
21 } seqlock_t; typedef27 #define seqlock_init(x) do { *(x) = (seqlock_t) __SEQLOCK_UNLOCKED(x); } while (0)29 #define DEFINE_SEQLOCK(x) seqlock_t x = __SEQLOCK_UNLOCKED(x)