Home
last modified time | relevance | path

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

/openbmc/linux/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), \
/openbmc/linux/security/integrity/ima/
H A Dima_queue.c36 .len = ATOMIC_LONG_INIT(0),
37 .violations = ATOMIC_LONG_INIT(0),
/openbmc/linux/include/linux/
H A Drwsem.h76 #define __RWSEM_COUNT_INIT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
94 .owner = ATOMIC_LONG_INIT(0), \
H A Dww_mutex.h76 { .stamp = ATOMIC_LONG_INIT(0) \
H A Dmutex.h110 { .owner = ATOMIC_LONG_INIT(0) \
H A Dworkqueue.h107 #define WORK_DATA_INIT() ATOMIC_LONG_INIT((unsigned long)WORK_STRUCT_NO_POOL)
109 ATOMIC_LONG_INIT((unsigned long)(WORK_STRUCT_NO_POOL | WORK_STRUCT_STATIC))
/openbmc/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
/openbmc/linux/include/asm-generic/
H A Dlocal.h27 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
H A Dlocal64.h75 #define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) }
/openbmc/linux/arch/alpha/include/asm/
H A Dlocal.h13 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/openbmc/linux/arch/loongarch/include/asm/
H A Dlocal.h17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h14 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/openbmc/linux/arch/mips/include/asm/
H A Dlocal.h17 #define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
/openbmc/linux/include/linux/atomic/
H A Datomic-long.h14 #define ATOMIC_LONG_INIT(i) ATOMIC64_INIT(i) macro
19 #define ATOMIC_LONG_INIT(i) ATOMIC_INIT(i) macro
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c34 static atomic_long_t sgx_nr_free_pages = ATOMIC_LONG_INIT(0);
/openbmc/linux/fs/ceph/
H A Dsuper.c1263 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
/openbmc/linux/fs/
H A Dsuper.c1829 static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0); in super_setup_bdi()
/openbmc/linux/mm/
H A Dmemory-failure.c71 atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
H A Dksm.c285 atomic_long_t ksm_zero_pages = ATOMIC_LONG_INIT(0);
H A Dvmalloc.c1709 static atomic_long_t vmap_lazy_nr = ATOMIC_LONG_INIT(0);