Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
Dlocal.h27 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
Datomic-long.h26 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
34 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro
Dlocal64.h66 #define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) }
/linux-4.19.296/include/linux/
Drwsem.h69 #define __RWSEM_INIT_COUNT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
Dmutex.h129 { .owner = ATOMIC_LONG_INIT(0) \
Dworkqueue.h112 #define WORK_DATA_INIT() ATOMIC_LONG_INIT((unsigned long)WORK_STRUCT_NO_POOL)
114 ATOMIC_LONG_INIT((unsigned long)(WORK_STRUCT_NO_POOL | WORK_STRUCT_STATIC))
Dww_mutex.h67 { .stamp = ATOMIC_LONG_INIT(0) \
/linux-4.19.296/fs/ceph/
Dsuper.c1042 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
/linux-4.19.296/fs/
Dsuper.c1340 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); in super_setup_bdi()