ATOMIC_LONG_INIT 13 arch/alpha/include/asm/local.h #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } ATOMIC_LONG_INIT 17 arch/mips/include/asm/local.h #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } ATOMIC_LONG_INIT 14 arch/x86/include/asm/local.h #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } ATOMIC_LONG_INIT 1074 fs/ceph/super.c static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); ATOMIC_LONG_INIT 1627 fs/super.c static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); ATOMIC_LONG_INIT 27 include/asm-generic/local.h #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) } ATOMIC_LONG_INIT 66 include/asm-generic/local64.h #define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) } ATOMIC_LONG_INIT 119 include/linux/mutex.h { .owner = ATOMIC_LONG_INIT(0) \ ATOMIC_LONG_INIT 69 include/linux/rwsem.h #define __RWSEM_INIT_COUNT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE) ATOMIC_LONG_INIT 93 include/linux/rwsem.h .owner = ATOMIC_LONG_INIT(0), \ ATOMIC_LONG_INIT 111 include/linux/workqueue.h #define WORK_DATA_INIT() ATOMIC_LONG_INIT((unsigned long)WORK_STRUCT_NO_POOL) ATOMIC_LONG_INIT 113 include/linux/workqueue.h ATOMIC_LONG_INIT((unsigned long)(WORK_STRUCT_NO_POOL | WORK_STRUCT_STATIC)) ATOMIC_LONG_INIT 67 include/linux/ww_mutex.h { .stamp = ATOMIC_LONG_INIT(0) \ ATOMIC_LONG_INIT 66 mm/memory-failure.c atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0); ATOMIC_LONG_INIT 1222 mm/vmalloc.c static atomic_long_t vmap_lazy_nr = ATOMIC_LONG_INIT(0); ATOMIC_LONG_INIT 38 security/integrity/ima/ima_queue.c .len = ATOMIC_LONG_INIT(0), ATOMIC_LONG_INIT 39 security/integrity/ima/ima_queue.c .violations = ATOMIC_LONG_INIT(0),