Home
last modified time | relevance | path

Searched refs:LOCAL_INIT (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/include/asm-generic/
Dlocal.h26 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
Dlocal64.h27 #define LOCAL64_INIT(i) { LOCAL_INIT(i) }
/linux-3.4.99/arch/alpha/include/asm/
Dlocal.h12 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
/linux-3.4.99/arch/x86/include/asm/
Dlocal.h13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
/linux-3.4.99/arch/powerpc/include/asm/
Dlocal.h12 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
/linux-3.4.99/arch/mips/include/asm/
Dlocal.h15 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
/linux-3.4.99/arch/m32r/include/asm/
Dlocal.h29 #define LOCAL_INIT(i) { (i) } macro
/linux-3.4.99/Documentation/
Dlocal_ops.txt76 static DEFINE_PER_CPU(local_t, counters) = LOCAL_INIT(0);
128 static DEFINE_PER_CPU(local_t, counters) = LOCAL_INIT(0);