OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seqlock_t
(Results
1 - 11
of
11
) sorted by null
/external/kernel-headers/original/linux/
seqlock.h
35
}
seqlock_t
;
typedef in typeref:struct:__anon4849
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)
time.h
93
extern
seqlock_t
xtime_lock;
mmzone.h
168
seqlock_t
span_seqlock;
/bionic/libc/kernel/common/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon392
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
/development/ndk/platforms/android-3/include/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon1017
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon15183
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon15537
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon15891
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon16310
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon16673
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
seqlock.h
21
}
seqlock_t
;
typedef in typeref:struct:__anon17097
27
#define seqlock_init(x) do { *(x) = (
seqlock_t
) __SEQLOCK_UNLOCKED(x); } while (0)
29
#define DEFINE_SEQLOCK(x)
seqlock_t
x = __SEQLOCK_UNLOCKED(x)
Completed in 396 milliseconds