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

/linux-master/include/asm-generic/
H A Dlocal.h27 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
H A Dlocal64.h28 #define LOCAL64_INIT(i) { LOCAL_INIT(i) }
/linux-master/arch/alpha/include/asm/
H A Dlocal.h13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
/linux-master/arch/loongarch/include/asm/
H A Dlocal.h17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
/linux-master/arch/x86/include/asm/
H A Dlocal.h14 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro
/linux-master/mm/
H A Dmmap_lock.c50 .buf_idx = LOCAL_INIT(0),
/linux-master/arch/powerpc/include/asm/
H A Dlocal.h18 #define LOCAL_INIT(i) { (i) } macro
/linux-master/arch/mips/include/asm/
H A Dlocal.h17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } macro

Completed in 290 milliseconds