Home
last modified time | relevance | path

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

/Linux-v4.19/security/integrity/ima/
Dima_queue.c40 .len = ATOMIC_LONG_INIT(0),
41 .violations = ATOMIC_LONG_INIT(0),
/Linux-v4.19/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-v4.19/arch/alpha/include/asm/
Dlocal.h13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/Linux-v4.19/arch/x86/include/asm/
Dlocal.h14 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/Linux-v4.19/include/linux/
Dmutex.h129 { .owner = ATOMIC_LONG_INIT(0) \
Drwsem.h69 #define __RWSEM_INIT_COUNT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
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-v4.19/arch/mips/include/asm/
Dlocal.h17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/Linux-v4.19/fs/ceph/
Dsuper.c1007 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
/Linux-v4.19/mm/
Dmemory-failure.c69 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
/Linux-v4.19/fs/
Dsuper.c1340 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); in super_setup_bdi()