Searched refs:ATOMIC_LONG_INIT (Results 1 – 15 of 15) sorted by relevance
69 #define __RWSEM_INIT_COUNT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)93 .owner = ATOMIC_LONG_INIT(0), \
119 { .owner = ATOMIC_LONG_INIT(0) \
111 #define WORK_DATA_INIT() ATOMIC_LONG_INIT((unsigned long)WORK_STRUCT_NO_POOL)113 ATOMIC_LONG_INIT((unsigned long)(WORK_STRUCT_NO_POOL | WORK_STRUCT_STATIC))
67 { .stamp = ATOMIC_LONG_INIT(0) \
38 .len = ATOMIC_LONG_INIT(0),39 .violations = ATOMIC_LONG_INIT(0),
27 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
66 #define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) }
13 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro18 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro
13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
14 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
1056 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
66 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
1221 static atomic_long_t vmap_lazy_nr = ATOMIC_LONG_INIT(0);
1625 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); in super_setup_bdi()