HomeSort by relevance Sort by last modified time
    Searched defs:seqcount_t (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/common/linux/
seqlock.h 36 } seqcount_t; typedef in typeref:struct:seqcount
39 #define seqcount_init(x) do { *(x) = (seqcount_t) SEQCNT_ZERO; } while (0)
  /external/kernel-headers/original/linux/
seqlock.h 114 } seqcount_t; typedef in typeref:struct:seqcount
117 #define seqcount_init(x) do { *(x) = (seqcount_t) SEQCNT_ZERO; } while (0)
120 static inline unsigned read_seqcount_begin(const seqcount_t *s)
132 static inline int read_seqcount_retry(const seqcount_t *s, unsigned iv)
143 static inline void write_seqcount_begin(seqcount_t *s)
149 static inline void write_seqcount_end(seqcount_t *s)

Completed in 224 milliseconds