Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/printk/
H A Dprintk_ringbuffer.h267 .head_lpos = ATOMIC_LONG_INIT(BLK0_LPOS((avgtextbits) + (descbits))), \
268 .tail_lpos = ATOMIC_LONG_INIT(BLK0_LPOS((avgtextbits) + (descbits))), \
270 .fail = ATOMIC_LONG_INIT(0), \
/OK3568_Linux_fs/kernel/include/linux/
H A Drwsem.h79 #define __RWSEM_COUNT_INIT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
107 .owner = ATOMIC_LONG_INIT(0), \
H A Dworkqueue.h114 #define WORK_DATA_INIT() ATOMIC_LONG_INIT((unsigned long)WORK_STRUCT_NO_POOL)
116 ATOMIC_LONG_INIT((unsigned long)(WORK_STRUCT_NO_POOL | WORK_STRUCT_STATIC))
H A Dmutex.h135 { .owner = ATOMIC_LONG_INIT(0) \
H A Dww_mutex.h59 { .stamp = ATOMIC_LONG_INIT(0) \
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_queue.c36 .len = ATOMIC_LONG_INIT(0),
37 .violations = ATOMIC_LONG_INIT(0),
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Datomic-long.h25 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
145 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dlocal.h27 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
H A Dlocal64.h66 #define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) }
H A Datomic-long.h14 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
19 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dlocal.h13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dlocal.h14 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dlocal.h17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c1035 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
/OK3568_Linux_fs/kernel/mm/
H A Dmemory-failure.c66 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
H A Dvmalloc.c1309 static atomic_long_t vmap_lazy_nr = ATOMIC_LONG_INIT(0);
/OK3568_Linux_fs/kernel/fs/
H A Dsuper.c1628 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); in super_setup_bdi()