Searched refs:seqlock_t (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/
H A Dseqlock.h35 } seqlock_t; typedef in typeref:struct:__anon19576
48 do { *(x) = (seqlock_t) __SEQLOCK_UNLOCKED(x); } while (0)
51 seqlock_t x = __SEQLOCK_UNLOCKED(x)
57 static inline void write_seqlock(seqlock_t *sl)
64 static inline void write_sequnlock(seqlock_t *sl)
71 static inline int write_tryseqlock(seqlock_t *sl)
83 static __always_inline unsigned read_seqbegin(const seqlock_t *sl)
98 static __always_inline int read_seqretry(const seqlock_t *sl, unsigned iv)
H A Dtime.h93 extern seqlock_t xtime_lock;
H A Dmmzone.h168 seqlock_t span_seqlock;

Completed in 157 milliseconds