Symbol: ATOMIC_LONG_INIT
arch/alpha/include/asm/local.h
13
#define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
arch/loongarch/include/asm/local.h
18
#define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
arch/mips/include/asm/local.h
17
#define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
arch/x86/include/asm/local.h
14
#define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
arch/x86/kernel/cpu/sgx/main.c
38
static atomic_long_t sgx_nr_free_pages = ATOMIC_LONG_INIT(0);
fs/ceph/super.c
1271
static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
fs/super.c
1833
static atomic_long_t bdi_seq = ATOMIC_LONG_INIT(0);
include/asm-generic/local.h
27
#define LOCAL_INIT(i) { ATOMIC_LONG_INIT(i) }
include/asm-generic/local64.h
75
#define LOCAL64_INIT(i) { ATOMIC_LONG_INIT(i) }
include/linux/mutex.h
80
{ .owner = ATOMIC_LONG_INIT(0) \
include/linux/page_counter.h
59
counter->usage = (atomic_long_t)ATOMIC_LONG_INIT(0);
include/linux/rwsem.h
106
.owner = ATOMIC_LONG_INIT(0), \
include/linux/rwsem.h
71
#define __RWSEM_COUNT_INIT(name) .count = ATOMIC_LONG_INIT(RWSEM_UNLOCKED_VALUE)
include/linux/workqueue.h
110
#define WORK_DATA_INIT() ATOMIC_LONG_INIT((unsigned long)WORK_STRUCT_NO_POOL)
include/linux/workqueue.h
112
ATOMIC_LONG_INIT((unsigned long)(WORK_STRUCT_NO_POOL | WORK_STRUCT_STATIC))
include/linux/ww_mutex.h
87
{ .stamp = ATOMIC_LONG_INIT(0) \
kernel/printk/printk_ringbuffer.h
289
.head_lpos = ATOMIC_LONG_INIT(BLK0_LPOS((avgtextbits) + (descbits))), \
kernel/printk/printk_ringbuffer.h
290
.tail_lpos = ATOMIC_LONG_INIT(BLK0_LPOS((avgtextbits) + (descbits))), \
kernel/printk/printk_ringbuffer.h
292
.fail = ATOMIC_LONG_INIT(0), \
kernel/sched/ext.c
51
static atomic_long_t scx_nr_rejected = ATOMIC_LONG_INIT(0);
kernel/sched/ext.c
52
static atomic_long_t scx_hotplug_seq = ATOMIC_LONG_INIT(0);
kernel/sched/ext.c
59
static atomic_long_t scx_enable_seq = ATOMIC_LONG_INIT(0);
mm/ksm.c
298
atomic_long_t ksm_zero_pages = ATOMIC_LONG_INIT(0);
mm/memory-failure.c
77
atomic_long_t num_poisoned_pages __read_mostly = ATOMIC_LONG_INIT(0);
mm/vmstat.c
1034
static atomic_long_t nr_memmap_boot_pages = ATOMIC_LONG_INIT(0);
mm/vmstat.c
1035
static atomic_long_t nr_memmap_pages = ATOMIC_LONG_INIT(0);
mm/zswap.c
47
atomic_long_t zswap_stored_pages = ATOMIC_LONG_INIT(0);
mm/zswap.c
49
static atomic_long_t zswap_stored_incompressible_pages = ATOMIC_LONG_INIT(0);
security/integrity/ima/ima_queue.c
37
.len = ATOMIC_LONG_INIT(0),
security/integrity/ima/ima_queue.c
38
.violations = ATOMIC_LONG_INIT(0),