Searched defs:atomic_read (Results 1 - 3 of 3) sorted by relevance

/u-boot/arch/powerpc/include/asm/
H A Datomic.h16 #define atomic_read(v) ((v)->counter) macro
/u-boot/arch/x86/include/asm/
H A Datomic.h24 static inline int atomic_read(const atomic_t *v) function
/u-boot/include/asm-generic/
H A Datomic.h15 #define atomic_read(v) ((v)->counter) macro

Completed in 50 milliseconds