ATOMIC_LONG_INIT 27 include/asm-generic/local.h #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } ATOMIC_LONG_INIT 14 include/asm-x86/local.h #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } ATOMIC_LONG_INIT 37 include/linux/workqueue.h #define WORK_DATA_INIT() ATOMIC_LONG_INIT(0) ATOMIC_LONG_INIT 87 mm/mmap.c atomic_long_t vm_committed_space = ATOMIC_LONG_INIT(0); ATOMIC_LONG_INIT 42 mm/nommu.c atomic_long_t vm_committed_space = ATOMIC_LONG_INIT(0);