Home
last modified time | relevance | path

Searched defs:local_read (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/include/asm-generic/
Dlocal.h28 #define local_read(l) atomic_long_read(&(l)->a) macro
/linux-3.3/arch/x86/include/asm/
Dlocal.h16 #define local_read(l) atomic_long_read(&(l)->a) macro
/linux-3.3/arch/alpha/include/asm/
Dlocal.h13 #define local_read(l) atomic_long_read(&(l)->a) macro
/linux-3.3/arch/powerpc/include/asm/
Dlocal.h14 #define local_read(l) atomic_long_read(&(l)->a) macro
/linux-3.3/arch/mips/include/asm/
Dlocal.h17 #define local_read(l) atomic_long_read(&(l)->a) macro
/linux-3.3/arch/m32r/include/asm/
Dlocal.h38 #define local_read(l) ((l)->counter) macro