Home
last modified time | relevance | path

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

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