Home
last modified time | relevance | path

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

/linux-4.1.27/security/integrity/ima/
Dima_queue.c35 .len = ATOMIC_LONG_INIT(0),
36 .violations = ATOMIC_LONG_INIT(0),
/linux-4.1.27/include/asm-generic/
Datomic-long.h25 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
143 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro
Dlocal.h26 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
Dlocal64.h65 #define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) }
/linux-4.1.27/arch/alpha/include/asm/
Dlocal.h12 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/linux-4.1.27/arch/x86/include/asm/
Dlocal.h13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/linux-4.1.27/arch/powerpc/include/asm/
Dlocal.h12 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/linux-4.1.27/include/linux/
Dworkqueue.h109 #define WORK_DATA_INIT() ATOMIC_LONG_INIT(WORK_STRUCT_NO_POOL)
111 ATOMIC_LONG_INIT(WORK_STRUCT_NO_POOL | WORK_STRUCT_STATIC)
Dww_mutex.h61 { .stamp = ATOMIC_LONG_INIT(0) \
/linux-4.1.27/arch/mips/include/asm/
Dlocal.h16 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/linux-4.1.27/mm/
Dbacking-dev.c15 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
Dmemory-failure.c64 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
/linux-4.1.27/fs/ceph/
Dsuper.c888 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);