Home
last modified time | relevance | path

Searched refs:ATOMIC_LONG_INIT (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/include/linux/
Drwsem.h69 #define __RWSEM_INIT_COUNT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
93 .owner = ATOMIC_LONG_INIT(0), \
Dmutex.h119 { .owner = ATOMIC_LONG_INIT(0) \
Dworkqueue.h111 #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))
Dww_mutex.h67 { .stamp = ATOMIC_LONG_INIT(0) \
/Linux-v5.4/security/integrity/ima/
Dima_queue.c38 .len = ATOMIC_LONG_INIT(0),
39 .violations = ATOMIC_LONG_INIT(0),
/Linux-v5.4/include/asm-generic/
Dlocal.h27 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
Dlocal64.h66 #define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) }
Datomic-long.h13 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
18 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro
/Linux-v5.4/arch/alpha/include/asm/
Dlocal.h13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/Linux-v5.4/arch/x86/include/asm/
Dlocal.h14 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/Linux-v5.4/arch/mips/include/asm/
Dlocal.h17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/Linux-v5.4/fs/ceph/
Dsuper.c1056 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
/Linux-v5.4/mm/
Dmemory-failure.c66 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
Dvmalloc.c1221 static atomic_long_t vmap_lazy_nr = ATOMIC_LONG_INIT(0);
/Linux-v5.4/fs/
Dsuper.c1625 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); in super_setup_bdi()