arch/alpha/include/asm/atomic.h
203
static __inline__ int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/alpha/include/asm/atomic.h
42
static __inline__ void arch_atomic_##op(int i, atomic_t * v) \
arch/alpha/include/asm/atomic.h
58
static inline int arch_atomic_##op##_return_relaxed(int i, atomic_t *v) \
arch/alpha/include/asm/atomic.h
77
static inline int arch_atomic_fetch_##op##_relaxed(int i, atomic_t *v) \
arch/arc/include/asm/atomic-llsc.h
25
static inline int arch_atomic_##op##_return_relaxed(int i, atomic_t *v) \
arch/arc/include/asm/atomic-llsc.h
46
static inline int arch_atomic_fetch_##op##_relaxed(int i, atomic_t *v) \
arch/arc/include/asm/atomic-llsc.h
9
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/arc/include/asm/atomic-spinlock.h
11
static inline void arch_atomic_set(atomic_t *v, int i)
arch/arc/include/asm/atomic-spinlock.h
32
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/arc/include/asm/atomic-spinlock.h
42
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/arc/include/asm/atomic-spinlock.h
60
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/arm/include/asm/atomic.h
106
static inline int arch_atomic_cmpxchg_relaxed(atomic_t *ptr, int old, int new)
arch/arm/include/asm/atomic.h
128
static inline int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/arm/include/asm/atomic.h
163
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/arm/include/asm/atomic.h
173
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/arm/include/asm/atomic.h
187
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/arm/include/asm/atomic.h
210
static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new)
arch/arm/include/asm/atomic.h
37
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/arm/include/asm/atomic.h
55
static inline int arch_atomic_##op##_return_relaxed(int i, atomic_t *v) \
arch/arm/include/asm/atomic.h
76
static inline int arch_atomic_fetch_##op##_relaxed(int i, atomic_t *v) \
arch/arm/include/asm/mmu.h
13
atomic_t vmalloc_seq;
arch/arm/kernel/machine_kexec.c
26
static atomic_t waiting_for_crash_ipi;
arch/arm/mach-exynos/pm.c
187
static atomic_t cpu1_wakeup = ATOMIC_INIT(0);
arch/arm/mach-omap2/cpuidle44xx.c
68
static atomic_t abort_barrier;
arch/arm/mach-omap2/omap-iommu.c
26
static atomic_t emu_count;
arch/arm64/include/asm/atomic.h
20
static __always_inline void arch_##op(int i, atomic_t *v) \
arch/arm64/include/asm/atomic.h
35
static __always_inline int arch_##op##name(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_ll_sc.h
27
__ll_sc_atomic_##op(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_ll_sc.h
44
__ll_sc_atomic_##op##_return##name(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_ll_sc.h
65
__ll_sc_atomic_fetch_##op##name(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_lse.h
101
static __always_inline void __lse_atomic_and(int i, atomic_t *v)
arch/arm64/include/asm/atomic_lse.h
108
__lse_atomic_fetch_and##name(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_lse.h
15
__lse_atomic_##op(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_lse.h
29
static __always_inline void __lse_atomic_sub(int i, atomic_t *v)
arch/arm64/include/asm/atomic_lse.h
38
__lse_atomic_fetch_##op##name(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_lse.h
69
__lse_atomic_fetch_sub##name(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_lse.h
83
__lse_atomic_add_return##name(int i, atomic_t *v) \
arch/arm64/include/asm/atomic_lse.h
89
__lse_atomic_sub_return##name(int i, atomic_t *v) \
arch/arm64/include/asm/kvm_host.h
230
atomic_t refcnt;
arch/arm64/include/asm/kvm_host.h
401
atomic_t vncr_map_count;
arch/arm64/kernel/patching.c
201
atomic_t cpu_count;
arch/arm64/kvm/hyp/nvhe/psci-relay.c
28
atomic_t lock;
arch/arm64/kvm/vgic/vgic-init.c
201
dist->active_spis = (atomic_t)ATOMIC_INIT(0);
arch/csky/include/asm/atomic.h
104
arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/csky/include/asm/atomic.h
128
arch_atomic_inc_unless_negative(atomic_t *v)
arch/csky/include/asm/atomic.h
153
arch_atomic_dec_unless_positive(atomic_t *v)
arch/csky/include/asm/atomic.h
16
static __always_inline int arch_atomic_read(const atomic_t *v)
arch/csky/include/asm/atomic.h
177
arch_atomic_dec_if_positive(atomic_t *v)
arch/csky/include/asm/atomic.h
20
static __always_inline void arch_atomic_set(atomic_t *v, int i)
arch/csky/include/asm/atomic.h
27
void arch_atomic_##op(int i, atomic_t *v) \
arch/csky/include/asm/atomic.h
50
int arch_atomic_fetch_##op##_relaxed(int i, atomic_t *v) \
arch/csky/include/asm/atomic.h
67
int arch_atomic_##op##_return_relaxed(int i, atomic_t *v) \
arch/csky/kernel/ftrace.c
205
atomic_t cpu_count;
arch/csky/kernel/probes/kprobes.c
25
atomic_t cpu_count;
arch/hexagon/include/asm/atomic.h
109
static inline int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/hexagon/include/asm/atomic.h
17
static inline void arch_atomic_set(atomic_t *v, int new)
arch/hexagon/include/asm/atomic.h
34
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/hexagon/include/asm/atomic.h
50
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/hexagon/include/asm/atomic.h
67
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/loongarch/include/asm/atomic-amo.h
16
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/loongarch/include/asm/atomic-amo.h
26
static inline int arch_atomic_##op##_return##suffix(int i, atomic_t *v) \
arch/loongarch/include/asm/atomic-amo.h
40
static inline int arch_atomic_fetch_##op##suffix(int i, atomic_t *v) \
arch/loongarch/include/asm/atomic-llsc.h
16
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/loongarch/include/asm/atomic-llsc.h
31
static inline int arch_atomic_##op##_return_relaxed(int i, atomic_t *v) \
arch/loongarch/include/asm/atomic-llsc.h
48
static inline int arch_atomic_fetch_##op##_relaxed(int i, atomic_t *v) \
arch/loongarch/include/asm/atomic.h
47
static inline int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/loongarch/include/asm/atomic.h
70
static inline int arch_atomic_sub_if_positive(int i, atomic_t *v)
arch/loongarch/include/asm/hardirq.h
27
atomic_t message ____cacheline_aligned_in_smp;
arch/loongarch/include/asm/hw_irq.h
10
extern atomic_t irq_err_count;
arch/loongarch/include/asm/kexec.h
68
extern atomic_t kexec_ready_to_reboot;
arch/loongarch/kernel/irq.c
39
atomic_t irq_err_count;
arch/loongarch/kernel/machine_kexec.c
33
atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0);
arch/loongarch/kernel/perf_event.c
457
static atomic_t active_events = ATOMIC_INIT(0);
arch/m68k/amiga/chipram.c
30
static atomic_t chipavail;
arch/m68k/bvme6000/rtc.c
37
static atomic_t rtc_status = ATOMIC_INIT(1);
arch/m68k/include/asm/atomic.h
132
static inline void arch_atomic_inc(atomic_t *v)
arch/m68k/include/asm/atomic.h
138
static inline void arch_atomic_dec(atomic_t *v)
arch/m68k/include/asm/atomic.h
144
static inline int arch_atomic_dec_and_test(atomic_t *v)
arch/m68k/include/asm/atomic.h
152
static inline int arch_atomic_dec_and_test_lt(atomic_t *v)
arch/m68k/include/asm/atomic.h
162
static inline int arch_atomic_inc_and_test(atomic_t *v)
arch/m68k/include/asm/atomic.h
172
static inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new)
arch/m68k/include/asm/atomic.h
186
static inline int arch_atomic_xchg(atomic_t *v, int new)
arch/m68k/include/asm/atomic.h
201
static inline int arch_atomic_sub_and_test(int i, atomic_t *v)
arch/m68k/include/asm/atomic.h
211
static inline int arch_atomic_add_negative(int i, atomic_t *v)
arch/m68k/include/asm/atomic.h
33
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/m68k/include/asm/atomic.h
41
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/m68k/include/asm/atomic.h
56
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/m68k/include/asm/atomic.h
73
static inline int arch_atomic_##op##_return(int i, atomic_t * v) \
arch/m68k/include/asm/atomic.h
86
static inline int arch_atomic_fetch_##op(int i, atomic_t * v) \
arch/m68k/include/asm/irq.h
82
extern atomic_t irq_err_count;
arch/m68k/include/asm/mmu_context.h
24
extern atomic_t nr_free_contexts;
arch/m68k/kernel/irq.c
33
atomic_t irq_err_count;
arch/m68k/mm/mcfmmu.c
29
atomic_t nr_free_contexts;
arch/microblaze/include/asm/mmu_context_mm.h
70
extern atomic_t nr_free_contexts;
arch/microblaze/mm/mmu_context.c
30
atomic_t nr_free_contexts;
arch/mips/include/asm/hw_irq.h
13
extern atomic_t irq_err_count;
arch/mips/include/asm/kexec.h
46
extern atomic_t kexec_ready_to_reboot;
arch/mips/include/asm/processor.h
242
atomic_t bd_emu_frame;
arch/mips/include/asm/rtlx.h
59
atomic_t in_open;
arch/mips/include/asm/smp-cps.h
21
atomic_t vpe_mask;
arch/mips/kernel/irq.c
40
atomic_t irq_err_count;
arch/mips/kernel/machine_kexec.c
27
atomic_t kexec_ready_to_reboot = ATOMIC_INIT(0);
arch/mips/kernel/perf_event_mipsxx.c
588
static atomic_t active_events = ATOMIC_INIT(0);
arch/mips/kernel/pm-cps.c
114
atomic_t *barrier;
arch/mips/kernel/pm-cps.c
61
static DEFINE_PER_CPU_ALIGNED(atomic_t, pm_barrier);
arch/mips/kernel/pm-cps.c
75
static void coupled_barrier(atomic_t *a, unsigned online)
arch/mips/kernel/spinlock_test.c
44
atomic_t start_wait;
arch/mips/kernel/spinlock_test.c
45
atomic_t enter_wait;
arch/mips/kernel/spinlock_test.c
46
atomic_t exit_wait;
arch/mips/kernel/sync-r4k.c
29
static atomic_t start_count;
arch/mips/kernel/sync-r4k.c
30
static atomic_t stop_count;
arch/mips/kernel/sync-r4k.c
31
static atomic_t test_runs;
arch/mips/mm/page.c
271
static atomic_t run_once = ATOMIC_INIT(0);
arch/mips/mm/page.c
420
static atomic_t run_once = ATOMIC_INIT(0);
arch/mips/sgi-ip27/ip27-nmi.c
177
static atomic_t nmied_cpus = ATOMIC_INIT(0);
arch/openrisc/include/asm/atomic.h
107
static inline int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/openrisc/include/asm/atomic.h
16
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/openrisc/include/asm/atomic.h
33
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/openrisc/include/asm/atomic.h
52
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/openrisc/kernel/sync-timer.c
25
static atomic_t count_count_start = ATOMIC_INIT(0);
arch/openrisc/kernel/sync-timer.c
26
static atomic_t count_count_stop = ATOMIC_INIT(0);
arch/parisc/include/asm/atomic.h
100
static __inline__ int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/parisc/include/asm/atomic.h
59
static __inline__ void arch_atomic_set(atomic_t *v, int i)
arch/parisc/include/asm/atomic.h
71
static __inline__ int arch_atomic_read(const atomic_t *v)
arch/parisc/include/asm/atomic.h
77
static __inline__ void arch_atomic_##op(int i, atomic_t *v) \
arch/parisc/include/asm/atomic.h
87
static __inline__ int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/powerpc/include/asm/atomic.h
139
static __inline__ int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/powerpc/include/asm/atomic.h
167
static __inline__ int arch_atomic_dec_if_positive(atomic_t *v)
arch/powerpc/include/asm/atomic.h
27
static __inline__ int arch_atomic_read(const atomic_t *v)
arch/powerpc/include/asm/atomic.h
40
static __inline__ void arch_atomic_set(atomic_t *v, int i)
arch/powerpc/include/asm/atomic.h
50
static __inline__ void arch_atomic_##op(int a, atomic_t *v) \
arch/powerpc/include/asm/atomic.h
65
static inline int arch_atomic_##op##_return_relaxed(int a, atomic_t *v) \
arch/powerpc/include/asm/atomic.h
82
static inline int arch_atomic_fetch_##op##_relaxed(int a, atomic_t *v) \
arch/powerpc/include/asm/book3s/64/mmu.h
105
atomic_t active_cpus;
arch/powerpc/include/asm/book3s/64/mmu.h
108
atomic_t copros;
arch/powerpc/include/asm/book3s/64/mmu.h
111
atomic_t vas_windows;
arch/powerpc/include/asm/eeh.h
83
atomic_t pass_dev_cnt; /* Count of passed through devs */
arch/powerpc/include/asm/emulated_ops.h
17
atomic_t val;
arch/powerpc/include/asm/hvsi.h
68
atomic_t seqno; /* packet sequence number */
arch/powerpc/include/asm/irq.h
17
extern atomic_t ppc_n_lost_interrupts;
arch/powerpc/include/asm/kvm_book3s.h
97
atomic_t online_count;
arch/powerpc/include/asm/kvm_host.h
177
atomic_t refcnt;
arch/powerpc/include/asm/kvm_host.h
292
atomic_t vcpus_running;
arch/powerpc/include/asm/kvm_host.h
294
atomic_t hpte_mod_interest;
arch/powerpc/include/asm/paca.h
205
atomic_t dont_stop;
arch/powerpc/include/asm/spu.h
184
atomic_t busy_spus;
arch/powerpc/include/asm/spu.h
185
atomic_t reserved_spus;
arch/powerpc/include/asm/vio.h
106
atomic_t allocs_failed;
arch/powerpc/include/asm/xive.h
81
atomic_t count;
arch/powerpc/include/asm/xive.h
82
atomic_t pending_count;
arch/powerpc/kernel/fadump.c
54
static atomic_t cpus_in_fadump;
arch/powerpc/kernel/irq.c
78
atomic_t ppc_n_lost_interrupts;
arch/powerpc/kernel/smp.c
404
static atomic_t __nmi_ipi_lock = ATOMIC_INIT(0);
arch/powerpc/kexec/crash.c
80
static atomic_t cpus_in_crash;
arch/powerpc/kvm/book3s_hv_builtin.c
142
static atomic_t hv_vm_count;
arch/powerpc/mm/book3s64/hash_pgtable.c
411
atomic_t master_cpu;
arch/powerpc/mm/book3s64/hash_pgtable.c
412
atomic_t cpu_counter;
arch/powerpc/perf/8xx-pmu.c
30
extern atomic_t instruction_counter;
arch/powerpc/perf/8xx-pmu.c
32
static atomic_t insn_ctr_ref;
arch/powerpc/perf/8xx-pmu.c
33
static atomic_t itlb_miss_ref;
arch/powerpc/perf/8xx-pmu.c
34
static atomic_t dtlb_miss_ref;
arch/powerpc/perf/core-book3s.c
1941
static atomic_t num_events;
arch/powerpc/perf/core-fsl-emb.c
30
static atomic_t num_events;
arch/powerpc/platforms/85xx/smp.c
367
atomic_t kexec_down_cpus = ATOMIC_INIT(0);
arch/powerpc/platforms/cell/spufs/context.c
23
atomic_t nr_spu_contexts = ATOMIC_INIT(0);
arch/powerpc/platforms/cell/spufs/spufs.h
153
atomic_t aff_sched_count;
arch/powerpc/platforms/cell/spufs/spufs.h
260
extern atomic_t nr_spu_contexts;
arch/powerpc/platforms/powermac/backlight.c
39
static atomic_t kernel_backlight_disabled = ATOMIC_INIT(0);
arch/powerpc/platforms/powernv/opal-prd.c
47
static atomic_t prd_usage;
arch/powerpc/platforms/powernv/vas.h
367
atomic_t num_txwins;
arch/powerpc/platforms/pseries/dtl.c
59
static atomic_t dtl_count;
arch/powerpc/platforms/pseries/mobility.c
567
atomic_t counter;
arch/powerpc/platforms/pseries/mobility.c
574
atomic_t *counter = &info->counter;
arch/powerpc/platforms/pseries/vas.h
137
atomic_t pending_faults; /* Number of pending faults */
arch/powerpc/platforms/pseries/vas.h
83
atomic_t nr_total_credits; /* Total credits assigned to LPAR */
arch/powerpc/platforms/pseries/vas.h
84
atomic_t nr_used_credits; /* Used credits so far */
arch/powerpc/sysdev/xive/common.c
69
atomic_t started;
arch/powerpc/xmon/xmon.c
102
atomic_t ref_count;
arch/riscv/include/asm/atomic.h
214
static __always_inline int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/riscv/include/asm/atomic.h
252
static __always_inline bool arch_atomic_inc_unless_negative(atomic_t *v)
arch/riscv/include/asm/atomic.h
27
static __always_inline int arch_atomic_read(const atomic_t *v)
arch/riscv/include/asm/atomic.h
278
static __always_inline bool arch_atomic_dec_unless_positive(atomic_t *v)
arch/riscv/include/asm/atomic.h
304
static __always_inline int arch_atomic_dec_if_positive(atomic_t *v)
arch/riscv/include/asm/atomic.h
31
static __always_inline void arch_atomic_set(atomic_t *v, int i)
arch/riscv/kernel/head.h
11
extern atomic_t hart_lottery;
arch/riscv/kernel/patch.c
23
atomic_t cpu_count;
arch/riscv/kernel/sbi.c
308
atomic_t error;
arch/riscv/kernel/setup.c
49
atomic_t hart_lottery __section(".sdata")
arch/riscv/kernel/smp.c
90
static atomic_t waiting_for_crash_ipi = ATOMIC_INIT(0);
arch/riscv/kernel/sys_hwprobe.c
510
static atomic_t pending_boot_probes = ATOMIC_INIT(1);
arch/s390/crypto/paes_s390.c
78
atomic_t via_engine_ctr;
arch/s390/crypto/paes_s390.c
98
atomic_t via_engine_ctr;
arch/s390/crypto/phmac_s390.c
145
atomic_t via_engine_ctr;
arch/s390/include/asm/atomic.h
105
static __always_inline int arch_atomic_xchg(atomic_t *v, int new)
arch/s390/include/asm/atomic.h
111
static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new)
arch/s390/include/asm/atomic.h
117
static __always_inline bool arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new)
arch/s390/include/asm/atomic.h
18
static __always_inline int arch_atomic_read(const atomic_t *v)
arch/s390/include/asm/atomic.h
24
static __always_inline void arch_atomic_set(atomic_t *v, int i)
arch/s390/include/asm/atomic.h
30
static __always_inline int arch_atomic_add_return(int i, atomic_t *v)
arch/s390/include/asm/atomic.h
36
static __always_inline int arch_atomic_fetch_add(int i, atomic_t *v)
arch/s390/include/asm/atomic.h
42
static __always_inline void arch_atomic_add(int i, atomic_t *v)
arch/s390/include/asm/atomic.h
48
static __always_inline void arch_atomic_inc(atomic_t *v)
arch/s390/include/asm/atomic.h
54
static __always_inline void arch_atomic_dec(atomic_t *v)
arch/s390/include/asm/atomic.h
60
static __always_inline bool arch_atomic_sub_and_test(int i, atomic_t *v)
arch/s390/include/asm/atomic.h
66
static __always_inline bool arch_atomic_dec_and_test(atomic_t *v)
arch/s390/include/asm/atomic.h
72
static __always_inline bool arch_atomic_inc_and_test(atomic_t *v)
arch/s390/include/asm/atomic.h
83
static __always_inline void arch_atomic_##op(int i, atomic_t *v) \
arch/s390/include/asm/atomic.h
87
static __always_inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/s390/include/asm/ccwgroup.h
22
atomic_t onoff;
arch/s390/include/asm/kvm_host_types.h
138
atomic_t cpuflags; /* 0x0000 */
arch/s390/include/asm/kvm_host_types.h
155
atomic_t prog20; /* 0x0020 */
arch/s390/include/asm/mmu.h
12
atomic_t flush_count;
arch/s390/include/asm/mmu.h
20
atomic_t protected_count;
arch/s390/kernel/perf_cpum_cf.c
1245
atomic_t cpus_ack; /* # CPUs successfully executed func */
arch/s390/kernel/perf_cpum_cf.c
82
atomic_t ctr_set[CPUMF_CTR_SET_MAX];
arch/s390/kernel/time.c
271
static DEFINE_PER_CPU(atomic_t, clock_sync_word);
arch/s390/kernel/time.c
288
atomic_t *sw_ptr;
arch/s390/kernel/time.c
312
atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word);
arch/s390/kernel/time.c
329
atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word);
arch/s390/kernel/time.c
338
atomic_t *sw_ptr;
arch/s390/kernel/time.c
391
atomic_t cpus;
arch/s390/kernel/topology.c
367
static atomic_t topology_poll = ATOMIC_INIT(0);
arch/s390/pci/pci_irq.c
201
atomic_t scheduled;
arch/s390/pci/pci_irq.c
207
atomic_t *scheduled = data;
arch/sh/include/asm/atomic-grb.h
26
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/sh/include/asm/atomic-grb.h
48
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/sh/include/asm/atomic-grb.h
6
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/sh/include/asm/atomic-irq.h
14
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/sh/include/asm/atomic-irq.h
24
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/sh/include/asm/atomic-irq.h
38
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/sh/include/asm/atomic-llsc.h
20
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/sh/include/asm/atomic-llsc.h
35
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/sh/include/asm/atomic-llsc.h
53
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/sh/include/asm/dma.h
76
atomic_t busy;
arch/sh/include/asm/hw_irq.h
9
extern atomic_t irq_err_count;
arch/sh/kernel/ftrace.c
95
static atomic_t nmi_running = ATOMIC_INIT(0);
arch/sh/kernel/irq.c
25
atomic_t irq_err_count;
arch/sh/kernel/perf_event.c
39
static atomic_t num_events;
arch/sparc/include/asm/atomic_32.h
21
int arch_atomic_add_return(int, atomic_t *);
arch/sparc/include/asm/atomic_32.h
24
int arch_atomic_fetch_add(int, atomic_t *);
arch/sparc/include/asm/atomic_32.h
27
int arch_atomic_fetch_and(int, atomic_t *);
arch/sparc/include/asm/atomic_32.h
30
int arch_atomic_fetch_or(int, atomic_t *);
arch/sparc/include/asm/atomic_32.h
33
int arch_atomic_fetch_xor(int, atomic_t *);
arch/sparc/include/asm/atomic_32.h
36
int arch_atomic_cmpxchg(atomic_t *, int, int);
arch/sparc/include/asm/atomic_32.h
39
int arch_atomic_xchg(atomic_t *, int);
arch/sparc/include/asm/atomic_32.h
42
int arch_atomic_fetch_add_unless(atomic_t *, int, int);
arch/sparc/include/asm/atomic_32.h
45
void arch_atomic_set(atomic_t *, int);
arch/sparc/include/asm/atomic_64.h
24
void arch_atomic_##op(int, atomic_t *); \
arch/sparc/include/asm/atomic_64.h
28
int arch_atomic_##op##_return(int, atomic_t *); \
arch/sparc/include/asm/atomic_64.h
32
int arch_atomic_fetch_##op(int, atomic_t *); \
arch/sparc/include/asm/nmi.h
9
extern atomic_t nmi_active;
arch/sparc/include/asm/setup.h
59
extern atomic_t dcpage_flushes;
arch/sparc/include/asm/setup.h
60
extern atomic_t dcpage_flushes_xcall;
arch/sparc/kernel/nmi.c
44
atomic_t nmi_active = ATOMIC_INIT(0); /* oprofile uses this */
arch/sparc/kernel/perf_event.c
1158
static atomic_t active_events = ATOMIC_INIT(0);
arch/sparc/kernel/smp_64.c
1139
static atomic_t smp_capture_depth = ATOMIC_INIT(0);
arch/sparc/kernel/smp_64.c
1140
static atomic_t smp_capture_registry = ATOMIC_INIT(0);
arch/sparc/kernel/traps_64.c
1873
static atomic_t sun4v_resum_oflow_cnt = ATOMIC_INIT(0);
arch/sparc/kernel/traps_64.c
1874
static atomic_t sun4v_nonresum_oflow_cnt = ATOMIC_INIT(0);
arch/sparc/kernel/traps_64.c
1966
int cpu, const char *pfx, atomic_t *ocnt)
arch/sparc/lib/atomic32.c
113
void arch_atomic_set(atomic_t *v, int i)
arch/sparc/lib/atomic32.c
32
int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/sparc/lib/atomic32.c
47
int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/sparc/lib/atomic32.c
70
int arch_atomic_xchg(atomic_t *v, int new)
arch/sparc/lib/atomic32.c
83
int arch_atomic_cmpxchg(atomic_t *v, int old, int new)
arch/sparc/lib/atomic32.c
98
int arch_atomic_fetch_add_unless(atomic_t *v, int a, int u)
arch/sparc/mm/init_64.c
192
atomic_t dcpage_flushes = ATOMIC_INIT(0);
arch/sparc/mm/init_64.c
194
atomic_t dcpage_flushes_xcall = ATOMIC_INIT(0);
arch/um/drivers/port_kern.c
20
atomic_t wait_count;
arch/um/drivers/vector_kern.h
48
atomic_t queue_depth;
arch/x86/events/core.c
199
static atomic_t active_events;
arch/x86/events/core.c
200
static atomic_t pmc_refcount;
arch/x86/events/intel/uncore.h
150
atomic_t activeboxes;
arch/x86/events/intel/uncore.h
159
atomic_t ref;
arch/x86/events/intel/uncore.h
168
atomic_t refcnt;
arch/x86/events/perf_event.h
1004
atomic_t lbr_exclusive[x86_lbr_exclusive_max];
arch/x86/events/perf_event.h
204
atomic_t ref; /* reference count */
arch/x86/hyperv/hv_crash.c
88
static atomic_t crash_cpus_wait;
arch/x86/include/asm/atomic.h
105
static __always_inline bool arch_atomic_try_cmpxchg(atomic_t *v, int *old, int new)
arch/x86/include/asm/atomic.h
111
static __always_inline int arch_atomic_xchg(atomic_t *v, int new)
arch/x86/include/asm/atomic.h
117
static __always_inline void arch_atomic_and(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
125
static __always_inline int arch_atomic_fetch_and(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
135
static __always_inline void arch_atomic_or(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
143
static __always_inline int arch_atomic_fetch_or(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
153
static __always_inline void arch_atomic_xor(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
161
static __always_inline int arch_atomic_fetch_xor(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
17
static __always_inline int arch_atomic_read(const atomic_t *v)
arch/x86/include/asm/atomic.h
26
static __always_inline void arch_atomic_set(atomic_t *v, int i)
arch/x86/include/asm/atomic.h
31
static __always_inline void arch_atomic_add(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
38
static __always_inline void arch_atomic_sub(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
45
static __always_inline bool arch_atomic_sub_and_test(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
51
static __always_inline void arch_atomic_inc(atomic_t *v)
arch/x86/include/asm/atomic.h
58
static __always_inline void arch_atomic_dec(atomic_t *v)
arch/x86/include/asm/atomic.h
65
static __always_inline bool arch_atomic_dec_and_test(atomic_t *v)
arch/x86/include/asm/atomic.h
71
static __always_inline bool arch_atomic_inc_and_test(atomic_t *v)
arch/x86/include/asm/atomic.h
77
static __always_inline bool arch_atomic_add_negative(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
83
static __always_inline int arch_atomic_add_return(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
91
static __always_inline int arch_atomic_fetch_add(int i, atomic_t *v)
arch/x86/include/asm/atomic.h
99
static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new)
arch/x86/include/asm/hw_irq.h
114
extern atomic_t irq_err_count;
arch/x86/include/asm/hw_irq.h
115
extern atomic_t irq_mis_count;
arch/x86/include/asm/kvm_host.h
1198
atomic_t num_mismatched_vp_indexes;
arch/x86/include/asm/kvm_host.h
1427
atomic_t noncoherent_dma_count;
arch/x86/include/asm/kvm_host.h
1435
atomic_t vapics_in_nmi_mode;
arch/x86/include/asm/kvm_host.h
1438
atomic_t apic_map_dirty;
arch/x86/include/asm/kvm_host.h
664
atomic_t sint_to_gsi[HV_SYNIC_SINT_COUNT];
arch/x86/include/asm/kvm_host.h
757
atomic_t timer_pending;
arch/x86/include/asm/kvm_host.h
982
atomic_t nmi_queued; /* unprocessed asynchronous NMIs */
arch/x86/include/asm/mmu.h
63
atomic_t perf_rdpmc_allowed; /* nonzero if rdpmc is allowed */
arch/x86/include/asm/uv/uv_hub.h
750
atomic_t in_nmi; /* flag this node in UV NMI IRQ */
arch/x86/include/asm/uv/uv_hub.h
751
atomic_t cpu_owner; /* last locker of this struct */
arch/x86/include/asm/uv/uv_hub.h
752
atomic_t read_mmr_count; /* count of MMR reads */
arch/x86/include/asm/uv/uv_hub.h
753
atomic_t nmi_count; /* count of true UV NMIs */
arch/x86/kernel/alternative.c
2787
static DEFINE_PER_CPU(atomic_t, text_poke_array_refs);
arch/x86/kernel/alternative.c
2796
atomic_t *refs = this_cpu_ptr(&text_poke_array_refs);
arch/x86/kernel/alternative.c
2806
atomic_t *refs = this_cpu_ptr(&text_poke_array_refs);
arch/x86/kernel/alternative.c
3067
atomic_t *refs = per_cpu_ptr(&text_poke_array_refs, i);
arch/x86/kernel/apic/apic.c
343
static atomic_t eilvt_offsets[APIC_EILVT_NR_MAX];
arch/x86/kernel/apic/io_apic.c
1578
atomic_t irq_mis_count;
arch/x86/kernel/cpu/mce/core.c
1023
static atomic_t mce_executing;
arch/x86/kernel/cpu/mce/core.c
1028
static atomic_t mce_callin;
arch/x86/kernel/cpu/mce/core.c
1156
static atomic_t global_nwo;
arch/x86/kernel/cpu/mce/core.c
237
static atomic_t mce_panicked;
arch/x86/kernel/cpu/mce/core.c
240
static atomic_t mce_fake_panicked;
arch/x86/kernel/cpu/microcode/core.c
329
static atomic_t late_cpus_in, offline_in_nmi;
arch/x86/kernel/cpu/microcode/core.c
333
static noinstr bool wait_for_cpus(atomic_t *cnt)
arch/x86/kernel/cpu/mshyperv.c
376
static atomic_t nmi_cpu = ATOMIC_INIT(-1);
arch/x86/kernel/irq.c
42
atomic_t irq_err_count;
arch/x86/kernel/reboot.c
856
static atomic_t waiting_for_crash_ipi;
arch/x86/kernel/smp.c
118
static atomic_t stopping_cpu = ATOMIC_INIT(-1);
arch/x86/kernel/tboot.c
317
static atomic_t ap_wfs_count;
arch/x86/kernel/tboot.c
324
while (atomic_read((atomic_t *)&tboot->num_in_wfs) != num_aps &&
arch/x86/kernel/tboot.c
333
return !(atomic_read((atomic_t *)&tboot->num_in_wfs) == num_aps);
arch/x86/kernel/tsc_sync.c
246
static atomic_t start_count;
arch/x86/kernel/tsc_sync.c
247
static atomic_t stop_count;
arch/x86/kernel/tsc_sync.c
248
static atomic_t test_runs;
arch/x86/kvm/i8254.h
39
atomic_t reinject;
arch/x86/kvm/i8254.h
40
atomic_t pending; /* accumulated triggered timers */
arch/x86/kvm/i8254.h
41
atomic_t irq_ack;
arch/x86/kvm/lapic.h
58
atomic_t pending; /* accumulated triggered timers */
arch/x86/kvm/mmu/mmu_internal.h
107
atomic_t write_flooding_count;
arch/x86/kvm/svm/svm.c
1323
static atomic_t srso_nr_vms;
arch/x86/kvm/svm/svm.h
112
atomic_t migration_in_progress;
arch/x86/kvm/vmx/tdx.c
221
static atomic_t nr_configured_hkid;
arch/x86/kvm/x86.c
2510
static atomic_t kvm_guest_has_master_clock = ATOMIC_INIT(0);
arch/x86/mm/mmio-mod.c
222
static atomic_t next_id;
arch/x86/mm/mmio-mod.c
47
static atomic_t mmiotrace_enabled;
arch/x86/platform/uv/uv_nmi.c
90
static atomic_t uv_in_nmi;
arch/x86/platform/uv/uv_nmi.c
91
static atomic_t uv_nmi_cpu = ATOMIC_INIT(-1);
arch/x86/platform/uv/uv_nmi.c
92
static atomic_t uv_nmi_cpus_in_nmi = ATOMIC_INIT(-1);
arch/x86/platform/uv/uv_nmi.c
93
static atomic_t uv_nmi_slave_continue;
arch/x86/platform/uv/uv_nmi.c
96
static atomic_t uv_nmi_kexec_failed;
arch/x86/xen/spinlock.c
19
static DEFINE_PER_CPU(atomic_t, xen_qlock_wait_nest);
arch/x86/xen/spinlock.c
38
atomic_t *nest_cnt = this_cpu_ptr(&xen_qlock_wait_nest);
arch/xtensa/include/asm/atomic.h
119
static inline void arch_atomic_##op(int i, atomic_t * v) \
arch/xtensa/include/asm/atomic.h
138
static inline int arch_atomic_##op##_return(int i, atomic_t * v) \
arch/xtensa/include/asm/atomic.h
160
static inline int arch_atomic_fetch_##op(int i, atomic_t * v) \
arch/xtensa/include/asm/atomic.h
183
static inline void arch_atomic_##op(int i, atomic_t * v) \
arch/xtensa/include/asm/atomic.h
201
static inline int arch_atomic_##op##_return(int i, atomic_t * v) \
arch/xtensa/include/asm/atomic.h
221
static inline int arch_atomic_fetch_##op(int i, atomic_t * v) \
arch/xtensa/include/asm/atomic.h
59
static inline void arch_atomic_##op(int i, atomic_t *v) \
arch/xtensa/include/asm/atomic.h
77
static inline int arch_atomic_##op##_return(int i, atomic_t *v) \
arch/xtensa/include/asm/atomic.h
98
static inline int arch_atomic_fetch_##op(int i, atomic_t *v) \
arch/xtensa/kernel/jump_label.c
27
atomic_t cpu_count;
block/blk-cgroup.h
85
atomic_t use_delay;
block/blk-cgroup.h
99
atomic_t congestion_count;
block/blk-crypto-profile.c
38
atomic_t slot_refs;
block/blk-iocost.c
436
atomic_t hweight_gen; /* for lazy hweights */
block/blk-iolatency.c
124
atomic_t scale_cookie;
block/blk-iolatency.c
147
atomic_t scale_cookie;
block/blk-iolatency.c
99
atomic_t enable_cnt;
block/blk-rq-qos.c
9
static bool atomic_inc_below(atomic_t *v, unsigned int below)
block/blk-rq-qos.h
24
atomic_t inflight;
block/fops.c
124
atomic_t ref;
block/kyber-iosched.c
133
atomic_t buckets[KYBER_OTHER][2][KYBER_LATENCY_BUCKETS];
block/kyber-iosched.c
183
atomic_t wait_index[KYBER_NUM_DOMAINS];
block/kyber-iosched.c
208
atomic_t *cpu_buckets = cpu_latency->buckets[sched_domain][type];
block/mq-deadline.c
66
atomic_t completed;
crypto/jitterentropy-testing.c
20
atomic_t rb_writer;
crypto/jitterentropy-testing.c
21
atomic_t jent_testing_enabled;
crypto/pcrypt.c
28
atomic_t tfm_count;
drivers/accel/habanalabs/common/habanalabs.h
1096
atomic_t ci;
drivers/accel/habanalabs/common/habanalabs.h
1125
atomic_t free_slots_cnt;
drivers/accel/habanalabs/common/habanalabs.h
1187
atomic_t in_use;
drivers/accel/habanalabs/common/habanalabs.h
1956
atomic_t thread_ctx_switch_token;
drivers/accel/habanalabs/common/habanalabs.h
2240
atomic_t mapping_cnt;
drivers/accel/habanalabs/common/habanalabs.h
3063
atomic_t write_enable;
drivers/accel/habanalabs/common/habanalabs.h
3115
atomic_t page_fault_detected;
drivers/accel/habanalabs/common/habanalabs.h
3131
atomic_t razwi_detected;
drivers/accel/habanalabs/common/habanalabs.h
3148
atomic_t event_detected;
drivers/accel/habanalabs/common/habanalabs.h
3165
atomic_t event_detected;
drivers/accel/habanalabs/common/habanalabs.h
3178
atomic_t event_detected;
drivers/accel/habanalabs/common/habanalabs.h
3565
atomic_t dmabuf_export_cnt;
drivers/accel/habanalabs/common/habanalabs.h
960
atomic_t mmap;
drivers/accel/habanalabs/common/habanalabs.h
995
atomic_t cs_cnt;
drivers/accel/habanalabs/common/habanalabs.h
996
atomic_t is_handle_destroyed;
drivers/accel/habanalabs/common/hw_queue.c
131
atomic_t *free_slots =
drivers/accel/habanalabs/common/hw_queue.c
26
static inline int queue_ci_get(atomic_t *ci, u32 queue_len)
drivers/accel/habanalabs/common/hw_queue.c
798
atomic_t *free_slots =
drivers/accel/ivpu/ivpu_drv.h
161
atomic_t job_timeout_counter;
drivers/accel/ivpu/ivpu_hw.h
51
atomic_t firewall_irq_counter;
drivers/accel/ivpu/ivpu_ipc.h
74
atomic_t rx_msg_count;
drivers/accel/ivpu/ivpu_ipc.h
80
atomic_t request_id;
drivers/accel/ivpu/ivpu_pm.h
19
atomic_t reset_counter;
drivers/accel/ivpu/ivpu_pm.h
20
atomic_t reset_pending;
drivers/accel/qaic/qaic.h
79
atomic_t chunk_id;
drivers/accel/qaic/qaic_timesync.c
82
atomic_t buff_in_use;
drivers/accel/rocket/rocket_core.h
52
atomic_t pending;
drivers/acpi/acpi_extlog.c
99
static atomic_t seqno;
drivers/acpi/apei/ghes.c
1521
static atomic_t ghes_in_nmi = ATOMIC_INIT(0);
drivers/acpi/apei/ghes.c
177
static atomic_t ghes_estatus_cache_alloced;
drivers/acpi/apei/ghes.c
969
static atomic_t seqno;
drivers/android/binder.c
225
atomic_t cur;
drivers/android/binder.c
95
static atomic_t binder_last_id;
drivers/android/binder_internal.h
134
atomic_t br[_IOC_NR(BR_CLEAR_FREEZE_NOTIFICATION_DONE) + 1];
drivers/android/binder_internal.h
135
atomic_t bc[_IOC_NR(BC_FREEZE_NOTIFICATION_DONE) + 1];
drivers/android/binder_internal.h
136
atomic_t obj_created[BINDER_STAT_COUNT];
drivers/android/binder_internal.h
137
atomic_t obj_deleted[BINDER_STAT_COUNT];
drivers/android/binder_internal.h
507
atomic_t tmp_ref;
drivers/atm/idt77252.h
167
atomic_t used;
drivers/auxdisplay/charlcd.c
56
static atomic_t charlcd_available = ATOMIC_INIT(1);
drivers/auxdisplay/panel.c
398
static atomic_t keypad_available = ATOMIC_INIT(1);
drivers/base/dd.c
571
static atomic_t probe_count = ATOMIC_INIT(0);
drivers/base/dd.c
58
static atomic_t deferred_trigger_count = ATOMIC_INIT(0);
drivers/base/devcoredump.c
367
static atomic_t devcd_count = ATOMIC_INIT(0);
drivers/base/power/wakeup.c
36
static atomic_t pm_abort_suspend __read_mostly;
drivers/base/power/wakeup.c
43
static atomic_t combined_event_count = ATOMIC_INIT(0);
drivers/base/test/test_async_driver_probe.c
21
static atomic_t warnings, errors, timeout, async_completed;
drivers/block/drbd/drbd_int.h
284
atomic_t completion_ref;
drivers/block/drbd/drbd_int.h
295
atomic_t epoch_size; /* increased on every request added. */
drivers/block/drbd/drbd_int.h
296
atomic_t active; /* increased on every req. added, and dec on every finished. */
drivers/block/drbd/drbd_int.h
323
atomic_t pending_bios;
drivers/block/drbd/drbd_int.h
540
atomic_t in_use;
drivers/block/drbd/drbd_int.h
663
atomic_t current_tle_nr; /* transfer log epoch number */
drivers/block/drbd/drbd_int.h
798
atomic_t ap_bio_cnt; /* Requests we need to complete */
drivers/block/drbd/drbd_int.h
799
atomic_t ap_actlog_cnt; /* Requests waiting for activity log */
drivers/block/drbd/drbd_int.h
800
atomic_t ap_pending_cnt; /* AP data packets on the wire, ack expected */
drivers/block/drbd/drbd_int.h
801
atomic_t rs_pending_cnt; /* RS request/data packets on the wire */
drivers/block/drbd/drbd_int.h
802
atomic_t unacked_cnt; /* Need to send replies for */
drivers/block/drbd/drbd_int.h
803
atomic_t local_cnt; /* Waiting for local completion */
drivers/block/drbd/drbd_int.h
804
atomic_t suspend_cnt;
drivers/block/drbd/drbd_int.h
867
atomic_t pp_in_use; /* allocated from page pool */
drivers/block/drbd/drbd_int.h
868
atomic_t pp_in_use_by_net; /* sendpage()d, still referenced by tcp */
drivers/block/drbd/drbd_int.h
877
atomic_t packet_seq;
drivers/block/drbd/drbd_int.h
886
atomic_t rs_sect_in; /* for incoming resync data rate, SyncTarget */
drivers/block/drbd/drbd_int.h
887
atomic_t rs_sect_ev; /* for submitted resync data rate, both */
drivers/block/drbd/drbd_int.h
894
atomic_t ap_in_flight; /* App sectors in flight (waiting for ack) */
drivers/block/drbd/drbd_int.h
907
atomic_t in_flight;
drivers/block/drbd/drbd_nl.c
80
static atomic_t drbd_genl_seq = ATOMIC_INIT(2); /* two. */
drivers/block/drbd/drbd_nl.c
81
static atomic_t notify_genl_seq = ATOMIC_INIT(2); /* two. */
drivers/block/drbd/drbd_receiver.c
1064
atomic_t pending;
drivers/block/floppy.c
571
static atomic_t usage_count = ATOMIC_INIT(0);
drivers/block/loop.c
82
atomic_t ref; /* only for aio */
drivers/block/mtip32xx/mtip32xx.h
410
atomic_t cmd_slot_unal;
drivers/block/mtip32xx/mtip32xx.h
458
atomic_t irq_workers_active;
drivers/block/nbd.c
102
atomic_t recv_threads;
drivers/block/nbd.c
99
atomic_t live_connections;
drivers/block/rbd.c
436
atomic_t parent_ref;
drivers/block/rbd.c
60
static int atomic_inc_return_safe(atomic_t *v)
drivers/block/rbd.c
74
static int atomic_dec_return_safe(atomic_t *v)
drivers/block/rnbd/rnbd-clt.h
66
atomic_t refcount;
drivers/block/rnbd/rnbd-clt.h
85
atomic_t busy;
drivers/block/xen-blkback/common.h
261
atomic_t inflight;
drivers/block/xen-blkback/common.h
276
atomic_t persistent_gnt_in_use;
drivers/block/xen-blkback/common.h
312
atomic_t refcnt;
drivers/block/xen-blkback/common.h
315
atomic_t drain;
drivers/block/xen-blkback/common.h
348
atomic_t pendcnt;
drivers/block/zloop.c
138
atomic_t ref;
drivers/block/zram/zram_drv.c
506
atomic_t num_inflight;
drivers/bluetooth/bcm203x.c
53
atomic_t shutdown;
drivers/bluetooth/bfusb.c
66
atomic_t pending_tx;
drivers/bluetooth/hci_vhci.c
48
atomic_t initialized;
drivers/bus/bt1-apb.c
59
atomic_t count;
drivers/bus/bt1-axi.c
55
atomic_t count;
drivers/bus/mips_cdmm.c
275
static atomic_t mips_cdmm_next_id = ATOMIC_INIT(-1);
drivers/cdrom/cdrom.c
3659
static atomic_t initialized = ATOMIC_INIT(0);
drivers/char/agp/agp.h
142
atomic_t current_memory_agp;
drivers/char/agp/agp.h
143
atomic_t agp_in_use;
drivers/char/apm-emulation.c
119
static atomic_t suspend_acks_pending = ATOMIC_INIT(0);
drivers/char/apm-emulation.c
120
static atomic_t userspace_notification_inhibit = ATOMIC_INIT(0);
drivers/char/hw_random/ba431-rng.c
43
atomic_t reset_pending;
drivers/char/hw_random/cctrng.c
69
atomic_t pending_hw;
drivers/char/ipmi/bt-bmc.c
67
static atomic_t open_count = ATOMIC_INIT(0);
drivers/char/ipmi/ipmb_dev_int.c
61
atomic_t request_queue_len;
drivers/char/ipmi/ipmi_msghandler.c
200
atomic_t nr_msgs;
drivers/char/ipmi/ipmi_msghandler.c
436
atomic_t nr_users;
drivers/char/ipmi/ipmi_msghandler.c
491
atomic_t watchdog_pretimeouts_to_deliver;
drivers/char/ipmi/ipmi_msghandler.c
516
atomic_t event_waiters;
drivers/char/ipmi/ipmi_msghandler.c
5180
static atomic_t stop_operation;
drivers/char/ipmi/ipmi_msghandler.c
5231
static atomic_t smi_msg_inuse_count = ATOMIC_INIT(0);
drivers/char/ipmi/ipmi_msghandler.c
5232
static atomic_t recv_msg_inuse_count = ATOMIC_INIT(0);
drivers/char/ipmi/ipmi_msghandler.c
5309
static atomic_t panic_done_count = ATOMIC_INIT(0);
drivers/char/ipmi/ipmi_msghandler.c
586
atomic_t stats[IPMI_NUM_STATS];
drivers/char/ipmi/ipmi_poweroff.c
88
static atomic_t dummy_count = ATOMIC_INIT(0);
drivers/char/ipmi/ipmi_si_hotmod.c
183
static atomic_t hotmod_nr;
drivers/char/ipmi/ipmi_si_intf.c
178
atomic_t req_events;
drivers/char/ipmi/ipmi_si_intf.c
200
atomic_t need_watch;
drivers/char/ipmi/ipmi_si_intf.c
247
atomic_t stats[SI_NUM_STATS];
drivers/char/ipmi/ipmi_ssif.c
289
atomic_t stats[SSIF_NUM_STATS];
drivers/char/ipmi/ipmi_watchdog.c
157
static atomic_t pretimeout_since_last_heartbeat;
drivers/char/ipmi/ipmi_watchdog.c
327
static atomic_t preop_panic_excl = ATOMIC_INIT(-1);
drivers/char/ipmi/ipmi_watchdog.c
341
static atomic_t msg_tofree = ATOMIC_INIT(0);
drivers/char/ppdev.c
76
atomic_t irqc;
drivers/char/random.c
1252
atomic_t samples;
drivers/clk/renesas/rzg2l-cpg.c
1311
atomic_t usecnt;
drivers/clk/renesas/rzv2h-cpg.c
1109
atomic_t *mstop = &priv->mstop_count[mstop_index * 16];
drivers/clk/renesas/rzv2h-cpg.c
1130
atomic_t *mstop = &priv->mstop_count[mstop_index * 16];
drivers/clk/renesas/rzv2h-cpg.c
123
atomic_t *mstop_count;
drivers/clk/renesas/rzv2h-cpg.c
1317
atomic_t *mstop = &priv->mstop_count[mstop_index * 16];
drivers/clocksource/arm_arch_timer.c
313
static atomic_t timer_unstable_counter_workaround_in_use = ATOMIC_INIT(0);
drivers/clocksource/timer-nxp-stm.c
62
atomic_t refcnt;
drivers/clocksource/timer-ti-dm.c
132
atomic_t enabled;
drivers/connector/cn_proc.c
39
static atomic_t proc_event_num_listeners = ATOMIC_INIT(0);
drivers/counter/ti-ecap-capture.c
93
atomic_t nb_ovf;
drivers/cpufreq/cpufreq_governor.h
88
atomic_t work_count;
drivers/cpufreq/vexpress-spc-cpufreq.c
50
static atomic_t cluster_usage[MAX_CLUSTERS + 1];
drivers/cpuidle/coupled.c
100
atomic_t ready_waiting_counts;
drivers/cpuidle/coupled.c
101
atomic_t abort_barrier;
drivers/cpuidle/coupled.c
149
void cpuidle_coupled_parallel_barrier(struct cpuidle_device *dev, atomic_t *a)
drivers/cpuidle/cpuidle-exynos.c
22
static atomic_t exynos_idle_barrier;
drivers/cpuidle/cpuidle-tegra.c
48
static atomic_t tegra_idle_barrier;
drivers/cpuidle/cpuidle-tegra.c
49
static atomic_t tegra_abort_flag;
drivers/cpuidle/cpuidle-ux500.c
20
static atomic_t master = ATOMIC_INIT(0);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce.h
229
atomic_t flow;
drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
164
atomic_t flow;
drivers/crypto/amlogic/amlogic-gxl.h
97
atomic_t flow;
drivers/crypto/atmel-i2c.h
146
atomic_t tfm_count ____cacheline_aligned;
drivers/crypto/bcm/cipher.h
425
atomic_t session_count; /* number of streams active */
drivers/crypto/bcm/cipher.h
426
atomic_t stream_count; /* monotonic counter for streamID's */
drivers/crypto/bcm/cipher.h
432
atomic_t next_chan;
drivers/crypto/bcm/cipher.h
442
atomic_t op_counts[SPU_OP_NUM];
drivers/crypto/bcm/cipher.h
444
atomic_t cipher_cnt[CIPHER_ALG_LAST][CIPHER_MODE_LAST];
drivers/crypto/bcm/cipher.h
445
atomic_t hash_cnt[HASH_ALG_LAST];
drivers/crypto/bcm/cipher.h
446
atomic_t hmac_cnt[HASH_ALG_LAST];
drivers/crypto/bcm/cipher.h
447
atomic_t aead_cnt[AEAD_TYPE_LAST];
drivers/crypto/bcm/cipher.h
450
atomic_t setkey_cnt[SPU_OP_NUM];
drivers/crypto/bcm/cipher.h
453
atomic_t mb_no_spc;
drivers/crypto/bcm/cipher.h
456
atomic_t mb_send_fail;
drivers/crypto/bcm/cipher.h
459
atomic_t bad_icv;
drivers/crypto/caam/intern.h
72
atomic_t tfm_count ____cacheline_aligned;
drivers/crypto/cavium/nitrox/nitrox_dev.h
158
atomic_t state;
drivers/crypto/cavium/nitrox/nitrox_dev.h
242
atomic_t state;
drivers/crypto/cavium/nitrox/nitrox_dev.h
55
atomic_t pending_count;
drivers/crypto/cavium/nitrox/nitrox_dev.h
56
atomic_t backlog_count;
drivers/crypto/cavium/nitrox/nitrox_req.h
518
atomic_t status;
drivers/crypto/ccp/ccp-dev.c
39
static atomic_t dev_count = ATOMIC_INIT(0);
drivers/crypto/ccp/ccp-dev.h
398
atomic_t current_id ____cacheline_aligned;
drivers/crypto/ccp/sp-dev.c
41
static atomic_t sp_ordinal;
drivers/crypto/chelsio/chcr_core.h
78
atomic_t dev_count;
drivers/crypto/chelsio/chcr_core.h
99
atomic_t inflight;
drivers/crypto/hifn_795x.c
32
static atomic_t hifn_dev_number;
drivers/crypto/hisilicon/sec/sec_drv.h
181
atomic_t used;
drivers/crypto/hisilicon/sec2/sec.h
188
atomic_t enc_qcyclic;
drivers/crypto/hisilicon/sec2/sec.h
191
atomic_t dec_qcyclic;
drivers/crypto/hisilicon/trng/trng.c
67
static atomic_t trng_active_devs;
drivers/crypto/inside-secure/safexcel.h
832
atomic_t ring_used;
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
188
atomic_t configuring;
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
117
atomic_t counter[ADF_RAS_ERRORS];
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
460
atomic_t ref_count;
drivers/crypto/intel/qat/qat_common/adf_telemetry.h
52
atomic_t state;
drivers/crypto/intel/qat/qat_common/adf_transport.c
428
kzalloc_node(sizeof(atomic_t),
drivers/crypto/intel/qat/qat_common/adf_transport_internal.h
17
atomic_t *inflights;
drivers/crypto/intel/qat/qat_common/qat_compression.h
20
atomic_t refctr;
drivers/crypto/intel/qat/qat_common/qat_crypto.h
23
atomic_t refctr;
drivers/crypto/marvell/cesa/cesa.h
467
atomic_t load;
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
56
atomic_t count;
drivers/crypto/marvell/octeontx2/otx2_cptlf.h
130
atomic_t state; /* LF's state. started/reset */
drivers/crypto/marvell/octeontx2/otx2_cptvf_algs.c
49
atomic_t count;
drivers/crypto/nx/nx.h
66
atomic_t aes_ops;
drivers/crypto/nx/nx.h
68
atomic_t sha256_ops;
drivers/crypto/nx/nx.h
70
atomic_t sha512_ops;
drivers/crypto/nx/nx.h
73
atomic_t sync_ops;
drivers/crypto/nx/nx.h
75
atomic_t errors;
drivers/crypto/nx/nx.h
76
atomic_t last_error;
drivers/crypto/nx/nx.h
77
atomic_t last_error_pid;
drivers/crypto/talitos.h
145
atomic_t last_chan ____cacheline_aligned;
drivers/crypto/talitos.h
96
atomic_t submit_count ____cacheline_aligned;
drivers/crypto/virtio/virtio_crypto_common.h
75
atomic_t ref_count;
drivers/cxl/core/suspend.c
7
static atomic_t mem_active;
drivers/cxl/cxl.h
450
atomic_t region_id;
drivers/devfreq/devfreq-event.c
304
static atomic_t event_no = ATOMIC_INIT(-1);
drivers/dibs/dibs_loopback.h
37
atomic_t dmb_cnt;
drivers/dma-buf/st-dma-fence-chain.c
389
atomic_t children;
drivers/dma/bcm-sba-raid.c
110
atomic_t next_pending_count;
drivers/dma/dw-axi-dmac/dw-axi-dmac.h
44
atomic_t descs_allocated;
drivers/dma/mediatek/mtk-hsdma.c
187
atomic_t nr_free;
drivers/dma/of-dma.c
259
static atomic_t last_index;
drivers/dma/ppc4xx/adma.c
94
static atomic_t ppc440spe_adma_err_irq_ref;
drivers/dma/qcom/hidma.h
29
atomic_t allocated; /* if this channel is allocated */
drivers/dma/qcom/hidma.h
59
atomic_t pending_tre_count; /* Number of TREs pending */
drivers/dma/sun6i-dma.c
205
atomic_t tasklet_shutdown;
drivers/dma/ti/k3-udma-glue.c
54
atomic_t free_pkts;
drivers/edac/edac_device.c
366
static atomic_t device_indexes = ATOMIC_INIT(0);
drivers/edac/edac_pci.c
26
static atomic_t pci_indexes = ATOMIC_INIT(0);
drivers/edac/edac_pci.h
36
atomic_t pe_count;
drivers/edac/edac_pci.h
37
atomic_t npe_count;
drivers/edac/edac_pci_sysfs.c
26
static atomic_t pci_parity_count = ATOMIC_INIT(0);
drivers/edac/edac_pci_sysfs.c
27
static atomic_t pci_nonparity_count = ATOMIC_INIT(0);
drivers/edac/edac_pci_sysfs.c
30
static atomic_t edac_pci_sysfs_refcount = ATOMIC_INIT(0);
drivers/edac/thunderx_edac.c
182
atomic_t ecc_int;
drivers/firewire/core-card.c
562
static atomic_t index = ATOMIC_INIT(-1);
drivers/firewire/nosy.c
64
atomic_t size;
drivers/firmware/arm_scmi/bus.c
37
static atomic_t scmi_syspower_registered = ATOMIC_INIT(0);
drivers/firmware/arm_scmi/clock.c
164
atomic_t cur_async_req;
drivers/firmware/arm_scmi/common.h
325
atomic_t counters[SCMI_DEBUG_COUNTERS_LAST];
drivers/firmware/arm_scmi/driver.c
59
static atomic_t transfer_last_id;
drivers/firmware/arm_scmi/protocols.h
139
atomic_t busy;
drivers/firmware/arm_scmi/transports/smc.c
105
static bool smc_xfer_inflight(struct scmi_xfer *xfer, atomic_t *inflight)
drivers/firmware/arm_scmi/transports/smc.c
68
atomic_t inflight;
drivers/firmware/arm_scpi.c
256
atomic_t next_chan;
drivers/firmware/arm_sdei.c
78
atomic_t errors;
drivers/firmware/psci/psci_checker.c
33
static atomic_t nb_active_threads;
drivers/firmware/stratix10-svc.c
236
atomic_t common_achan_refcount;
drivers/gpib/include/gpib_types.h
219
atomic_t active;
drivers/gpib/include/gpib_types.h
318
atomic_t stuck_srq;
drivers/gpib/include/gpib_types.h
366
atomic_t io_in_progress;
drivers/gpib/include/gpib_types.h
374
atomic_t descriptor_busy;
drivers/gpib/include/gpib_types.h
380
atomic_t holding_mutex;
drivers/gpio/gpio-grgpio.c
49
atomic_t refcnt; /* Reference counter to manage requesting/freeing of uirq */
drivers/gpio/gpio-mpsse.c
25
atomic_t irq_type[16]; /* pin -> edge detection type */
drivers/gpio/gpio-mpsse.c
26
atomic_t irq_enabled;
drivers/gpio/gpio-mpsse.c
46
atomic_t cancelled;
drivers/gpio/gpio-pca953x.c
237
atomic_t wakeup_path;
drivers/gpio/gpio-rcar.c
47
atomic_t wakeup_path;
drivers/gpio/gpio-virtuser.c
63
atomic_t irq;
drivers/gpio/gpio-virtuser.c
64
atomic_t irq_count;
drivers/gpio/gpiolib-cdev.c
2307
atomic_t watch_abi_version;
drivers/gpio/gpiolib-cdev.c
508
atomic_t seqno;
drivers/gpu/drm/amd/amdgpu/amdgpu.h
1166
atomic_t throttling_logging_enabled;
drivers/gpu/drm/amd/amdgpu/amdgpu.h
965
atomic_t gpu_reset_counter;
drivers/gpu/drm/amd/amdgpu/amdgpu.h
966
atomic_t vram_lost_counter;
drivers/gpu/drm/amd/amdgpu/amdgpu_aca.h
203
atomic_t ue_update_flag;
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_fence.c
34
static atomic_t fence_seq = ATOMIC_INIT(0);
drivers/gpu/drm/amd/amdgpu/amdgpu_cper.h
56
atomic_t unique_id;
drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
56
atomic_t guilty;
drivers/gpu/drm/amd/amdgpu/amdgpu_eviction_fence.h
37
atomic_t ev_fence_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1570
static atomic_t counter;
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
531
atomic_t total_submission_cnt;
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.h
296
atomic_t vm_fault_info_updated;
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
449
atomic_t *types;
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
451
types = kzalloc_objs(atomic_t, source->num_types);
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.h
64
atomic_t *enabled_types;
drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.h
140
atomic_t total_submission_cnt;
drivers/gpu/drm/amd/amdgpu/amdgpu_mca.h
96
atomic_t ue_update_flag;
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
99
atomic_t userq_va_mapped;
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.h
414
atomic_t fence_value;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
141
atomic_t amdgpu_ras_in_intr = ATOMIC_INIT(0);
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
551
atomic_t in_recovery;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
552
atomic_t rma_in_recovery;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
575
atomic_t ras_ue_count;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
576
atomic_t ras_ce_count;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
593
atomic_t page_retirement_req_cnt;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
594
atomic_t poison_creation_count;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
595
atomic_t poison_consumption_count;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.h
931
extern atomic_t amdgpu_ras_in_intr;
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h
100
atomic_t in_gpu_reset;
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h
101
atomic_t reset_res;
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h
81
atomic_t in_reset;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c
249
atomic_t *sched_score)
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
123
atomic_t last_seq;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
422
atomic_t *sched_score;
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.h
474
atomic_t *sched_score);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.h
106
atomic_t userq_count[AMDGPU_RING_TYPE_MAX];
drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h
64
atomic_t handles[AMDGPU_MAX_UVD_HANDLES];
drivers/gpu/drm/amd/amdgpu/amdgpu_vce.h
42
atomic_t handles[AMDGPU_MAX_VCE_HANDLES];
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
309
atomic_t sched_score;
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
318
atomic_t dpg_enc_submission_cnt;
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
324
atomic_t total_submission_cnt;
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h
476
atomic_t num_prt_users;
drivers/gpu/drm/amd/amdgpu/amdgpu_xcp.h
109
atomic_t ref_cnt;
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.h
33
atomic_t number_devices;
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.h
45
atomic_t ras_recovery;
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.h
48
atomic_t requested_nps_mode;
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
1011
atomic_t poison;
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
306
atomic_t sram_ecc_flag;
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
365
atomic_t compute_profile;
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
386
atomic_t kfd_processes_count;
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
880
atomic_t evicted_ranges;
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
881
atomic_t drain_pagefaults;
drivers/gpu/drm/amd/amdkfd/kfd_priv.h
979
atomic_t debugged_process_count;
drivers/gpu/drm/amd/amdkfd/kfd_svm.h
130
atomic_t invalid;
drivers/gpu/drm/amd/amdkfd/kfd_svm.h
139
atomic_t queue_refcount;
drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h
370
atomic_t pwr_state[AMD_IP_BLOCK_TYPE_NUM];
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
461
atomic_t vcn_gated[AMDGPU_MAX_VCN_INSTANCES];
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
462
atomic_t jpeg_gated;
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
463
atomic_t vpe_gated;
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
464
atomic_t isp_gated;
drivers/gpu/drm/amd/pm/swsmu/inc/amdgpu_smu.h
465
atomic_t umsch_mm_gated;
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h
110
atomic_t throttle_status;
drivers/gpu/drm/amd/ras/rascore/ras_process.h
41
atomic_t ras_interrupt_req;
drivers/gpu/drm/amd/ras/rascore/ras_process.h
42
atomic_t umc_interrupt_count;
drivers/gpu/drm/arm/hdlcd_drv.h
17
atomic_t buffer_underrun_count;
drivers/gpu/drm/arm/hdlcd_drv.h
18
atomic_t bus_error_count;
drivers/gpu/drm/arm/hdlcd_drv.h
19
atomic_t vsync_count;
drivers/gpu/drm/arm/hdlcd_drv.h
20
atomic_t dma_end_count;
drivers/gpu/drm/arm/malidp_drv.h
38
atomic_t config_valid;
drivers/gpu/drm/bridge/ti-sn65dsi86.c
217
atomic_t pwm_pin_busy;
drivers/gpu/drm/display/drm_dp_aux_dev.c
50
atomic_t usecount;
drivers/gpu/drm/drm_pagemap_util.c
53
atomic_t num_dpagemaps;
drivers/gpu/drm/etnaviv/etnaviv_gem.h
47
atomic_t gpu_active;
drivers/gpu/drm/exynos/exynos7_drm_decon.c
74
atomic_t wait_vsync_event;
drivers/gpu/drm/exynos/exynos_drm_fimd.c
193
atomic_t wait_vsync_event;
drivers/gpu/drm/exynos/exynos_drm_fimd.c
194
atomic_t win_updated;
drivers/gpu/drm/exynos/exynos_drm_fimd.c
195
atomic_t triggering;
drivers/gpu/drm/exynos/exynos_drm_ipp.h
61
atomic_t sequence;
drivers/gpu/drm/gma500/mmu.c
423
atomic_t *msvdx_mmu_invaldc)
drivers/gpu/drm/gma500/mmu.h
22
atomic_t needs_tlbflush;
drivers/gpu/drm/gma500/mmu.h
23
atomic_t *msvdx_mmu_invaldc;
drivers/gpu/drm/gma500/mmu.h
58
atomic_t *msvdx_mmu_invaldc);
drivers/gpu/drm/i915/display/intel_display_core.h
564
atomic_t pending_fb_pin;
drivers/gpu/drm/i915/display/intel_display_types.h
498
atomic_t cp_irq_count;
drivers/gpu/drm/i915/display/intel_frontbuffer.c
241
BITS_PER_TYPE(atomic_t));
drivers/gpu/drm/i915/display/intel_frontbuffer.h
45
atomic_t bits;
drivers/gpu/drm/i915/gem/i915_gem_context_types.h
378
atomic_t guilty_count;
drivers/gpu/drm/i915/gem/i915_gem_context_types.h
383
atomic_t active_count;
drivers/gpu/drm/i915/gem/i915_gem_object_types.h
592
atomic_t pages_pin_count;
drivers/gpu/drm/i915/gem/i915_gem_object_types.h
615
atomic_t shrink_pin;
drivers/gpu/drm/i915/gt/gen6_ppgtt.h
21
atomic_t pin_count;
drivers/gpu/drm/i915/gt/intel_breadcrumbs_types.h
37
atomic_t active;
drivers/gpu/drm/i915/gt/intel_breadcrumbs_types.h
42
atomic_t signaler_active;
drivers/gpu/drm/i915/gt/intel_context_types.h
167
atomic_t pin_count;
drivers/gpu/drm/i915/gt/intel_context_types.h
236
atomic_t ref;
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.h
26
atomic_t pin_count;
drivers/gpu/drm/i915/gt/intel_gt_types.h
150
atomic_t user_wakeref;
drivers/gpu/drm/i915/gt/intel_gtt.h
180
atomic_t used;
drivers/gpu/drm/i915/gt/intel_ring_types.h
39
atomic_t pin_count;
drivers/gpu/drm/i915/gt/intel_rps_types.h
109
atomic_t num_waiters;
drivers/gpu/drm/i915/gt/intel_timeline_types.h
43
atomic_t pin_count;
drivers/gpu/drm/i915/gt/intel_timeline_types.h
44
atomic_t active_count;
drivers/gpu/drm/i915/gt/uc/intel_guc.h
80
atomic_t outstanding_submission_g2h;
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h
53
atomic_t space;
drivers/gpu/drm/i915/gt/uc/intel_guc_slpc_types.h
48
atomic_t num_waiters;
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c
643
atomic_t *wait_var,
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.h
37
atomic_t *wait_var,
drivers/gpu/drm/i915/gvt/gtt.h
154
atomic_t pincount;
drivers/gpu/drm/i915/gvt/gtt.h
242
atomic_t refcount;
drivers/gpu/drm/i915/gvt/gvt.h
155
atomic_t running_workload_num;
drivers/gpu/drm/i915/gvt/scheduler.h
111
atomic_t shadow_ctx_active;
drivers/gpu/drm/i915/i915_active_types.h
26
atomic_t count;
drivers/gpu/drm/i915/i915_drv.h
141
atomic_t free_count;
drivers/gpu/drm/i915/i915_drv.h
164
atomic_t counter;
drivers/gpu/drm/i915/i915_file_private.h
105
atomic_t ban_score;
drivers/gpu/drm/i915/i915_gpu_error.h
226
atomic_t reset_count;
drivers/gpu/drm/i915/i915_gpu_error.h
229
atomic_t reset_engine_count[MAX_ENGINE_CLASS];
drivers/gpu/drm/i915/i915_sw_fence.h
36
atomic_t pending;
drivers/gpu/drm/i915/i915_vma_types.h
165
atomic_t open_count;
drivers/gpu/drm/i915/i915_vma_types.h
166
atomic_t flags;
drivers/gpu/drm/i915/i915_vma_types.h
222
atomic_t pages_count; /* number of active binds to the pages */
drivers/gpu/drm/i915/intel_runtime_pm.h
43
atomic_t wakeref_count;
drivers/gpu/drm/i915/intel_wakeref.h
41
atomic_t count;
drivers/gpu/drm/imagination/pvr_context.h
70
atomic_t faulty;
drivers/gpu/drm/imagination/pvr_device.h
204
atomic_t mmu_flush_cache_flags;
drivers/gpu/drm/imagination/pvr_device.h
302
atomic_t seqno;
drivers/gpu/drm/imagination/pvr_queue.h
26
atomic_t seqno;
drivers/gpu/drm/imagination/pvr_queue.h
97
atomic_t in_flight_job_count;
drivers/gpu/drm/lima/lima_sched.h
72
atomic_t task;
drivers/gpu/drm/msm/adreno/a5xx_gpu.h
39
atomic_t preempt_state;
drivers/gpu/drm/msm/adreno/a6xx_gpu.h
78
atomic_t preempt_state;
drivers/gpu/drm/msm/adreno/a6xx_hfi.h
35
atomic_t seqnum;
drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.h
174
atomic_t frame_pending;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
200
atomic_t frame_done_timeout_ms;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c
201
atomic_t frame_done_timeout_cnt;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h
194
atomic_t vsync_cnt;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h
195
atomic_t underrun_cnt;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h
196
atomic_t pending_ctlstart_cnt;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h
197
atomic_t pending_kickoff_cnt;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h
222
atomic_t wbirq_refcount;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h
247
atomic_t pending_vblank_cnt;
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h
278
atomic_t *atomic_cnt;
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.h
48
atomic_t count;
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.h
101
atomic_t bandwidth_ref;
drivers/gpu/drm/msm/disp/mdp4/mdp4_crtc.c
52
atomic_t pending;
drivers/gpu/drm/msm/disp/mdp5/mdp5_crtc.c
43
atomic_t pending;
drivers/gpu/drm/msm/msm_drv.c
247
static atomic_t ident = ATOMIC_INIT(0);
drivers/gpu/drm/msm/msm_fb.c
28
atomic_t prepare_count;
drivers/gpu/drm/msm/msm_gem.h
258
atomic_t vma_ref;
drivers/gpu/drm/msm/msm_gem.h
95
atomic_t in_flight;
drivers/gpu/drm/msm/msm_gem_submit.c
37
static atomic_t ident = ATOMIC_INIT(0);
drivers/gpu/drm/msm/msm_kms.h
153
atomic_t fault_snapshot_capture;
drivers/gpu/drm/nouveau/include/nvkm/core/event.h
59
atomic_t allowed;
drivers/gpu/drm/nouveau/include/nvkm/core/intr.h
64
atomic_t allowed;
drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h
36
atomic_t blocked;
drivers/gpu/drm/nouveau/include/nvkm/engine/fifo.h
37
atomic_t errored;
drivers/gpu/drm/nouveau/include/nvkm/engine/sec2.h
13
atomic_t running;
drivers/gpu/drm/nouveau/include/nvkm/engine/sec2.h
14
atomic_t initmsg;
drivers/gpu/drm/nouveau/include/nvkm/subdev/clk.h
94
atomic_t waiting;
drivers/gpu/drm/nouveau/include/nvkm/subdev/mmu.h
61
atomic_t engref[NVKM_SUBDEV_NR];
drivers/gpu/drm/nouveau/nouveau_chan.h
53
atomic_t killed;
drivers/gpu/drm/nouveau/nouveau_drv.h
237
atomic_t validate_sequence;
drivers/gpu/drm/nouveau/nvkm/core/uevent.c
35
atomic_t allowed;
drivers/gpu/drm/nouveau/nvkm/engine/fifo/cgrp.h
52
atomic_t rc;
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.h
87
atomic_t changed;
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.h
95
atomic_t rc_triggered;
drivers/gpu/drm/nouveau/nvkm/engine/fifo/runl.h
96
atomic_t rc_pending;
drivers/gpu/drm/nouveau/nvkm/engine/sw/nv04.c
36
atomic_t ref;
drivers/gpu/drm/omapdrm/dss/dsi.h
394
atomic_t do_ext_te_update;
drivers/gpu/drm/omapdrm/omap_dmm_priv.h
169
atomic_t engine_counter;
drivers/gpu/drm/panfrost/panfrost_device.h
168
atomic_t pending;
drivers/gpu/drm/panfrost/panfrost_device.h
178
atomic_t use_count;
drivers/gpu/drm/panfrost/panfrost_device.h
195
atomic_t as_count;
drivers/gpu/drm/panfrost/panfrost_gem.h
77
atomic_t gpu_usecount;
drivers/gpu/drm/panthor/panthor_device.h
181
atomic_t pending;
drivers/gpu/drm/panthor/panthor_device.h
198
atomic_t state;
drivers/gpu/drm/panthor/panthor_device.h
219
atomic_t recovery_needed;
drivers/gpu/drm/panthor/panthor_device.h
80
atomic_t suspended;
drivers/gpu/drm/panthor/panthor_heap.c
103
atomic_t size;
drivers/gpu/drm/panthor/panthor_sched.c
194
atomic_t fw_events;
drivers/gpu/drm/panthor/panthor_sched.c
301
atomic_t in_progress;
drivers/gpu/drm/panthor/panthor_sched.c
574
atomic_t tiler_oom;
drivers/gpu/drm/qxl/qxl_drv.h
213
atomic_t release_count;
drivers/gpu/drm/qxl/qxl_drv.h
220
atomic_t irq_received;
drivers/gpu/drm/qxl/qxl_drv.h
221
atomic_t irq_received_display;
drivers/gpu/drm/qxl/qxl_drv.h
222
atomic_t irq_received_cursor;
drivers/gpu/drm/qxl/qxl_drv.h
223
atomic_t irq_received_io_cmd;
drivers/gpu/drm/radeon/radeon.h
1669
atomic_t handles[RADEON_MAX_UVD_HANDLES];
drivers/gpu/drm/radeon/radeon.h
1711
atomic_t handles[RADEON_MAX_VCE_HANDLES];
drivers/gpu/drm/radeon/radeon.h
2423
atomic_t gpu_reset_counter;
drivers/gpu/drm/radeon/radeon.h
753
atomic_t ring_int[RADEON_NUM_RINGS];
drivers/gpu/drm/radeon/radeon.h
755
atomic_t pflip[RADEON_MAX_CRTCS];
drivers/gpu/drm/radeon/radeon.h
804
atomic_t last_rptr;
drivers/gpu/drm/radeon/radeon.h
935
atomic_t lock;
drivers/gpu/drm/scheduler/sched_entity.c
62
atomic_t *guilty)
drivers/gpu/drm/scheduler/tests/sched_tests.h
53
atomic_t next_seqno;
drivers/gpu/drm/vc4/vc4_drv.h
211
atomic_t underrun;
drivers/gpu/drm/virtio/virtgpu_drv.h
225
atomic_t is_valid;
drivers/gpu/drm/virtio/virtgpu_drv.h
240
atomic_t pending_commands;
drivers/gpu/drm/virtio/virtgpu_object.c
47
static atomic_t seqno = ATOMIC_INIT(0);
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
95
atomic_t map_count;
drivers/gpu/drm/vmwgfx/vmwgfx_bo.h
96
atomic_t cpu_writers;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
530
atomic_t marker_seq;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
539
atomic_t last_read_seqno;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
569
atomic_t num_fifo_resources;
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
615
atomic_t mksstat_user_pids[MKSSTAT_CAPACITY];
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
620
atomic_t mksstat_kern_pids[MKSSTAT_CAPACITY];
drivers/gpu/drm/vmwgfx/vmwgfx_kms.h
329
atomic_t atomic_lock;
drivers/gpu/drm/xe/xe_device_types.h
413
atomic_t enabled;
drivers/gpu/drm/xe/xe_device_types.h
648
atomic_t flag;
drivers/gpu/drm/xe/xe_device_types.h
710
atomic_t g2g_test_count;
drivers/gpu/drm/xe/xe_device_types.h
765
atomic_t pending_removal;
drivers/gpu/drm/xe/xe_exec_queue_types.h
241
atomic_t job_cnt;
drivers/gpu/drm/xe/xe_gpu_scheduler.c
63
atomic_t *score, const char *name,
drivers/gpu/drm/xe/xe_gpu_scheduler.h
18
atomic_t *score, const char *name,
drivers/gpu/drm/xe/xe_guc_exec_queue_types.h
41
atomic_t state;
drivers/gpu/drm/xe/xe_guc_pc_types.h
19
atomic_t flush_freq_limit;
drivers/gpu/drm/xe/xe_guc_types.h
87
atomic_t stopped;
drivers/gpu/drm/xe/xe_guc_types.h
93
atomic_t reset_blocked;
drivers/gpu/host1x/fence.h
12
atomic_t signaling;
drivers/gpu/host1x/syncpt.h
34
atomic_t min_val;
drivers/gpu/host1x/syncpt.h
35
atomic_t max_val;
drivers/hid/hid-core.c
2908
static atomic_t id = ATOMIC_INIT(0);
drivers/hid/hid-cp2112.c
167
atomic_t read_avail;
drivers/hid/hid-cp2112.c
168
atomic_t xfer_avail;
drivers/hid/hid-cp2112.c
354
static int cp2112_wait(struct cp2112_device *dev, atomic_t *avail)
drivers/hid/hid-logitech-hidpp.c
2400
atomic_t workqueue_size;
drivers/hid/hid-logitech-hidpp.c
4019
static atomic_t battery_no = ATOMIC_INIT(0);
drivers/hid/hid-steelseries.c
480
static atomic_t battery_no = ATOMIC_INIT(0);
drivers/hid/wacom_sys.c
1787
static atomic_t battery_no = ATOMIC_INIT(0);
drivers/hsi/clients/ssi_protocol.c
141
atomic_t tx_usecnt;
drivers/hte/hte.c
61
atomic_t dropped_ts;
drivers/hte/hte.c
83
atomic_t ts_req;
drivers/hv/hv_balloon.c
476
static atomic_t trans_id = ATOMIC_INIT(0);
drivers/hv/hyperv_vmbus.h
249
atomic_t offer_in_progress;
drivers/hv/hyperv_vmbus.h
253
atomic_t next_gpadl_handle;
drivers/hv/hyperv_vmbus.h
303
atomic_t nr_chan_close_on_suspend;
drivers/hwmon/pmbus/pmbus_core.c
117
atomic_t regulator_events[PMBUS_PAGES];
drivers/hwmon/pwm-fan.c
28
atomic_t pulses;
drivers/hwmon/sht15.c
172
atomic_t interrupt_handled;
drivers/hwtracing/coresight/coresight-config.h
149
atomic_t active_cnt;
drivers/hwtracing/coresight/coresight-core.c
1359
csdev->perf_sink_id_map.cpu_map = alloc_percpu(atomic_t);
drivers/hwtracing/coresight/coresight-syscfg.h
52
atomic_t sys_active_cnt;
drivers/hwtracing/coresight/coresight-trace-id.c
22
static DEFINE_PER_CPU(atomic_t, id_map_default_cpu_ids) = ATOMIC_INIT(0);
drivers/hwtracing/intel_th/msu.c
160
atomic_t user_count;
drivers/hwtracing/intel_th/msu.c
162
atomic_t mmap_count;
drivers/i2c/busses/i2c-octeon-core.h
143
atomic_t int_enable_cnt;
drivers/i2c/busses/i2c-octeon-core.h
144
atomic_t hlc_int_enable_cnt;
drivers/i2c/busses/i2c-octeon-platdrv.c
63
static void __octeon_i2c_irq_disable(atomic_t *cnt, int irq)
drivers/i3c/master/mipi-i3c-hci/hci.h
55
atomic_t next_cmd_tid;
drivers/iio/accel/bmc150-accel.h
35
atomic_t users;
drivers/iio/adc/stm32-dfsdm-core.c
98
atomic_t n_active_ch; /* number of current active channels */
drivers/iio/adc/sun4i-gpadc-iio.c
435
unsigned int *irq, atomic_t *atomic)
drivers/iio/adc/sun4i-gpadc-iio.c
97
atomic_t ignore_fifo_data_irq;
drivers/iio/adc/sun4i-gpadc-iio.c
99
atomic_t ignore_temp_data_irq;
drivers/iio/common/ssp_sensors/ssp.h
222
atomic_t enable_refcount;
drivers/iio/industrialio-buffer.c
56
atomic_t seqno;
drivers/iio/light/lm3533-als.c
57
atomic_t zone;
drivers/infiniband/core/addr.c
70
static atomic_t ib_nl_addr_request_seq = ATOMIC_INIT(0);
drivers/infiniband/core/cm.c
248
atomic_t work_count;
drivers/infiniband/core/cq.c
301
static atomic_t counter;
drivers/infiniband/core/iwpm_msg.c
39
static atomic_t echo_nlmsg_seq;
drivers/infiniband/core/iwpm_util.h
92
atomic_t nlmsg_seq;
drivers/infiniband/core/mad_priv.h
262
atomic_t snoop_count;
drivers/infiniband/core/multicast.c
106
atomic_t refcount;
drivers/infiniband/core/sa_query.c
164
static atomic_t ib_nl_sa_request_seq;
drivers/infiniband/core/ucma.c
91
atomic_t backlog;
drivers/infiniband/core/user_mad.c
118
atomic_t recv_list_size;
drivers/infiniband/core/uverbs.h
174
atomic_t refcnt;
drivers/infiniband/hw/bng_re/bng_fw.h
128
atomic_t rcfw_intr_enabled;
drivers/infiniband/hw/bnxt_re/bnxt_re.h
212
atomic_t nq_alloc_cnt;
drivers/infiniband/hw/bnxt_re/hw_counters.h
128
atomic_t qp_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
129
atomic_t rc_qp_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
130
atomic_t ud_qp_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
131
atomic_t cq_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
132
atomic_t srq_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
133
atomic_t mr_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
134
atomic_t mw_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
135
atomic_t ah_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
136
atomic_t pd_count;
drivers/infiniband/hw/bnxt_re/hw_counters.h
137
atomic_t resize_count;
drivers/infiniband/hw/bnxt_re/qplib_fp.h
462
atomic_t arm_state;
drivers/infiniband/hw/bnxt_re/qplib_rcfw.h
234
atomic_t rcfw_intr_enabled;
drivers/infiniband/hw/bnxt_re/qplib_rcfw.h
236
atomic_t timeout_send;
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
188
atomic_t wr_log_idx;
drivers/infiniband/hw/cxgb4/mem.c
280
static atomic_t key;
drivers/infiniband/hw/erdma/erdma.h
212
atomic_t num_ctx;
drivers/infiniband/hw/hfi1/hfi.h
1077
atomic_t sdma_unfreeze_count;
drivers/infiniband/hw/hfi1/hfi.h
1260
atomic_t drop_packet;
drivers/infiniband/hw/hfi1/hfi.h
1345
atomic_t aspm_disabled_cnt;
drivers/infiniband/hw/hfi1/hfi.h
1365
atomic_t ipoib_rsm_usr_num;
drivers/infiniband/hw/hfi1/hfi.h
843
atomic_t led_override_timer_active;
drivers/infiniband/hw/hfi1/iowait.h
113
atomic_t sdma_busy;
drivers/infiniband/hw/hfi1/iowait.h
114
atomic_t pio_busy;
drivers/infiniband/hw/hfi1/ipoib.h
87
atomic_t stops;
drivers/infiniband/hw/hfi1/ipoib.h
88
atomic_t ring_full;
drivers/infiniband/hw/hfi1/ipoib.h
89
atomic_t no_desc;
drivers/infiniband/hw/hfi1/netdev.h
59
atomic_t enabled;
drivers/infiniband/hw/hfi1/netdev.h
61
atomic_t netdevs;
drivers/infiniband/hw/hfi1/trace.c
487
atomic_t count;
drivers/infiniband/hw/hfi1/trace.c
488
atomic_t data[255];
drivers/infiniband/hw/hfi1/trace.c
504
atomic_t *count = &hist.data[i];
drivers/infiniband/hw/hfi1/user_sdma.h
87
atomic_t n_reqs;
drivers/infiniband/hw/hfi1/user_sdma.h
98
atomic_t n_locked;
drivers/infiniband/hw/hfi1/verbs.h
134
atomic_t n_requests; /* # of TID RDMA requests in the */
drivers/infiniband/hw/hfi1/verbs.h
136
atomic_t n_tid_requests; /* # of sent TID RDMA requests */
drivers/infiniband/hw/ionic/ionic_ibdev.h
110
atomic_t admin_state;
drivers/infiniband/hw/ionic/ionic_ibdev.h
158
atomic_t admin_state;
drivers/infiniband/hw/irdma/cm.h
252
atomic_t pend_accepts_cnt;
drivers/infiniband/hw/irdma/cm.h
300
atomic_t passive_state;
drivers/infiniband/hw/irdma/main.h
336
atomic_t vchnl_msgs;
drivers/infiniband/hw/irdma/type.h
661
atomic_t qp_suspend_reqs;
drivers/infiniband/hw/irdma/verbs.h
146
atomic_t armed;
drivers/infiniband/hw/irdma/verbs.h
203
atomic_t hw_mod_qp_pend;
drivers/infiniband/hw/irdma/verbs.h
209
atomic_t close_timer_started;
drivers/infiniband/hw/mlx4/mcg.c
124
atomic_t refcount;
drivers/infiniband/hw/mlx4/mlx4_ib.h
506
atomic_t tid;
drivers/infiniband/hw/mlx5/devx.c
1741
atomic_t bytes_in_use;
drivers/infiniband/hw/mlx5/mlx5_ib.h
1184
atomic_t mkey_var;
drivers/infiniband/hw/mlx5/mlx5_ib.h
200
atomic_t tx_port_affinity;
drivers/infiniband/hw/mlx5/mlx5_ib.h
264
atomic_t usecnt;
drivers/infiniband/hw/mlx5/mlx5_ib.h
272
atomic_t usecnt;
drivers/infiniband/hw/mlx5/mlx5_ib.h
924
atomic_t tx_port_affinity;
drivers/infiniband/hw/mlx5/mlx5_ib.h
990
atomic_t events_cnt;
drivers/infiniband/hw/mlx5/mlx5_ib.h
991
atomic_t rqs_cnt;
drivers/infiniband/hw/mlx5/qp.c
4009
atomic_t *tx_port_affinity;
drivers/infiniband/hw/mthca/mthca_provider.h
82
atomic_t sqp_count;
drivers/infiniband/hw/ocrdma/ocrdma.h
288
atomic_t update_sl;
drivers/infiniband/hw/ocrdma/ocrdma.h
308
atomic_t async_err_stats[OCRDMA_MAX_ASYNC_ERRORS];
drivers/infiniband/hw/ocrdma/ocrdma.h
309
atomic_t cqe_err_stats[OCRDMA_MAX_CQE_ERR];
drivers/infiniband/hw/qedr/qedr.h
333
atomic_t wr_cons_cnt;
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
241
atomic_t num_qps;
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
242
atomic_t num_cqs;
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
243
atomic_t num_srqs;
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
244
atomic_t num_pds;
drivers/infiniband/hw/vmw_pvrdma/pvrdma.h
245
atomic_t num_ahs;
drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
54
atomic_t prod_tail; /* Producer tail. */
drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
55
atomic_t cons_head; /* Consumer head. */
drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
69
static inline __s32 pvrdma_idx(atomic_t *var, __u32 max_elems)
drivers/infiniband/hw/vmw_pvrdma/pvrdma_ring.h
78
static inline void pvrdma_idx_ring_inc(atomic_t *var, __u32 max_elems)
drivers/infiniband/sw/rxe/rxe_pool.h
38
atomic_t num_elem;
drivers/infiniband/sw/rxe/rxe_verbs.h
109
atomic_t rd_atomic;
drivers/infiniband/sw/rxe/rxe_verbs.h
262
atomic_t mcg_num;
drivers/infiniband/sw/rxe/rxe_verbs.h
274
atomic_t ssn;
drivers/infiniband/sw/rxe/rxe_verbs.h
275
atomic_t skb_out;
drivers/infiniband/sw/rxe/rxe_verbs.h
353
atomic_t num_mw;
drivers/infiniband/sw/rxe/rxe_verbs.h
397
atomic_t qp_num;
drivers/infiniband/sw/rxe/rxe_verbs.h
439
atomic_t mcg_num;
drivers/infiniband/sw/rxe/rxe_verbs.h
440
atomic_t mcg_attach;
drivers/infiniband/sw/rxe/rxe_verbs.h
67
atomic_t num_wq;
drivers/infiniband/sw/siw/siw.h
90
atomic_t num_qp;
drivers/infiniband/sw/siw/siw.h
91
atomic_t num_cq;
drivers/infiniband/sw/siw/siw.h
92
atomic_t num_pd;
drivers/infiniband/sw/siw/siw.h
93
atomic_t num_mr;
drivers/infiniband/sw/siw/siw.h
94
atomic_t num_srq;
drivers/infiniband/sw/siw/siw.h
95
atomic_t num_ctx;
drivers/infiniband/sw/siw/siw_main.c
104
static DEFINE_PER_CPU(atomic_t, siw_use_cnt);
drivers/infiniband/ulp/ipoib/ipoib.h
306
atomic_t entries;
drivers/infiniband/ulp/ipoib/ipoib_verbs.c
161
static atomic_t counter;
drivers/infiniband/ulp/rtrs/rtrs-clt.h
128
atomic_t connected_cnt;
drivers/infiniband/ulp/rtrs/rtrs-clt.h
43
atomic_t from;
drivers/infiniband/ulp/rtrs/rtrs-clt.h
68
atomic_t inflight;
drivers/infiniband/ulp/rtrs/rtrs-pri.h
98
atomic_t wr_cnt;
drivers/infiniband/ulp/rtrs/rtrs-pri.h
99
atomic_t sq_wr_avail;
drivers/infiniband/ulp/srpt/ib_srpt.h
311
atomic_t sq_wr_avail;
drivers/infiniband/ulp/srpt/ib_srpt.h
314
atomic_t req_lim;
drivers/infiniband/ulp/srpt/ib_srpt.h
315
atomic_t req_lim_delta;
drivers/infiniband/ulp/srpt/ib_srpt.h
429
atomic_t refcount;
drivers/input/gameport/gameport.c
557
static atomic_t gameport_no = ATOMIC_INIT(-1);
drivers/input/input.c
1887
static atomic_t input_no = ATOMIC_INIT(-1);
drivers/input/misc/ims-pcu.c
1872
static atomic_t device_no = ATOMIC_INIT(-1);
drivers/input/mouse/cyapa.h
293
atomic_t cmd_issued;
drivers/input/rmi4/rmi_bus.c
77
static atomic_t transport_device_count = ATOMIC_INIT(0);
drivers/input/serio/serio.c
469
static atomic_t serio_no = ATOMIC_INIT(-1);
drivers/input/serio/serio_raw.c
269
static atomic_t serio_raw_no = ATOMIC_INIT(-1);
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
602
atomic_t prod;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
603
atomic_t cons;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
634
atomic_t owner_prod;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
635
atomic_t lock;
drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.h
865
atomic_t nr_ats_masters;
drivers/iommu/arm/arm-smmu/arm-smmu-impl.c
58
static atomic_t context_count = ATOMIC_INIT(0);
drivers/iommu/arm/arm-smmu/arm-smmu.h
320
atomic_t irptndx;
drivers/iommu/dma-iommu.c
72
atomic_t fq_timer_on;
drivers/iommu/iommu-debug-pagealloc.c
20
atomic_t ref;
drivers/iommu/iommu-pages.h
31
atomic_t __page_refcount;
drivers/iommu/iommufd/selftest.c
184
atomic_t pasid_1024_fake_error;
drivers/iommu/riscv/iommu.h
23
atomic_t prod; /* unbounded producer allocation index */
drivers/iommu/riscv/iommu.h
24
atomic_t head; /* unbounded shadow ring buffer consumer index */
drivers/iommu/riscv/iommu.h
25
atomic_t tail; /* unbounded shadow ring buffer producer index */
drivers/irqchip/irq-gic-v3-its.c
189
atomic_t managed;
drivers/irqchip/irq-gic-v3-its.c
190
atomic_t unmanaged;
drivers/irqchip/irq-mvebu-icu.c
61
atomic_t initialized;
drivers/irqchip/irq-renesas-intc-irqpin.c
67
atomic_t wakeup_path;
drivers/irqchip/irq-renesas-irqc.c
53
atomic_t wakeup_path;
drivers/isdn/capi/capi.c
90
atomic_t datahandle;
drivers/isdn/capi/capi.c
91
atomic_t msgid;
drivers/leds/trigger/ledtrig-cpu.c
42
static atomic_t num_active_cpus = ATOMIC_INIT(0);
drivers/leds/trigger/ledtrig-netdev.c
67
atomic_t interval;
drivers/macintosh/adb.c
610
atomic_t n_pending;
drivers/mailbox/bcm-flexrm-mailbox.c
272
atomic_t msg_send_count;
drivers/mailbox/bcm-flexrm-mailbox.c
273
atomic_t msg_cmpl_count;
drivers/mailbox/mtk-gpueb-mailbox.c
55
atomic_t rx_status;
drivers/md/bcache/bcache.h
198
atomic_t pin;
drivers/md/bcache/bcache.h
271
atomic_t *stripe_sectors_dirty;
drivers/md/bcache/bcache.h
323
atomic_t running;
drivers/md/bcache/bcache.h
336
atomic_t has_dirty;
drivers/md/bcache/bcache.h
358
atomic_t writeback_sequence_next;
drivers/md/bcache/bcache.h
400
atomic_t io_errors;
drivers/md/bcache/bcache.h
475
atomic_t io_errors;
drivers/md/bcache/bcache.h
476
atomic_t io_count;
drivers/md/bcache/bcache.h
526
atomic_t idle_counter;
drivers/md/bcache/bcache.h
527
atomic_t at_max_writeback_rate;
drivers/md/bcache/bcache.h
533
atomic_t attached_dev_nr;
drivers/md/bcache/bcache.h
607
atomic_t prio_blocked;
drivers/md/bcache/bcache.h
609
atomic_t bucket_wait_cnt;
drivers/md/bcache/bcache.h
615
atomic_t rescale;
drivers/md/bcache/bcache.h
619
atomic_t search_inflight;
drivers/md/bcache/bcache.h
662
atomic_t sectors_to_gc;
drivers/md/bcache/bcache.h
706
atomic_t congested;
drivers/md/bcache/btree.c
1356
atomic_t *journal_ref,
drivers/md/bcache/btree.c
2373
atomic_t *journal_ref,
drivers/md/bcache/btree.c
2468
atomic_t *journal_ref;
drivers/md/bcache/btree.c
2486
atomic_t *journal_ref, struct bkey *replace_key)
drivers/md/bcache/btree.c
475
static void bch_btree_leaf_dirty(struct btree *b, atomic_t *journal_ref)
drivers/md/bcache/btree.h
106
atomic_t *journal;
drivers/md/bcache/btree.h
235
atomic_t started;
drivers/md/bcache/btree.h
236
atomic_t enough;
drivers/md/bcache/btree.h
278
atomic_t *journal_ref, struct bkey *replace_key);
drivers/md/bcache/journal.c
294
atomic_t p = { 0 };
drivers/md/bcache/journal.c
405
atomic_t *fifo_front_p, *now_fifo_front_p;
drivers/md/bcache/journal.c
580
atomic_t p __maybe_unused;
drivers/md/bcache/journal.c
619
atomic_t p = { 1 };
drivers/md/bcache/journal.c
847
atomic_t *bch_journal(struct cache_set *c,
drivers/md/bcache/journal.c
852
atomic_t *ret;
drivers/md/bcache/journal.c
888
atomic_t *ref;
drivers/md/bcache/journal.h
118
DECLARE_FIFO(atomic_t, pin);
drivers/md/bcache/journal.h
162
atomic_t *bch_journal(struct cache_set *c,
drivers/md/bcache/journal.h
85
atomic_t *pin;
drivers/md/bcache/request.c
61
atomic_t *journal_ref = NULL;
drivers/md/bcache/stats.h
10
atomic_t cache_miss_collisions;
drivers/md/bcache/stats.h
11
atomic_t sectors_bypassed;
drivers/md/bcache/stats.h
30
atomic_t closing;
drivers/md/bcache/stats.h
6
atomic_t cache_hits;
drivers/md/bcache/stats.h
7
atomic_t cache_misses;
drivers/md/bcache/stats.h
8
atomic_t cache_bypass_hits;
drivers/md/bcache/stats.h
9
atomic_t cache_bypass_misses;
drivers/md/bcache/super.c
902
SIZE_MAX / sizeof(atomic_t));
drivers/md/bcache/super.c
934
n = d->nr_stripes * sizeof(atomic_t);
drivers/md/bcache/writeback.h
43
atomic_t started;
drivers/md/bcache/writeback.h
44
atomic_t enough;
drivers/md/dm-bufio.c
2505
static atomic_t seqno = ATOMIC_INIT(0);
drivers/md/dm-bufio.c
332
atomic_t hold_count;
drivers/md/dm-bufio.c
74
atomic_t referenced;
drivers/md/dm-cache-background-tracker.c
16
atomic_t pending_promotes;
drivers/md/dm-cache-background-tracker.c
17
atomic_t pending_writebacks;
drivers/md/dm-cache-background-tracker.c
18
atomic_t pending_demotes;
drivers/md/dm-cache-target.c
284
atomic_t read_hit;
drivers/md/dm-cache-target.c
285
atomic_t read_miss;
drivers/md/dm-cache-target.c
286
atomic_t write_hit;
drivers/md/dm-cache-target.c
287
atomic_t write_miss;
drivers/md/dm-cache-target.c
288
atomic_t demotion;
drivers/md/dm-cache-target.c
289
atomic_t promotion;
drivers/md/dm-cache-target.c
290
atomic_t writeback;
drivers/md/dm-cache-target.c
291
atomic_t copies_avoided;
drivers/md/dm-cache-target.c
292
atomic_t cache_cell_clash;
drivers/md/dm-cache-target.c
293
atomic_t commit_count;
drivers/md/dm-cache-target.c
294
atomic_t discard_count;
drivers/md/dm-cache-target.c
343
atomic_t nr_allocated_migrations;
drivers/md/dm-cache-target.c
349
atomic_t nr_io_migrations;
drivers/md/dm-cache-target.c
380
atomic_t nr_dirty;
drivers/md/dm-clone-target.c
121
atomic_t hydrations_in_flight;
drivers/md/dm-clone-target.c
91
atomic_t ios_in_flight;
drivers/md/dm-core.h
113
atomic_t event_nr;
drivers/md/dm-core.h
114
atomic_t uevent_seq;
drivers/md/dm-core.h
294
atomic_t io_count;
drivers/md/dm-core.h
339
extern atomic_t dm_global_event_nr;
drivers/md/dm-core.h
71
atomic_t holders;
drivers/md/dm-core.h
72
atomic_t open_count;
drivers/md/dm-crypt.c
64
atomic_t cc_pending;
drivers/md/dm-crypt.c
89
atomic_t io_pending;
drivers/md/dm-era-target.c
1193
atomic_t suspended;
drivers/md/dm-integrity.c
1117
io_comp.in_flight = (atomic_t)ATOMIC_INIT(1);
drivers/md/dm-integrity.c
1121
crypt_comp_1.in_flight = (atomic_t)ATOMIC_INIT(0);
drivers/md/dm-integrity.c
1133
io_comp.in_flight = (atomic_t)ATOMIC_INIT(2);
drivers/md/dm-integrity.c
1138
crypt_comp_1.in_flight = (atomic_t)ATOMIC_INIT(0);
drivers/md/dm-integrity.c
1144
crypt_comp_1.in_flight = (atomic_t)ATOMIC_INIT(0);
drivers/md/dm-integrity.c
1150
crypt_comp_2.in_flight = (atomic_t)ATOMIC_INIT(0);
drivers/md/dm-integrity.c
2449
dio->in_flight = (atomic_t)ATOMIC_INIT(2);
drivers/md/dm-integrity.c
2468
dio->in_flight = (atomic_t)ATOMIC_INIT(1);
drivers/md/dm-integrity.c
2931
comp.in_flight = (atomic_t)ATOMIC_INIT(1);
drivers/md/dm-integrity.c
325
atomic_t in_flight;
drivers/md/dm-integrity.c
342
atomic_t in_flight;
drivers/md/dm-integrity.c
3578
crypt_comp.in_flight = (atomic_t)ATOMIC_INIT(0);
drivers/md/dm-integrity.c
4521
comp.in_flight = (atomic_t)ATOMIC_INIT(1);
drivers/md/dm-integrity.c
4590
comp.in_flight = (atomic_t)ATOMIC_INIT(1);
drivers/md/dm-io.c
36
atomic_t count;
drivers/md/dm-kcopyd.c
384
atomic_t sub_jobs;
drivers/md/dm-kcopyd.c
77
atomic_t nr_jobs;
drivers/md/dm-log-userspace-base.c
73
atomic_t sched_flush;
drivers/md/dm-log-writes.c
109
atomic_t io_blocks;
drivers/md/dm-log-writes.c
110
atomic_t pending_blocks;
drivers/md/dm-mpath.c
84
atomic_t nr_valid_paths; /* Total number of usable paths */
drivers/md/dm-mpath.c
94
atomic_t pg_init_in_progress; /* Only one pg_init allowed at once */
drivers/md/dm-mpath.c
95
atomic_t pg_init_count; /* Number of times pg_init called */
drivers/md/dm-pcache/backing_dev.h
57
atomic_t inflight_reqs;
drivers/md/dm-pcache/cache.h
179
atomic_t pending;
drivers/md/dm-pcache/cache.h
186
atomic_t gc_errors;
drivers/md/dm-pcache/cache.h
81
atomic_t refs;
drivers/md/dm-pcache/dm_pcache.h
32
atomic_t state;
drivers/md/dm-pcache/dm_pcache.h
33
atomic_t inflight_reqs;
drivers/md/dm-ps-io-affinity.c
24
atomic_t map_misses;
drivers/md/dm-ps-queue-length.c
40
atomic_t qlen; /* the number of in-flight I/Os */
drivers/md/dm-ps-service-time.c
36
atomic_t in_flight_size; /* Total size of in-flight I/Os */
drivers/md/dm-raid1.c
52
atomic_t error_count;
drivers/md/dm-raid1.c
79
atomic_t suspend;
drivers/md/dm-raid1.c
81
atomic_t default_mirror; /* Default mirror */
drivers/md/dm-region-hash.c
113
atomic_t pending;
drivers/md/dm-region-hash.c
83
atomic_t recovery_in_flight;
drivers/md/dm-snap-persistent.c
162
atomic_t pending_count;
drivers/md/dm-snap.c
81
atomic_t pending_exceptions_count;
drivers/md/dm-stats.c
37
atomic_t in_flight[2];
drivers/md/dm-stripe.c
28
atomic_t error_count;
drivers/md/dm-thin.c
809
atomic_t prepare_actions;
drivers/md/dm-vdo/data-vio.c
177
atomic_t processing;
drivers/md/dm-vdo/data-vio.h
119
atomic_t status;
drivers/md/dm-vdo/dedupe.h
27
atomic_t state;
drivers/md/dm-vdo/dedupe.h
64
atomic_t timer_state;
drivers/md/dm-vdo/funnel-workqueue.c
59
atomic_t idle;
drivers/md/dm-vdo/indexer/funnel-requestqueue.c
65
atomic_t dormant;
drivers/md/dm-vdo/indexer/io-factory.c
26
atomic_t ref_count;
drivers/md/dm-vdo/physical-zone.h
53
atomic_t increments_claimed;
drivers/md/dm-vdo/recovery-journal.c
101
static atomic_t *get_decrement_counter(struct recovery_journal *journal,
drivers/md/dm-vdo/recovery-journal.c
1489
atomic_t *zone_count;
drivers/md/dm-vdo/recovery-journal.c
161
atomic_t *zone_count;
drivers/md/dm-vdo/recovery-journal.c
600
result = vdo_allocate(journal->size, atomic_t, __func__,
drivers/md/dm-vdo/recovery-journal.c
610
result = vdo_allocate(journal->size, atomic_t, __func__,
drivers/md/dm-vdo/recovery-journal.c
620
result = vdo_allocate(journal->size, atomic_t, __func__,
drivers/md/dm-vdo/recovery-journal.c
67
static inline atomic_t *get_zone_count_ptr(struct recovery_journal *journal,
drivers/md/dm-vdo/recovery-journal.c
991
atomic_t *decrement_counter = get_decrement_counter(journal, lock_number);
drivers/md/dm-vdo/recovery-journal.h
101
atomic_t state;
drivers/md/dm-vdo/recovery-journal.h
103
atomic_t *logical_zone_counts;
drivers/md/dm-vdo/recovery-journal.h
105
atomic_t *physical_zone_counts;
drivers/md/dm-vdo/recovery-journal.h
109
atomic_t *journal_decrement_counts;
drivers/md/dm-vdo/slab-depot.h
483
atomic_t zones_to_scrub;
drivers/md/dm-vdo/vdo.h
161
atomic_t busy;
drivers/md/dm-vdo/vdo.h
174
atomic_t state;
drivers/md/dm-vdo/vdo.h
239
atomic_t processing_message;
drivers/md/dm-writecache.c
139
atomic_t bio_in_progress[2];
drivers/md/dm-writecache.c
474
atomic_t count;
drivers/md/dm-zoned-metadata.c
183
atomic_t nr_mblks;
drivers/md/dm-zoned-metadata.c
197
atomic_t unmap_nr_cache;
drivers/md/dm-zoned-metadata.c
201
atomic_t nr_reserved_seq_zones;
drivers/md/dm-zoned.h
106
atomic_t refcount;
drivers/md/dm-zoned.h
73
atomic_t unmap_nr_rnd;
drivers/md/dm-zoned.h
78
atomic_t unmap_nr_seq;
drivers/md/dm.c
67
atomic_t dm_global_event_nr = ATOMIC_INIT(0);
drivers/md/md-bitmap.c
192
atomic_t behind_writes;
drivers/md/md-bitmap.c
208
atomic_t pending_writes;
drivers/md/md-llbitmap.c
284
atomic_t behind_writes;
drivers/md/md.c
175
int i, serial_nums = 1 << ((PAGE_SHIFT - ilog2(sizeof(atomic_t))));
drivers/md/md.c
356
static atomic_t md_event_count;
drivers/md/md.h
196
atomic_t nr_pending; /* number of pending requests.
drivers/md/md.h
200
atomic_t read_errors; /* number of consecutive read errors that
drivers/md/md.h
206
atomic_t corrected_errors; /* number of corrected read errors,
drivers/md/md.h
521
atomic_t active; /* general refcount */
drivers/md/md.h
522
atomic_t openers; /* number of active opens */
drivers/md/md.h
531
atomic_t recovery_active; /* blocks scheduled, but not written */
drivers/md/md.h
565
atomic_t pending_writes; /* number of active superblock writes */
drivers/md/md.h
602
atomic_t max_corr_read_errors; /* max read retries */
drivers/md/md.h
628
atomic_t sync_seq;
drivers/md/raid1.c
3076
conf->nr_pending = kzalloc_objs(atomic_t, BARRIER_BUCKETS_NR);
drivers/md/raid1.c
3080
conf->nr_waiting = kzalloc_objs(atomic_t, BARRIER_BUCKETS_NR);
drivers/md/raid1.c
3084
conf->nr_queued = kzalloc_objs(atomic_t, BARRIER_BUCKETS_NR);
drivers/md/raid1.c
3088
conf->barrier = kzalloc_objs(atomic_t, BARRIER_BUCKETS_NR);
drivers/md/raid1.h
127
atomic_t remaining; /* 'have we finished' count,
drivers/md/raid1.h
130
atomic_t behind_remaining; /* number of write-behind ios remaining
drivers/md/raid1.h
26
#define BARRIER_BUCKETS_NR_BITS (PAGE_SHIFT - ilog2(sizeof(atomic_t)))
drivers/md/raid1.h
84
atomic_t nr_sync_pending;
drivers/md/raid1.h
85
atomic_t *nr_pending;
drivers/md/raid1.h
86
atomic_t *nr_waiting;
drivers/md/raid1.h
87
atomic_t *nr_queued;
drivers/md/raid1.h
88
atomic_t *barrier;
drivers/md/raid10.h
115
atomic_t remaining; /* 'have we finished' count,
drivers/md/raid10.h
75
atomic_t nr_pending;
drivers/md/raid5-cache.c
145
atomic_t stripe_in_journal_count;
drivers/md/raid5-cache.c
217
atomic_t pending_stripe;/* how many stripes not flushed to raid */
drivers/md/raid5-ppl.c
147
atomic_t pending_stripes; /* how many stripes not written to raid */
drivers/md/raid5-ppl.c
148
atomic_t pending_flushes; /* how many disk flushes are in progress */
drivers/md/raid5.h
213
atomic_t count; /* nr of active thread/requests */
drivers/md/raid5.h
619
atomic_t preread_active_stripes; /* stripes with scheduled io */
drivers/md/raid5.h
620
atomic_t active_aligned_reads;
drivers/md/raid5.h
621
atomic_t pending_full_writes; /* full write backlog */
drivers/md/raid5.h
627
atomic_t reshape_stripes; /* stripes with pending writes for reshape */
drivers/md/raid5.h
652
atomic_t active_stripes;
drivers/md/raid5.h
655
atomic_t r5c_cached_full_stripes;
drivers/md/raid5.h
657
atomic_t r5c_cached_partial_stripes;
drivers/md/raid5.h
659
atomic_t r5c_flushing_full_stripes;
drivers/md/raid5.h
660
atomic_t r5c_flushing_partial_stripes;
drivers/md/raid5.h
662
atomic_t empty_inactive_list_nr;
drivers/media/cec/core/cec-pin-priv.h
216
atomic_t work_irq_change;
drivers/media/cec/core/cec-pin-priv.h
217
atomic_t work_pin_num_events;
drivers/media/dvb-core/dvb_ca_en50221.c
88
atomic_t camchange_count;
drivers/media/dvb-frontends/cxd2880/cxd2880_tnrdmd.h
233
atomic_t cancel;
drivers/media/i2c/cx25840/cx25840-ir.c
103
atomic_t rxclk_divider;
drivers/media/i2c/cx25840/cx25840-ir.c
104
atomic_t rx_invert;
drivers/media/i2c/cx25840/cx25840-ir.c
111
atomic_t txclk_divider;
drivers/media/pci/cobalt/cobalt-driver.c
36
static atomic_t cobalt_instance = ATOMIC_INIT(0);
drivers/media/pci/cx18/cx18-driver.c
50
static atomic_t cx18_instance = ATOMIC_INIT(0);
drivers/media/pci/cx18/cx18-driver.h
307
atomic_t depth;
drivers/media/pci/cx18/cx18-driver.h
343
atomic_t pending;
drivers/media/pci/cx18/cx18-driver.h
593
atomic_t ana_capturing; /* count number of active analog capture streams */
drivers/media/pci/cx18/cx18-driver.h
594
atomic_t tot_capturing; /* total count number of active capture streams */
drivers/media/pci/cx23885/cx23885.h
342
atomic_t count;
drivers/media/pci/cx23885/cx23885.h
354
atomic_t refcount;
drivers/media/pci/cx23885/cx23885.h
416
atomic_t ir_input_stopping;
drivers/media/pci/cx23885/cx23888-ir.c
122
atomic_t rxclk_divider;
drivers/media/pci/cx23885/cx23888-ir.c
123
atomic_t rx_invert;
drivers/media/pci/cx23885/cx23888-ir.c
130
atomic_t txclk_divider;
drivers/media/pci/cx25821/cx25821-alsa.c
74
atomic_t count;
drivers/media/pci/cx88/cx88-alsa.c
66
atomic_t count;
drivers/media/pci/intel/ipu3/ipu3-cio2.h
355
atomic_t frame_sequence;
drivers/media/pci/intel/ipu3/ipu3-cio2.h
369
atomic_t bufs_queued;
drivers/media/pci/intel/ipu6/ipu6-isys-queue.h
31
atomic_t str2mmio_flag;
drivers/media/pci/intel/ipu6/ipu6-isys-video.h
46
atomic_t sequence;
drivers/media/pci/ivtv/ivtv-driver.c
73
static atomic_t ivtv_instance = ATOMIC_INIT(0);
drivers/media/pci/ivtv/ivtv-driver.h
486
atomic_t next_dma_frame;
drivers/media/pci/ivtv/ivtv-driver.h
487
atomic_t next_fill_frame;
drivers/media/pci/ivtv/ivtv-driver.h
657
atomic_t capturing; /* count number of active capture streams */
drivers/media/pci/ivtv/ivtv-driver.h
658
atomic_t decoding; /* count number of active decoding streams */
drivers/media/pci/saa7164/saa7164.h
180
atomic_t v4l_reading;
drivers/media/pci/saa7164/saa7164.h
191
atomic_t v4l_reading;
drivers/media/pci/saa7164/saa7164.h
410
atomic_t v4l_reader_count;
drivers/media/pci/saa7164/saa7164.h
432
atomic_t refcount;
drivers/media/pci/solo6x10/solo6x10.h
215
atomic_t p2m_count;
drivers/media/pci/solo6x10/solo6x10.h
247
atomic_t snd_users;
drivers/media/pci/tw68/tw68-core.c
55
static atomic_t tw68_instance = ATOMIC_INIT(0);
drivers/media/platform/amphion/vpu.h
239
atomic_t ref_count;
drivers/media/platform/amphion/vpu.h
79
atomic_t ref_vpu;
drivers/media/platform/amphion/vpu.h
80
atomic_t ref_enc;
drivers/media/platform/amphion/vpu.h
81
atomic_t ref_dec;
drivers/media/platform/m2m-deinterlace.c
125
atomic_t busy;
drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.h
232
atomic_t hw_rdy;
drivers/media/platform/mediatek/jpeg/mtk_jpeg_core.h
236
atomic_t hw_index;
drivers/media/platform/mediatek/mdp3/mtk-mdp3-core.h
137
atomic_t suspended;
drivers/media/platform/mediatek/mdp3/mtk-mdp3-regs.h
344
atomic_t state;
drivers/media/platform/mediatek/vcodec/decoder/mtk_vcodec_dec_drv.h
315
atomic_t dec_active_cnt;
drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.h
114
atomic_t lat_list_cnt;
drivers/media/platform/mediatek/vcodec/decoder/vdec_msg_queue.h
115
atomic_t core_list_cnt;
drivers/media/platform/nuvoton/npcm-video.c
99
atomic_t clients;
drivers/media/platform/nxp/imx-pxp.c
221
atomic_t num_inst;
drivers/media/platform/qcom/camss/camss.h
129
atomic_t ref_count;
drivers/media/platform/qcom/venus/core.h
221
atomic_t insts_count;
drivers/media/platform/samsung/exynos4-is/fimc-lite.h
164
atomic_t out_path;
drivers/media/platform/samsung/s5p-g2d/g2d.h
23
atomic_t num_inst;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_common.h
336
atomic_t watchdog_cnt;
drivers/media/platform/st/stm32/dma2d/dma2d.h
114
atomic_t num_inst;
drivers/media/platform/ti/omap3isp/isp.c
1189
atomic_t *stopping)
drivers/media/platform/ti/omap3isp/isp.c
1246
atomic_t *stopping)
drivers/media/platform/ti/omap3isp/isp.h
247
atomic_t *stopping);
drivers/media/platform/ti/omap3isp/isp.h
250
atomic_t *stopping);
drivers/media/platform/ti/omap3isp/ispccp2.h
74
atomic_t stopping;
drivers/media/platform/ti/omap3isp/ispcsi2.h
142
atomic_t stopping;
drivers/media/platform/ti/omap3isp/isppreview.h
142
atomic_t stopping;
drivers/media/platform/ti/omap3isp/ispresizer.h
107
atomic_t stopping;
drivers/media/platform/ti/omap3isp/ispstat.h
94
atomic_t buf_err;
drivers/media/platform/ti/omap3isp/ispvideo.h
161
atomic_t active;
drivers/media/platform/ti/omap3isp/ispvideo.h
93
atomic_t frame_number;
drivers/media/platform/ti/vpe/vpe.c
377
atomic_t num_instances; /* count of driver instances */
drivers/media/radio/radio-maxiradio.c
65
static atomic_t maxiradio_instance = ATOMIC_INIT(0);
drivers/media/radio/radio-shark.c
70
atomic_t brightness[NO_LEDS];
drivers/media/radio/radio-shark.c
78
static atomic_t shark_instance = ATOMIC_INIT(0);
drivers/media/radio/radio-shark2.c
66
atomic_t brightness[NO_LEDS];
drivers/media/radio/radio-shark2.c
73
static atomic_t shark_instance = ATOMIC_INIT(0);
drivers/media/radio/radio-si476x.c
1382
static atomic_t instance = ATOMIC_INIT(0);
drivers/media/rc/redrat3.c
195
atomic_t flash;
drivers/media/rc/ttusbir.c
38
atomic_t led_complete;
drivers/media/test-drivers/vim2m.c
196
atomic_t num_inst;
drivers/media/usb/cx231xx/cx231xx.h
592
atomic_t stream_started; /* stream should be running if true */
drivers/media/usb/cx231xx/cx231xx.h
655
atomic_t devlist_count;
drivers/media/usb/cx231xx/cx231xx.h
710
atomic_t v4l_reader_count;
drivers/media/usb/em28xx/em28xx.h
619
atomic_t stream_started; /* stream should be running if true */
drivers/media/usb/gspca/cpia1.c
357
atomic_t cam_exposure;
drivers/media/usb/gspca/cpia1.c
358
atomic_t fps;
drivers/media/usb/gspca/pac207.c
60
atomic_t avg_lum;
drivers/media/usb/gspca/pac7302.c
122
atomic_t avg_lum;
drivers/media/usb/gspca/pac7311.c
72
atomic_t avg_lum;
drivers/media/usb/gspca/sn9c20x.c
92
atomic_t avg_lum;
drivers/media/usb/gspca/sonixb.c
53
atomic_t avg_lum;
drivers/media/usb/gspca/sonixj.c
25
atomic_t avg_lum;
drivers/media/usb/hdpvr/hdpvr-core.c
32
static atomic_t dev_nr = ATOMIC_INIT(-1);
drivers/media/usb/s2255/s2255drv.c
183
atomic_t fw_state;
drivers/media/usb/usbtv/usbtv.h
123
atomic_t snd_stream;
drivers/media/usb/uvc/uvcvideo.h
458
atomic_t active;
drivers/media/usb/uvc/uvcvideo.h
590
atomic_t nmappings;
drivers/media/v4l2-core/v4l2-device.c
61
atomic_t *instance)
drivers/memory/tegra/tegra210-emc.h
920
atomic_t refresh_poll;
drivers/message/fusion/mptlan.c
89
atomic_t buckets_out; /* number of unused buckets on IOC */
drivers/mfd/db8500-prcmu.c
442
static atomic_t ac_wake_req_state = ATOMIC_INIT(0);
drivers/mfd/rave-sp.c
191
atomic_t ackid;
drivers/mfd/twl6030-irq.c
110
atomic_t wakeirqs;
drivers/misc/bcm-vk/bcm_vk.h
391
atomic_t msgq_inited; /* indicate if info has been synced with vk */
drivers/misc/bcm-vk/bcm_vk_msg.h
90
atomic_t pend_cnt; /* number of items pending to be read from host */
drivers/misc/bcm-vk/bcm_vk_msg.h
91
atomic_t dma_cnt; /* any dma transaction outstanding */
drivers/misc/ibmasm/command.c
18
static atomic_t command_count = ATOMIC_INIT(0);
drivers/misc/keba/cp500.c
144
atomic_t nvmem_notified;
drivers/misc/lis3lv02d/lis3lv02d.h
287
atomic_t count; /* interrupt count after last read */
drivers/misc/lis3lv02d/lis3lv02d.h
298
atomic_t wake_thread;
drivers/misc/lkdtm/bugs.c
100
atomic_t v = ATOMIC_INIT(0);
drivers/misc/lkdtm/bugs.c
81
atomic_t *v = arg;
drivers/misc/lkdtm/refcount.c
369
atomic_t count = ATOMIC_INIT(1);
drivers/misc/mei/platform-vsc.c
47
atomic_t write_lock_cnt;
drivers/misc/mei/vsc-tp.c
78
atomic_t assert_cnt;
drivers/misc/ntsync.c
113
atomic_t signaled;
drivers/misc/ntsync.c
94
atomic_t all_hint;
drivers/misc/ocxl/link.c
94
atomic_t irq_available;
drivers/misc/phantom.c
50
atomic_t counter;
drivers/misc/sgi-gru/grutables.h
312
atomic_t ms_range_active;/* num range_invals active */
drivers/misc/sgi-xp/xpc.h
334
atomic_t references; /* #of external references to queues */
drivers/misc/sgi-xp/xpc.h
336
atomic_t n_on_msg_allocate_wq; /* #on msg allocation wait queue */
drivers/misc/sgi-xp/xpc.h
342
atomic_t n_to_notify; /* #of msg senders to notify */
drivers/misc/sgi-xp/xpc.h
351
atomic_t kthreads_assigned; /* #of kthreads assigned to channel */
drivers/misc/sgi-xp/xpc.h
353
atomic_t kthreads_idle; /* #of kthreads idle waiting for work */
drivers/misc/sgi-xp/xpc.h
355
atomic_t kthreads_active; /* #of kthreads actively working */
drivers/misc/sgi-xp/xpc.h
495
atomic_t references; /* #of references to infrastructure */
drivers/misc/sgi-xp/xpc.h
498
atomic_t nchannels_active; /* #of channels that are not DISCONNECTED */
drivers/misc/sgi-xp/xpc.h
499
atomic_t nchannels_engaged; /* #of channels engaged with remote part */
drivers/misc/sgi-xp/xpc.h
513
atomic_t channel_mgr_requests; /* #of requests to activate chan mgr */
drivers/misc/sgi-xp/xpnet.c
97
atomic_t use_count;
drivers/misc/vmw_vmci/vmci_datagram.c
45
static atomic_t delayed_dg_host_queue_size = ATOMIC_INIT(0);
drivers/misc/vmw_vmci/vmci_doorbell.c
42
atomic_t active; /* Only used by guest personality */
drivers/misc/vmw_vmci/vmci_guest.c
81
static atomic_t vmci_num_guest_devices = ATOMIC_INIT(0);
drivers/misc/vmw_vmci/vmci_host.c
93
static atomic_t vmci_host_active_users = ATOMIC_INIT(0);
drivers/mmc/core/core.c
791
atomic_t *abort)
drivers/mmc/core/core.h
138
atomic_t *abort);
drivers/mmc/host/cavium.h
79
atomic_t shared_power_users;
drivers/most/core.c
41
atomic_t mbo_ref;
drivers/most/core.c
42
atomic_t mbo_nq_level;
drivers/net/arcnet/arcdevice.h
292
atomic_t buf_lock;
drivers/net/bonding/bond_main.c
209
atomic_t netpoll_block_tx = ATOMIC_INIT(0);
drivers/net/can/c_can/c_can.h
200
atomic_t sie_pending;
drivers/net/can/usb/ems_usb.c
244
atomic_t active_tx_urbs;
drivers/net/can/usb/esd_usb.c
289
atomic_t active_tx_jobs;
drivers/net/can/usb/etas_es58x/es58x_core.c
1590
atomic_t *idle_cnt = &es58x_dev->tx_urbs_idle_cnt;
drivers/net/can/usb/etas_es58x/es58x_core.h
448
atomic_t tx_urbs_idle_cnt;
drivers/net/can/usb/gs_usb.c
324
atomic_t active_tx_urbs;
drivers/net/can/usb/mcba_usb.c
83
atomic_t free_ctx_cnt;
drivers/net/can/usb/peak_usb/pcan_usb_core.h
119
atomic_t active_tx_urbs;
drivers/net/can/usb/usb_8dev.c
126
atomic_t active_tx_urbs;
drivers/net/ethernet/airoha/airoha_eth.h
525
atomic_t users;
drivers/net/ethernet/alteon/acenic.h
659
atomic_t cur_rx_bufs;
drivers/net/ethernet/alteon/acenic.h
660
atomic_t cur_mini_bufs;
drivers/net/ethernet/alteon/acenic.h
661
atomic_t cur_jumbo_bufs;
drivers/net/ethernet/altera/altera_tse_main.c
48
static atomic_t instance_count = ATOMIC_INIT(~0);
drivers/net/ethernet/amazon/ena/ena_com.h
243
atomic_t outstanding_cmds;
drivers/net/ethernet/aquantia/atlantic/aq_hw.h
180
atomic_t flags;
drivers/net/ethernet/aquantia/atlantic/aq_hw.h
194
atomic_t dpc;
drivers/net/ethernet/aquantia/atlantic/aq_nic.h
128
atomic_t flags;
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
60
atomic_t offset_egress;
drivers/net/ethernet/aquantia/atlantic/aq_ptp.c
61
atomic_t offset_ingress;
drivers/net/ethernet/aquantia/atlantic/aq_utils.h
14
static inline void aq_utils_obj_set(atomic_t *flags, u32 mask)
drivers/net/ethernet/aquantia/atlantic/aq_utils.h
24
static inline void aq_utils_obj_clear(atomic_t *flags, u32 mask)
drivers/net/ethernet/aquantia/atlantic/aq_utils.h
34
static inline bool aq_utils_obj_test(atomic_t *flags, u32 mask)
drivers/net/ethernet/atheros/atl1c/atl1c.h
480
atomic_t next_to_clean;
drivers/net/ethernet/atheros/atl1c/atl1c.h
535
atomic_t irq_sem;
drivers/net/ethernet/atheros/atl1e/atl1e.h
402
atomic_t next_to_clean;
drivers/net/ethernet/atheros/atl1e/atl1e.h
432
atomic_t irq_sem;
drivers/net/ethernet/atheros/atlx/atl1.h
607
atomic_t next_to_clean;
drivers/net/ethernet/atheros/atlx/atl1.h
608
atomic_t next_to_use;
drivers/net/ethernet/atheros/atlx/atl1.h
618
atomic_t next_to_use;
drivers/net/ethernet/atheros/atlx/atl1.h
630
atomic_t next_to_clean;
drivers/net/ethernet/atheros/atlx/atl2.h
478
atomic_t txd_read_ptr;
drivers/net/ethernet/atheros/atlx/atl2.h
479
atomic_t txs_write_ptr;
drivers/net/ethernet/broadcom/bnx2.h
6793
atomic_t intr_sem;
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
1445
atomic_t cq_spq_left; /* ETH_XXX ramrods credit */
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
1455
atomic_t eq_spq_left; /* COMMON_XXX ramrods credit */
drivers/net/ethernet/broadcom/bnx2x/bnx2x.h
1523
atomic_t interrupt_occurred;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4164
static inline bool __atomic_add_ifless(atomic_t *v, int a, int u)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4192
static inline bool __atomic_dec_ifmoe(atomic_t *v, int a, int u)
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
660
atomic_t credit;
drivers/net/ethernet/broadcom/bnxt/bnxt.h
1491
atomic_t refcnt;
drivers/net/ethernet/broadcom/bnxt/bnxt.h
2257
atomic_t intr_sem;
drivers/net/ethernet/broadcom/cnic.h
283
atomic_t iscsi_conn;
drivers/net/ethernet/broadcom/cnic_if.h
304
atomic_t ref_count;
drivers/net/ethernet/broadcom/cnic_if.h
339
atomic_t ref_count;
drivers/net/ethernet/broadcom/cnic_if.h
382
atomic_t ref_count;
drivers/net/ethernet/brocade/bna/bnad.c
50
static atomic_t bna_id;
drivers/net/ethernet/brocade/bna/bnad_debugfs.c
489
static atomic_t bna_debugfs_port_count;
drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.c
402
atomic_set((atomic_t *)arg, major | 1);
drivers/net/ethernet/cavium/liquidio/cn23xx_vf_device.c
409
atomic_t status;
drivers/net/ethernet/cavium/liquidio/lio_vf_rep.h
37
atomic_t ifstate;
drivers/net/ethernet/cavium/liquidio/octeon_device.c
543
static atomic_t adapter_refcounts[MAX_OCTEON_DEVICES];
drivers/net/ethernet/cavium/liquidio/octeon_device.c
544
static atomic_t adapter_fw_states[MAX_OCTEON_DEVICES];
drivers/net/ethernet/cavium/liquidio/octeon_device.c
629
char *lio_get_state_string(atomic_t *state_ptr)
drivers/net/ethernet/cavium/liquidio/octeon_device.h
469
atomic_t status;
drivers/net/ethernet/cavium/liquidio/octeon_device.h
600
atomic_t *adapter_refcount; /* reference count of adapter */
drivers/net/ethernet/cavium/liquidio/octeon_device.h
602
atomic_t *adapter_fw_state; /* per-adapter, lio_fw_state */
drivers/net/ethernet/cavium/liquidio/octeon_device.h
828
char *lio_get_state_string(atomic_t *state_ptr);
drivers/net/ethernet/cavium/liquidio/octeon_droq.h
271
atomic_t pkts_pending;
drivers/net/ethernet/cavium/liquidio/octeon_iq.h
132
atomic_t instr_pending;
drivers/net/ethernet/cavium/liquidio/octeon_iq.h
321
atomic_t alloc_buf_count;
drivers/net/ethernet/cavium/liquidio/octeon_mailbox.h
115
atomic_t status;
drivers/net/ethernet/cavium/liquidio/octeon_network.h
97
atomic_t ifstate;
drivers/net/ethernet/cavium/liquidio/response_manager.h
47
atomic_t pending_req_count;
drivers/net/ethernet/cavium/thunder/nic.h
357
atomic_t tx_ptp_skbs;
drivers/net/ethernet/cavium/thunder/nicvf_queues.h
269
atomic_t free_cnt;
drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload.h
157
atomic_t tids_in_use;
drivers/net/ethernet/chelsio/cxgb3/l2t.h
69
atomic_t refcnt; /* entry reference count */
drivers/net/ethernet/chelsio/cxgb3/l2t.h
76
atomic_t nfree; /* number of free entries */
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.h
29
atomic_t nfree;
drivers/net/ethernet/chelsio/cxgb4/cxgb4.h
908
atomic_t users; /* num users */
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
153
atomic_t tids_in_use;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
155
atomic_t hash_tids_in_use;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
156
atomic_t conns_in_use;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
158
atomic_t eotids_in_use;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
399
atomic_t cipher_rqst;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
400
atomic_t digest_rqst;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
401
atomic_t aead_rqst;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
402
atomic_t complete;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
403
atomic_t error;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
404
atomic_t fallback;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
405
atomic_t tls_pdu_tx;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
406
atomic_t tls_pdu_rx;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
407
atomic_t tls_key;
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.h
412
atomic_t ipsec_cnt;
drivers/net/ethernet/chelsio/cxgb4/l2t.c
60
atomic_t nfree; /* number of free entries */
drivers/net/ethernet/chelsio/cxgb4/l2t.h
83
atomic_t refcnt; /* entry reference count */
drivers/net/ethernet/chelsio/cxgb4/sched.h
80
atomic_t refcnt;
drivers/net/ethernet/emulex/benet/be.h
128
atomic_t used; /* Number of valid elements in the queue */
drivers/net/ethernet/google/gve/gve.h
387
atomic_t available; /* how much space is still available */
drivers/net/ethernet/google/gve/gve.h
532
atomic_t xsk_reorder_queue_tail;
drivers/net/ethernet/google/gve/gve.h
561
atomic_t free_pending_packets;
drivers/net/ethernet/google/gve/gve.h
564
atomic_t hw_tx_head;
drivers/net/ethernet/google/gve/gve.h
590
atomic_t free_tx_qpl_buf_head;
drivers/net/ethernet/google/gve/gve.h
595
atomic_t free_tx_qpl_buf_cnt;
drivers/net/ethernet/hisilicon/hns/hnae.c
405
static atomic_t id = ATOMIC_INIT(-1);
drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c
971
static atomic_t id = ATOMIC_INIT(-1);
drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h
232
atomic_t count;
drivers/net/ethernet/huawei/hinic/hinic_hw_mbox.h
53
atomic_t msg_cnt;
drivers/net/ethernet/huawei/hinic/hinic_hw_wq.h
44
atomic_t cons_idx;
drivers/net/ethernet/huawei/hinic/hinic_hw_wq.h
45
atomic_t prod_idx;
drivers/net/ethernet/huawei/hinic/hinic_hw_wq.h
46
atomic_t delta;
drivers/net/ethernet/ibm/ehea/ehea.h
360
atomic_t swqe_avail;
drivers/net/ethernet/ibm/ehea/ehea_main.c
3307
static atomic_t ehea_memory_hooks_registered;
drivers/net/ethernet/ibm/ibmveth.h
137
atomic_t available;
drivers/net/ethernet/ibm/ibmvnic.h
831
atomic_t used;
drivers/net/ethernet/ibm/ibmvnic.h
879
atomic_t available;
drivers/net/ethernet/ibm/ibmvnic.h
969
atomic_t running_cap_crqs;
drivers/net/ethernet/intel/e1000/e1000.h
242
atomic_t tx_fifo_stall;
drivers/net/ethernet/intel/ice/ice.h
230
atomic_t num_sb_fltr;
drivers/net/ethernet/intel/ice/ice.h
376
atomic_t *arfs_last_fltr_id;
drivers/net/ethernet/intel/ice/ice_arfs.h
37
atomic_t active_tcpv4_cnt;
drivers/net/ethernet/intel/ice/ice_arfs.h
38
atomic_t active_tcpv6_cnt;
drivers/net/ethernet/intel/ice/ice_arfs.h
39
atomic_t active_udpv4_cnt;
drivers/net/ethernet/intel/ice/ice_arfs.h
40
atomic_t active_udpv6_cnt;
drivers/net/ethernet/intel/ixgbe/ixgbe_fcoe.h
54
atomic_t refcnt;
drivers/net/ethernet/jme.h
373
atomic_t next_to_clean;
drivers/net/ethernet/jme.h
374
atomic_t nr_free;
drivers/net/ethernet/jme.h
438
atomic_t intr_sem;
drivers/net/ethernet/jme.h
439
atomic_t link_changing;
drivers/net/ethernet/jme.h
440
atomic_t tx_cleaning;
drivers/net/ethernet/jme.h
441
atomic_t rx_cleaning;
drivers/net/ethernet/jme.h
442
atomic_t rx_empty;
drivers/net/ethernet/marvell/octeon_ep/octep_ctrl_net.c
27
static atomic_t ctrl_net_msg_id;
drivers/net/ethernet/marvell/octeon_ep/octep_main.h
325
atomic_t hb_miss_cnt;
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_ipsec.h
87
atomic_t cpt_state;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
162
atomic_t rx_fcs_errs;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
163
atomic_t rx_oversize_errs;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
164
atomic_t rx_undersize_errs;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
165
atomic_t rx_csum_errs;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
166
atomic_t rx_len_errs;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
167
atomic_t rx_other_errs;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c
1419
*(data++) = atomic_read(&((atomic_t *)&vf->hw.drv_stats)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c
200
*(data++) = atomic_read(&((atomic_t *)&pfvf->hw.drv_stats)
drivers/net/ethernet/marvell/octeontx2/nic/otx2_ethtool.c
52
.index = offsetof(struct otx2_drv_stats, stat) / sizeof(atomic_t), \
drivers/net/ethernet/mediatek/mtk_eth_soc.h
940
atomic_t free_count;
drivers/net/ethernet/mellanox/mlx4/main.c
174
static atomic_t pf_loading = ATOMIC_INIT(0);
drivers/net/ethernet/mellanox/mlx4/mlx4.h
933
atomic_t opreq_count;
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c
117
atomic_t ref_count;
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c
146
atomic_t ref_count;
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c
182
atomic_t ref_count;
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c
195
atomic_t ref_count;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
54
atomic_t offloaded;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c
55
atomic_t rx_dropped;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.h
29
atomic_t tx_key_cnt;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/psp.h
30
atomic_t tx_drop;
drivers/net/ethernet/mellanox/mlx5/core/eswitch.h
343
atomic_t generation;
drivers/net/ethernet/mellanox/mlx5/core/fs_core.h
162
atomic_t version;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.h
40
atomic_t num_of_rules;
drivers/net/ethernet/mellanox/mlx5/core/steering/hws/bwc.h
41
atomic_t rehash_required;
drivers/net/ethernet/mellanox/mlx5/core/steering/sws/dr_dbg.h
27
atomic_t state;
drivers/net/ethernet/mellanox/mlxsw/core.c
686
atomic_t active;
drivers/net/ethernet/mellanox/mlxsw/core.c
93
atomic_t active_ports_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c
18
atomic_t active_entries_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_cnt.c
25
atomic_t active_entries_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_policer.c
20
atomic_t policers_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_port_range.c
21
atomic_t prr_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h
27
atomic_t rif_mac_profiles_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h
28
atomic_t rifs_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.h
44
atomic_t neigh_count;
drivers/net/ethernet/mellanox/mlxsw/spectrum_span.c
32
atomic_t active_entries_count;
drivers/net/ethernet/microsoft/mana/mana_en.c
1017
static atomic_t activity_id;
drivers/net/ethernet/natsemi/ns83820.c
440
atomic_t nr_tx_skbs;
drivers/net/ethernet/netronome/nfp/flower/main.c
300
nfp_flower_wait_repr_reify(struct nfp_app *app, atomic_t *replies, int tot_repl)
drivers/net/ethernet/netronome/nfp/flower/main.c
353
atomic_t *replies = &priv->reify_replies;
drivers/net/ethernet/netronome/nfp/flower/main.c
383
atomic_t *replies = &priv->reify_replies;
drivers/net/ethernet/netronome/nfp/flower/main.c
497
atomic_t *replies = &priv->reify_replies;
drivers/net/ethernet/netronome/nfp/flower/main.h
321
atomic_t reify_replies;
drivers/net/ethernet/netronome/nfp/nfp_net.h
703
atomic_t ktls_no_space;
drivers/net/ethernet/netronome/nfp/nfp_net.h
704
atomic_t ktls_rx_resync_req;
drivers/net/ethernet/netronome/nfp/nfp_net.h
705
atomic_t ktls_rx_resync_ign;
drivers/net/ethernet/netronome/nfp/nfp_net.h
706
atomic_t ktls_rx_resync_sent;
drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c
134
atomic_t refcnt;
drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c
728
atomic_t refcnt;
drivers/net/ethernet/netronome/nfp/nfpcore/nfp_cppcore.c
92
atomic_t refcount;
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h
572
atomic_t irq_sem;
drivers/net/ethernet/qlogic/qed/qed_mcp.h
790
atomic_t dbg_data_seq;
drivers/net/ethernet/qlogic/qla3xxx.h
1115
atomic_t tx_count;
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
1524
atomic_t rsp_status;
drivers/net/ethernet/qualcomm/emac/emac-sgmii.h
36
atomic_t decode_error_count;
drivers/net/ethernet/sfc/ethtool_common.c
50
return atomic_read((atomic_t *) field);
drivers/net/ethernet/sfc/ethtool_common.c
55
atomic_t, efx_get_atomic_stat)
drivers/net/ethernet/sfc/falcon/ethtool.c
49
return atomic_read((atomic_t *) field);
drivers/net/ethernet/sfc/falcon/ethtool.c
54
atomic_t, ef4_get_atomic_stat)
drivers/net/ethernet/sfc/falcon/net_driver.h
248
atomic_t flush_outstanding;
drivers/net/ethernet/sfc/falcon/net_driver.h
874
atomic_t rx_reset;
drivers/net/ethernet/sfc/falcon/net_driver.h
888
atomic_t active_queues;
drivers/net/ethernet/sfc/falcon/net_driver.h
889
atomic_t rxq_flush_pending;
drivers/net/ethernet/sfc/falcon/net_driver.h
890
atomic_t rxq_flush_outstanding;
drivers/net/ethernet/sfc/falcon/net_driver.h
901
atomic_t n_rx_noskb_drops;
drivers/net/ethernet/sfc/falcon/selftest.c
87
atomic_t rx_good;
drivers/net/ethernet/sfc/falcon/selftest.c
88
atomic_t rx_bad;
drivers/net/ethernet/sfc/net_driver.h
1141
atomic_t rx_reset;
drivers/net/ethernet/sfc/net_driver.h
1162
atomic_t active_queues;
drivers/net/ethernet/sfc/net_driver.h
1163
atomic_t rxq_flush_pending;
drivers/net/ethernet/sfc/net_driver.h
1164
atomic_t rxq_flush_outstanding;
drivers/net/ethernet/sfc/net_driver.h
1197
atomic_t n_rx_noskb_drops;
drivers/net/ethernet/sfc/net_driver.h
317
atomic_t flush_outstanding;
drivers/net/ethernet/sfc/selftest.c
89
atomic_t rx_good;
drivers/net/ethernet/sfc/selftest.c
90
atomic_t rx_bad;
drivers/net/ethernet/sfc/siena/ethtool_common.c
50
return atomic_read((atomic_t *) field);
drivers/net/ethernet/sfc/siena/ethtool_common.c
55
atomic_t, efx_get_atomic_stat)
drivers/net/ethernet/sfc/siena/net_driver.h
1064
atomic_t rx_reset;
drivers/net/ethernet/sfc/siena/net_driver.h
1085
atomic_t active_queues;
drivers/net/ethernet/sfc/siena/net_driver.h
1086
atomic_t rxq_flush_pending;
drivers/net/ethernet/sfc/siena/net_driver.h
1087
atomic_t rxq_flush_outstanding;
drivers/net/ethernet/sfc/siena/net_driver.h
1113
atomic_t n_rx_noskb_drops;
drivers/net/ethernet/sfc/siena/net_driver.h
306
atomic_t flush_outstanding;
drivers/net/ethernet/sfc/siena/selftest.c
90
atomic_t rx_good;
drivers/net/ethernet/sfc/siena/selftest.c
91
atomic_t rx_bad;
drivers/net/ethernet/sfc/siena/siena_sriov.c
119
atomic_t rxq_retry_count;
drivers/net/ethernet/silan/sc92031.c
290
atomic_t intr_mask;
drivers/net/ethernet/sun/cassini.h
2825
atomic_t reset_task_pending;
drivers/net/ethernet/sun/cassini.h
2827
atomic_t reset_task_pending;
drivers/net/ethernet/sun/cassini.h
2828
atomic_t reset_task_pending_mtu;
drivers/net/ethernet/sun/cassini.h
2829
atomic_t reset_task_pending_spare;
drivers/net/ethernet/sun/cassini.h
2830
atomic_t reset_task_pending_all;
drivers/net/ethernet/sun/niu.h
3077
atomic_t refcnt;
drivers/net/ethernet/ti/am65-cpsw-nuss.h
171
atomic_t tdown_cnt;
drivers/net/ethernet/ti/icssg/icssg_prueth.h
215
atomic_t tdown_cnt;
drivers/net/ethernet/ti/icssg/icssg_prueth.h
229
atomic_t tx_ts_pending;
drivers/net/ethernet/ti/netcp_ethss.c
695
atomic_t link_state;
drivers/net/ethernet/toshiba/ps3_gelic_net.h
294
atomic_t tx_timeout_task_counter;
drivers/net/ethernet/toshiba/ps3_gelic_net.h
299
atomic_t users;
drivers/net/gtp.c
69
atomic_t tx_seq;
drivers/net/hyperv/hyperv_net.h
1139
atomic_t queue_sends;
drivers/net/hyperv/hyperv_net.h
1185
atomic_t open_chn;
drivers/net/hyperv/hyperv_net.h
199
atomic_t new_req_id;
drivers/net/ipa/gsi.h
72
atomic_t tre_avail; /* TREs available for allocation */
drivers/net/ipa/ipa.h
129
atomic_t modem_state; /* enum ipa_modem_state */
drivers/net/ovpn/pktid.h
22
atomic_t seq_num;
drivers/net/pcs/pcs-xpcs-plat.c
301
static atomic_t id = ATOMIC_INIT(-1);
drivers/net/plip/plip.c
221
atomic_t kill_timer;
drivers/net/ppp/ppp_generic.c
212
static atomic_t ppp_unit_count = ATOMIC_INIT(0);
drivers/net/ppp/ppp_generic.c
213
static atomic_t channel_count = ATOMIC_INIT(0);
drivers/net/thunderbolt/main.c
189
atomic_t command_id;
drivers/net/thunderbolt/main.c
201
atomic_t frame_id;
drivers/net/usb/catc.c
190
atomic_t recq_sz; /* Used for F5U011 - counter of waiting rx packets */
drivers/net/usb/cdc_mbim.c
32
atomic_t pmcount;
drivers/net/usb/huawei_cdc_ncm.c
31
atomic_t pmcount;
drivers/net/usb/qmi_wwan.c
52
atomic_t pmcount;
drivers/net/usb/r8152.c
929
atomic_t rx_count;
drivers/net/usb/sierra_net.c
40
static atomic_t iface_counter = ATOMIC_INIT(0);
drivers/net/wan/framer/pef2256/pef2256.c
51
atomic_t carrier;
drivers/net/wireguard/device.h
37
atomic_t count;
drivers/net/wireguard/device.h
53
atomic_t handshake_queue_len;
drivers/net/wireguard/queueing.h
62
atomic_t state;
drivers/net/wireguard/ratelimiter.c
17
static atomic_t total_entries = ATOMIC_INIT(0);
drivers/net/wireless/ath/ar5523/ar5523.h
108
atomic_t tx_nr_total;
drivers/net/wireless/ath/ar5523/ar5523.h
111
atomic_t tx_nr_pending;
drivers/net/wireless/ath/ar5523/ar5523.h
120
atomic_t rx_data_free_cnt;
drivers/net/wireless/ath/ath10k/core.h
1214
atomic_t pending_recovery;
drivers/net/wireless/ath/ath10k/core.h
1217
atomic_t fail_cont_count;
drivers/net/wireless/ath/ath10k/htt.h
1884
atomic_t num_mpdus_ready;
drivers/net/wireless/ath/ath11k/core.h
1024
atomic_t reset_count;
drivers/net/wireless/ath/ath11k/core.h
1025
atomic_t recovery_count;
drivers/net/wireless/ath/ath11k/core.h
1026
atomic_t recovery_start_count;
drivers/net/wireless/ath/ath11k/core.h
1032
atomic_t fail_cont_count;
drivers/net/wireless/ath/ath11k/core.h
746
atomic_t num_pending_mgmt_tx;
drivers/net/wireless/ath/ath11k/core.h
892
atomic_t misc_fail;
drivers/net/wireless/ath/ath11k/dp.h
175
atomic_t num_tx_pending;
drivers/net/wireless/ath/ath12k/core.h
1040
atomic_t reset_count;
drivers/net/wireless/ath/ath12k/core.h
1041
atomic_t recovery_count;
drivers/net/wireless/ath/ath12k/core.h
1045
atomic_t fail_cont_count;
drivers/net/wireless/ath/ath12k/core.h
695
atomic_t num_pending_mgmt_tx;
drivers/net/wireless/ath/ath12k/dp.h
156
atomic_t num_tx_pending;
drivers/net/wireless/ath/ath12k/dp.h
434
atomic_t misc_fail;
drivers/net/wireless/ath/ath12k/dp_cmn.h
48
atomic_t mcbc_gsn;
drivers/net/wireless/ath/ath6kl/sdio.c
55
atomic_t irq_handling;
drivers/net/wireless/ath/ath9k/htc_hst.h
129
atomic_t tgt_ready;
drivers/net/wireless/ath/ath9k/hw.h
832
atomic_t intr_ref_cnt;
drivers/net/wireless/ath/ath9k/rng.c
97
static atomic_t serial = ATOMIC_INIT(0);
drivers/net/wireless/ath/ath9k/wmi.h
168
atomic_t mwrite_cnt;
drivers/net/wireless/ath/ath9k/wmi.h
174
atomic_t m_rmw_cnt;
drivers/net/wireless/ath/carl9170/carl9170.h
256
atomic_t tx_cmd_urbs;
drivers/net/wireless/ath/carl9170/carl9170.h
257
atomic_t tx_anch_urbs;
drivers/net/wireless/ath/carl9170/carl9170.h
258
atomic_t rx_anch_urbs;
drivers/net/wireless/ath/carl9170/carl9170.h
259
atomic_t rx_work_urbs;
drivers/net/wireless/ath/carl9170/carl9170.h
260
atomic_t rx_pool_urbs;
drivers/net/wireless/ath/carl9170/carl9170.h
303
atomic_t pending_restarts;
drivers/net/wireless/ath/carl9170/carl9170.h
400
atomic_t tx_ampdu_upload;
drivers/net/wireless/ath/carl9170/carl9170.h
401
atomic_t tx_ampdu_scheduler;
drivers/net/wireless/ath/carl9170/carl9170.h
402
atomic_t tx_total_pending;
drivers/net/wireless/ath/carl9170/carl9170.h
403
atomic_t tx_total_queued;
drivers/net/wireless/ath/carl9170/carl9170.h
412
atomic_t mem_free_blocks;
drivers/net/wireless/ath/carl9170/carl9170.h
413
atomic_t mem_allocs;
drivers/net/wireless/ath/carl9170/carl9170.h
491
atomic_t pending_frames;
drivers/net/wireless/ath/wil6210/wil6210.h
1007
atomic_t isr_count_rx, isr_count_tx;
drivers/net/wireless/ath/wil6210/wil6210.h
946
atomic_t connected_vifs;
drivers/net/wireless/broadcom/b43/b43.h
835
atomic_t __init_status;
drivers/net/wireless/broadcom/b43/leds.h
29
atomic_t state;
drivers/net/wireless/broadcom/b43/phy_common.h
264
atomic_t txerr_cnt;
drivers/net/wireless/broadcom/b43legacy/b43legacy.h
511
atomic_t txerr_cnt;
drivers/net/wireless/broadcom/b43legacy/b43legacy.h
684
atomic_t __init_status;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
55
atomic_t freezing;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
56
atomic_t thread_count;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bcmsdh.c
818
atomic_t *expect = &sdiodev->freezer->thread_count;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h
142
atomic_t pktcowed;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h
143
atomic_t pktcow_failed;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/commonring.h
31
atomic_t outstanding_tx;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/core.h
200
atomic_t pend_8021x_cnt;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/msgbuf.c
279
atomic_t allocated;
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
443
atomic_t intstatus; /* Intstatus bits (events) pending */
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
444
atomic_t fcstate; /* State of dongle flow-control */
drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c
480
atomic_t ipend; /* Device interrupt is pending */
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.h
77
atomic_t callbacks; /* # outstanding callback functions */
drivers/net/wireless/intel/ipw2x00/libipw.h
1062
atomic_t refcnt;
drivers/net/wireless/intel/iwlegacy/common.h
1301
atomic_t queue_stop_count[4];
drivers/net/wireless/intel/iwlegacy/common.h
2842
atomic_t pending_frames;
drivers/net/wireless/intel/iwlwifi/dvm/dev.h
192
atomic_t pending_frames;
drivers/net/wireless/intel/iwlwifi/dvm/dev.h
643
atomic_t queue_stop_count[IWL_MAX_HW_QUEUES];
drivers/net/wireless/intel/iwlwifi/dvm/dev.h
746
atomic_t num_aux_in_flight;
drivers/net/wireless/intel/iwlwifi/mei/main.c
193
atomic_t sap_seq_no;
drivers/net/wireless/intel/iwlwifi/mei/main.c
194
atomic_t seq_no;
drivers/net/wireless/intel/iwlwifi/mld/thermal.c
246
static atomic_t counter = ATOMIC_INIT(0);
drivers/net/wireless/intel/iwlwifi/mld/tx.h
35
atomic_t tx_request;
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
796
atomic_t tx_request;
drivers/net/wireless/intel/iwlwifi/mvm/tt.c
655
static atomic_t counter = ATOMIC_INIT(0);
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/internal.h
180
atomic_t req_pending;
drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/internal.h
181
atomic_t req_ready;
drivers/net/wireless/marvell/mwifiex/decl.h
263
atomic_t rx_rate[MWIFIEX_MAX_AC_RX_RATES];
drivers/net/wireless/marvell/mwifiex/decl.h
264
atomic_t snr[MWIFIEX_MAX_SNR];
drivers/net/wireless/marvell/mwifiex/decl.h
265
atomic_t noise_flr[MWIFIEX_MAX_NOISE_FLR];
drivers/net/wireless/marvell/mwifiex/decl.h
266
atomic_t sig_str[MWIFIEX_MAX_SIG_STRENGTH];
drivers/net/wireless/marvell/mwifiex/decl.h
267
atomic_t num_samples;
drivers/net/wireless/marvell/mwifiex/main.h
325
atomic_t tx_pkts_queued;
drivers/net/wireless/marvell/mwifiex/main.h
327
atomic_t highest_queued_prio;
drivers/net/wireless/marvell/mwifiex/main.h
592
atomic_t wmm_tx_pending[IEEE80211_NUM_ACS];
drivers/net/wireless/marvell/mwifiex/main.h
869
atomic_t bypass_tx_pending;
drivers/net/wireless/marvell/mwifiex/main.h
870
atomic_t rx_pending;
drivers/net/wireless/marvell/mwifiex/main.h
871
atomic_t tx_pending;
drivers/net/wireless/marvell/mwifiex/main.h
872
atomic_t cmd_pending;
drivers/net/wireless/marvell/mwifiex/main.h
873
atomic_t tx_hw_pending;
drivers/net/wireless/marvell/mwifiex/main.h
932
atomic_t tx_queued;
drivers/net/wireless/marvell/mwifiex/main.h
996
atomic_t pending_bridged_pkts;
drivers/net/wireless/marvell/mwifiex/usb.h
76
atomic_t tx_data_urb_pending;
drivers/net/wireless/marvell/mwifiex/usb.h
93
atomic_t rx_cmd_urb_pending;
drivers/net/wireless/marvell/mwifiex/usb.h
97
atomic_t rx_data_urb_pending;
drivers/net/wireless/marvell/mwifiex/usb.h
99
atomic_t tx_cmd_urb_pending;
drivers/net/wireless/marvell/mwifiex/wmm.c
1090
atomic_t *hqp;
drivers/net/wireless/marvell/mwl8k.c
220
atomic_t watchdog_event_pending;
drivers/net/wireless/mediatek/mt76/mt76.h
1029
atomic_t bus_hung;
drivers/net/wireless/mediatek/mt76/mt76.h
379
atomic_t non_aql_packets;
drivers/net/wireless/mediatek/mt7601u/mt7601u.h
204
atomic_t avg_ampdu_len;
drivers/net/wireless/quantenna/qtnfmac/core.h
52
atomic_t size;
drivers/net/wireless/ralink/rt2x00/rt2x00.h
373
atomic_t seqno;
drivers/net/wireless/realtek/rtlwifi/wifi.h
1945
atomic_t sn;
drivers/net/wireless/realtek/rtw88/main.h
745
atomic_t sn;
drivers/net/wireless/realtek/rtw88/pci.h
226
atomic_t link_usage;
drivers/net/wireless/realtek/rtw89/core.h
3584
atomic_t sn;
drivers/net/wireless/realtek/rtw89/core.h
4689
atomic_t cond;
drivers/net/wireless/realtek/rtw89/core.h
5154
atomic_t roc_chanctx_idx;
drivers/net/wireless/realtek/rtw89/usb.h
52
atomic_t continual_io_error;
drivers/net/wireless/rsi/rsi_main.h
198
atomic_t event_condition;
drivers/net/wireless/rsi/rsi_main.h
207
atomic_t thread_done;
drivers/net/wireless/silabs/wfx/bh.h
22
atomic_t ctrl_reg;
drivers/net/wireless/silabs/wfx/queue.h
21
atomic_t pending_frames;
drivers/net/wireless/silabs/wfx/wfx.h
52
atomic_t tx_lock;
drivers/net/wireless/silabs/wfx/wfx.h
54
atomic_t packet_id;
drivers/net/wireless/st/cw1200/cw1200.h
185
atomic_t bh_rx;
drivers/net/wireless/st/cw1200/cw1200.h
186
atomic_t bh_tx;
drivers/net/wireless/st/cw1200/cw1200.h
187
atomic_t bh_term;
drivers/net/wireless/st/cw1200/cw1200.h
188
atomic_t bh_suspend;
drivers/net/wireless/st/cw1200/cw1200.h
209
atomic_t recent_scan;
drivers/net/wireless/st/cw1200/cw1200.h
220
atomic_t tx_lock;
drivers/net/wireless/st/cw1200/scan.h
33
atomic_t in_progress;
drivers/net/wireless/virtual/mac80211_hwsim.c
719
atomic_t pending_cookie;
drivers/net/wireless/zydas/zd1211rw/zd_usb.h
161
atomic_t read_regs_enabled;
drivers/net/wireless/zydas/zd1211rw/zd_usb.h
194
atomic_t enabled;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.h
113
atomic_t rx_processing;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.h
126
atomic_t tx_budget;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.h
138
atomic_t tx_processing;
drivers/net/wwan/t7xx/t7xx_hif_dpmaif.h
92
atomic_t refcnt;
drivers/net/wwan/t7xx/t7xx_netdev.h
37
atomic_t usage;
drivers/net/wwan/t7xx/t7xx_netdev.h
53
atomic_t napi_usr_refcnt;
drivers/net/wwan/t7xx/t7xx_pci.h
89
atomic_t md_pm_state;
drivers/net/wwan/t7xx/t7xx_port.h
114
atomic_t usage_cnt;
drivers/net/xen-netback/common.h
149
atomic_t eoi_pending;
drivers/net/xen-netback/common.h
188
atomic_t inflight_packets;
drivers/net/xen-netback/common.h
250
atomic_t seq;
drivers/net/xen-netfront.c
183
atomic_t rx_gso_checksum_fixup;
drivers/net/xen-netfront.c
2558
data[i] = atomic_read((atomic_t *)(np + xennet_stats[i].offset));
drivers/nfc/fdp/fdp.c
59
atomic_t data_pkt_counter;
drivers/ntb/test/ntb_perf.c
173
atomic_t dma_sync;
drivers/ntb/test/ntb_perf.c
198
atomic_t tsync;
drivers/ntb/test/ntb_pingpong.c
107
atomic_t count;
drivers/nvdimm/nd-core.h
25
atomic_t ioctl_active;
drivers/nvdimm/nd-core.h
36
atomic_t busy;
drivers/nvme/host/core.c
4360
atomic_t next_nsid;
drivers/nvme/host/fc.c
103
atomic_t state;
drivers/nvme/host/fc.c
127
atomic_t act_rport_cnt;
drivers/nvme/host/fc.c
142
atomic_t act_ctrl_cnt;
drivers/nvme/host/fc.c
45
atomic_t csn;
drivers/nvme/host/nvme.h
389
atomic_t abort_limit;
drivers/nvme/host/nvme.h
428
atomic_t nr_active;
drivers/nvme/host/tcp.c
57
static atomic_t nvme_tcp_cpu_queues[NR_CPUS];
drivers/nvme/target/fc.c
137
atomic_t connected;
drivers/nvme/target/fc.c
138
atomic_t sqtail;
drivers/nvme/target/fc.c
139
atomic_t zrspcnt;
drivers/nvme/target/fc.c
140
atomic_t rsn;
drivers/nvme/target/fc.c
165
atomic_t terminating;
drivers/nvme/target/nvmet.h
79
atomic_t generation;
drivers/nvme/target/rdma.c
94
atomic_t sq_wr_avail;
drivers/pci/hotplug/cpci_hotplug_core.c
46
static atomic_t extracting;
drivers/pci/hotplug/pciehp.h
104
atomic_t pending_events; /* event handling */
drivers/perf/arm-cci.c
1073
atomic_t *active_events = &cci_pmu->active_events;
drivers/perf/arm-cci.c
108
atomic_t active_events;
drivers/perf/arm-cci.c
1306
atomic_t *active_events = &cci_pmu->active_events;
drivers/perf/arm-cmn.c
2566
static atomic_t id;
drivers/perf/arm-ni.c
677
static atomic_t id;
drivers/perf/arm_cspmu/arm_cspmu.c
255
static atomic_t pmu_idx[ACPI_APMT_NODE_TYPE_COUNT] = { 0 };
drivers/perf/arm_cspmu/nvidia_cspmu.c
371
static atomic_t pmu_generic_idx = {0};
drivers/perf/arm_dsu_pmu.c
703
static atomic_t pmu_idx = ATOMIC_INIT(-1);
drivers/perf/arm_spe_pmu.c
1058
static atomic_t pmu_idx = ATOMIC_INIT(-1);
drivers/phy/motorola/phy-cpcap-usb.c
126
atomic_t active;
drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c
418
atomic_t usage_count;
drivers/phy/st/phy-stm32-usbphyc.c
154
atomic_t n_pll_cons;
drivers/phy/ti/phy-twl4030-usb.c
163
atomic_t connected;
drivers/pinctrl/qcom/tlmm-test.c
68
atomic_t intr_count;
drivers/pinctrl/qcom/tlmm-test.c
69
atomic_t thread_count;
drivers/pinctrl/qcom/tlmm-test.c
72
atomic_t intr_op_remain;
drivers/pinctrl/qcom/tlmm-test.c
75
atomic_t thread_op_remain;
drivers/pinctrl/renesas/pinctrl-rzg2l.c
368
atomic_t wakeup_path;
drivers/pinctrl/renesas/pinctrl-rzt2h.c
91
atomic_t wakeup_path;
drivers/pinctrl/samsung/pinctrl-exynos-arm.c
162
static atomic_t exynos_shared_retention_refcnt;
drivers/pinctrl/samsung/pinctrl-exynos-arm64.c
89
static atomic_t exynos_shared_retention_refcnt;
drivers/pinctrl/samsung/pinctrl-samsung.h
242
atomic_t *refcnt;
drivers/pinctrl/samsung/pinctrl-samsung.h
260
atomic_t *refcnt;
drivers/platform/chrome/wilco_ec/event.c
196
atomic_t available;
drivers/platform/chrome/wilco_ec/telemetry.c
208
atomic_t available;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
85
atomic_t ka_use_count;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
86
atomic_t ka_use_ack_count;
drivers/platform/raspberrypi/vchiq-interface/vchiq_arm.c
87
atomic_t ka_release_count;
drivers/platform/raspberrypi/vchiq-mmal/mmal-vchiq.h
77
atomic_t buffers_with_vpu;
drivers/platform/surface/aggregator/ssh_packet_layer.h
89
atomic_t count;
drivers/platform/surface/aggregator/ssh_packet_layer.h
93
atomic_t running;
drivers/platform/surface/aggregator/ssh_request_layer.h
77
atomic_t count;
drivers/platform/x86/dell/dell-smo8800.c
24
atomic_t counter; /* count after last read */
drivers/platform/x86/intel/ifs/runtest.c
155
static atomic_t array_cpus_in;
drivers/platform/x86/intel/ifs/runtest.c
156
static atomic_t scan_cpus_in;
drivers/platform/x86/intel/ifs/runtest.c
157
static atomic_t sbaf_cpus_in;
drivers/platform/x86/intel/ifs/runtest.c
162
static void wait_for_sibling_cpu(atomic_t *t, long long timeout)
drivers/platform/x86/lenovo/thinkpad_acpi.c
10395
static atomic_t dytc_ignore_event = ATOMIC_INIT(0);
drivers/platform/x86/sony-laptop.c
190
atomic_t users;
drivers/platform/x86/sony-laptop.c
3871
atomic_t open_count;
drivers/platform/x86/sony-laptop.c
566
static atomic_t sony_pf_users = ATOMIC_INIT(0);
drivers/power/reset/vexpress-poweroff.c
31
static atomic_t vexpress_restart_nb_refcnt = ATOMIC_INIT(0);
drivers/power/supply/ab8500_charger.c
289
atomic_t current_stepping_sessions;
drivers/power/supply/cpcap-battery.c
133
atomic_t active;
drivers/power/supply/cpcap-charger.c
140
atomic_t active;
drivers/power/supply/rt9756.c
190
atomic_t usb_type;
drivers/ps3/ps3-lpm.c
118
atomic_t open;
drivers/ptp/ptp_vmclock.c
369
atomic_t seq;
drivers/rapidio/devices/rio_mport_cdev.c
143
atomic_t active;
drivers/ras/debugfs.c
8
static atomic_t trace_count = ATOMIC_INIT(0);
drivers/regulator/core.c
5990
static atomic_t regulator_no = ATOMIC_INIT(-1);
drivers/regulator/event.c
15
static atomic_t reg_event_seqnum = ATOMIC_INIT(0);
drivers/resctrl/mpam_devices.c
2625
static atomic_t once;
drivers/resctrl/mpam_devices.c
48
static atomic_t mpam_num_msc;
drivers/resctrl/mpam_internal.h
67
atomic_t online_refs;
drivers/reset/core.c
59
atomic_t deassert_count;
drivers/reset/core.c
60
atomic_t triggered_count;
drivers/rtc/rtc-renesas-rtca3.c
130
atomic_t alrm_sstep;
drivers/s390/block/dasd_int.h
487
atomic_t error_count;
drivers/s390/block/dasd_int.h
570
atomic_t ref_count;
drivers/s390/block/dasd_int.h
582
atomic_t tasklet_scheduled;
drivers/s390/block/dasd_int.h
623
atomic_t open_count;
drivers/s390/block/dasd_int.h
633
atomic_t tasklet_scheduled;
drivers/s390/block/dasd_int.h
642
atomic_t trkcount;
drivers/s390/block/dcssblk.c
71
atomic_t use_count;
drivers/s390/block/scm_blk.c
30
static atomic_t nr_devices = ATOMIC_INIT(0);
drivers/s390/block/scm_blk.h
23
atomic_t queued_reqs;
drivers/s390/char/monreader.c
52
atomic_t msglim_count;
drivers/s390/char/monreader.c
53
atomic_t read_ready;
drivers/s390/char/monreader.c
54
atomic_t iucv_connected;
drivers/s390/char/monreader.c
55
atomic_t iucv_severed;
drivers/s390/char/raw3270.h
78
atomic_t ref_count;
drivers/s390/char/tape.h
200
atomic_t ref_count;
drivers/s390/char/vmlogrdr.c
70
atomic_t receive_ready;
drivers/s390/cio/chsc_sch.c
876
static atomic_t chsc_ready_for_use = ATOMIC_INIT(1);
drivers/s390/cio/crw.c
21
static atomic_t crw_nr_req = ATOMIC_INIT(0);
drivers/s390/cio/css.c
624
static atomic_t css_eval_scheduled;
drivers/s390/cio/device.c
49
static atomic_t ccw_device_init_count = ATOMIC_INIT(0);
drivers/s390/cio/io_sch.h
134
atomic_t onoff;
drivers/s390/cio/qdio.h
191
atomic_t nr_buf_used;
drivers/s390/cio/qdio_thinint.c
36
atomic_t count; /* use count, 0 or 1 for non-shared indicators */
drivers/s390/crypto/ap_bus.c
76
atomic_t ap_max_msg_size = ATOMIC_INIT(AP_DEFAULT_MAX_MSG_SIZE);
drivers/s390/crypto/ap_bus.h
32
extern atomic_t ap_max_msg_size;
drivers/s390/crypto/zcrypt_api.c
65
static atomic_t zcrypt_open_count = ATOMIC_INIT(0);
drivers/s390/crypto/zcrypt_api.h
116
atomic_t load; /* Utilization of the crypto device */
drivers/s390/crypto/zcrypt_api.h
129
atomic_t load; /* Utilization of the crypto device */
drivers/s390/crypto/zcrypt_api.h
137
extern atomic_t zcrypt_rescan_req;
drivers/s390/crypto/zcrypt_msgtype50.c
443
static atomic_t zcrypt_step = ATOMIC_INIT(0);
drivers/s390/crypto/zcrypt_msgtype6.c
951
static atomic_t zcrypt_step = ATOMIC_INIT(0);
drivers/s390/net/fsm.h
66
atomic_t state;
drivers/s390/net/qeth_core.h
422
atomic_t state;
drivers/s390/net/qeth_core.h
507
atomic_t used_buffers;
drivers/s390/net/qeth_core.h
509
atomic_t set_pci_flags_count;
drivers/s390/net/qeth_core.h
546
atomic_t state;
drivers/s390/net/qeth_core.h
845
atomic_t force_alloc_skb;
drivers/s390/scsi/zfcp_def.h
172
atomic_t stat_miss; /* # missing status reads*/
drivers/s390/scsi/zfcp_def.h
175
atomic_t status; /* status of this adapter */
drivers/s390/scsi/zfcp_def.h
183
atomic_t erp_counter;
drivers/s390/scsi/zfcp_def.h
213
atomic_t units; /* zfcp_unit count */
drivers/s390/scsi/zfcp_def.h
214
atomic_t status; /* status of this remote port */
drivers/s390/scsi/zfcp_def.h
220
atomic_t erp_counter;
drivers/s390/scsi/zfcp_def.h
281
atomic_t status;
drivers/s390/scsi/zfcp_def.h
284
atomic_t erp_counter;
drivers/s390/scsi/zfcp_erp.c
1316
static int zfcp_erp_strat_change_det(atomic_t *target_status, u32 erp_status)
drivers/s390/scsi/zfcp_erp.c
527
static int zfcp_erp_status_change_set(unsigned long mask, atomic_t *status)
drivers/s390/scsi/zfcp_fc.h
202
atomic_t refcount;
drivers/s390/scsi/zfcp_qdio.h
44
atomic_t req_q_free;
drivers/s390/scsi/zfcp_qdio.h
49
atomic_t req_q_full;
drivers/sbus/char/display7seg.c
71
static atomic_t d7s_users = ATOMIC_INIT(0);
drivers/scsi/aacraid/aacraid.h
1585
atomic_t rrq_outstanding[AAC_MAX_MSIX];
drivers/scsi/aacraid/aacraid.h
1665
atomic_t msix_counter;
drivers/scsi/aacraid/aacraid.h
996
atomic_t numpending;
drivers/scsi/arcmsr/arcmsr.h
915
atomic_t ccboutstandingcount;
drivers/scsi/bfa/bfad_debugfs.c
437
static atomic_t bfa_debugfs_port_count;
drivers/scsi/bnx2fc/bnx2fc.h
314
atomic_t free_sqes;
drivers/scsi/bnx2fc/bnx2fc.h
363
atomic_t num_active_ios;
drivers/scsi/bnx2i/bnx2i.h
304
atomic_t work_cnt;
drivers/scsi/bnx2i/bnx2i.h
757
atomic_t num_active_cmds;
drivers/scsi/elx/efct/efct_hw.h
262
atomic_t rpi_count;
drivers/scsi/elx/efct/efct_hw.h
263
atomic_t rpi_attached;
drivers/scsi/elx/efct/efct_hw.h
450
atomic_t io_alloc_failed_count;
drivers/scsi/elx/efct/efct_hw.h
457
atomic_t send_frame_seq_id;
drivers/scsi/elx/efct/efct_lio.h
144
atomic_t enable;
drivers/scsi/elx/efct/efct_lio.h
153
atomic_t enable;
drivers/scsi/elx/efct/efct_lio.h
46
atomic_t initiator_count;
drivers/scsi/elx/efct/efct_lio.h
47
atomic_t ios_in_use;
drivers/scsi/elx/efct/efct_lio.h
48
atomic_t io_high_watermark;
drivers/scsi/elx/efct/efct_lio.h
50
atomic_t watermark_hit;
drivers/scsi/elx/efct/efct_xport.c
11
static atomic_t efct_debugfs_count;
drivers/scsi/elx/efct/efct_xport.h
124
atomic_t io_alloc_failed_count;
drivers/scsi/elx/efct/efct_xport.h
139
atomic_t io_total_alloc;
drivers/scsi/elx/efct/efct_xport.h
141
atomic_t io_total_free;
drivers/scsi/elx/efct/efct_xport.h
143
atomic_t io_total_pending;
drivers/scsi/elx/efct/efct_xport.h
145
atomic_t io_active_count;
drivers/scsi/elx/efct/efct_xport.h
147
atomic_t io_pending_count;
drivers/scsi/elx/efct/efct_xport.h
149
atomic_t io_pending_recursing;
drivers/scsi/elx/libefc/efclib.h
558
atomic_t els_io_alloc_failed_count;
drivers/scsi/esas2r/esas2r.h
843
atomic_t disable_cnt;
drivers/scsi/esas2r/esas2r.h
844
atomic_t dis_ints_cnt;
drivers/scsi/fcoe/fcoe_sysfs.c
25
static atomic_t ctlr_num;
drivers/scsi/fcoe/fcoe_sysfs.c
26
static atomic_t fcf_num;
drivers/scsi/fnic/fnic.h
400
atomic_t in_flight; /* io counter */
drivers/scsi/fnic/fnic_fdls.h
203
atomic_t in_flight; /* io counter */
drivers/scsi/hisi_sas/hisi_sas.h
202
atomic_t down_cnt;
drivers/scsi/hpsa.h
181
atomic_t commands_outstanding;
drivers/scsi/hpsa.h
229
atomic_t passthru_cmds_avail;
drivers/scsi/hpsa.h
250
atomic_t firmware_flash_in_progress;
drivers/scsi/hpsa.h
308
atomic_t abort_cmds_available;
drivers/scsi/hpsa.h
80
atomic_t commands_outstanding; /* track commands sent to device */
drivers/scsi/hpsa.h
81
atomic_t ioaccel_cmds_out; /* Only used for physical devices
drivers/scsi/hpsa_cmd.h
457
atomic_t refcount; /* Must be last to avoid memset in hpsa_cmd_init() */
drivers/scsi/hpsa_cmd.h
467
static_assert(offsetof(struct CommandList, refcount) % __alignof__(atomic_t) == 0);
drivers/scsi/hptiop.h
325
atomic_t reset_count;
drivers/scsi/hptiop.h
326
atomic_t resetting;
drivers/scsi/ibmvscsi/ibmvfc.h
756
atomic_t free;
drivers/scsi/ibmvscsi/ibmvfc.h
757
atomic_t active;
drivers/scsi/ibmvscsi/ibmvfc.h
873
atomic_t trace_index;
drivers/scsi/ibmvscsi/ibmvscsi.h
58
atomic_t free;
drivers/scsi/ibmvscsi/ibmvscsi.h
87
atomic_t request_limit;
drivers/scsi/ipr.h
1452
atomic_t trace_index;
drivers/scsi/ipr.h
1480
atomic_t hrrq_index;
drivers/scsi/libfc/fc_exch.c
94
atomic_t no_free_exch;
drivers/scsi/libfc/fc_exch.c
95
atomic_t no_free_exch_xid;
drivers/scsi/libfc/fc_exch.c
96
atomic_t xid_not_found;
drivers/scsi/libfc/fc_exch.c
97
atomic_t xid_busy;
drivers/scsi/libfc/fc_exch.c
98
atomic_t seq_not_found;
drivers/scsi/libfc/fc_exch.c
99
atomic_t non_bls_resp;
drivers/scsi/lpfc/lpfc.h
1329
atomic_t fabric_iocb_count;
drivers/scsi/lpfc/lpfc.h
1332
atomic_t num_rsrc_err;
drivers/scsi/lpfc/lpfc.h
1340
atomic_t nvmeio_trc_cnt;
drivers/scsi/lpfc/lpfc.h
1357
atomic_t slow_ring_trc_cnt;
drivers/scsi/lpfc/lpfc.h
1385
atomic_t fast_event_count;
drivers/scsi/lpfc/lpfc.h
1410
atomic_t sdev_cnt;
drivers/scsi/lpfc/lpfc.h
1480
atomic_t cmf_bw_wait;
drivers/scsi/lpfc/lpfc.h
1481
atomic_t cmf_busy;
drivers/scsi/lpfc/lpfc.h
1482
atomic_t cmf_stop_io; /* To block request and stop IO's */
drivers/scsi/lpfc/lpfc.h
1510
atomic_t rx_max_read_cnt; /* Maximum read bytes */
drivers/scsi/lpfc/lpfc.h
1521
atomic_t cgn_fabric_warn_cnt; /* Total warning cgn events for info */
drivers/scsi/lpfc/lpfc.h
1522
atomic_t cgn_fabric_alarm_cnt; /* Total alarm cgn events for info */
drivers/scsi/lpfc/lpfc.h
1523
atomic_t cgn_sync_warn_cnt; /* Total warning events for SYNC wqe */
drivers/scsi/lpfc/lpfc.h
1524
atomic_t cgn_sync_alarm_cnt; /* Total alarm events for SYNC wqe */
drivers/scsi/lpfc/lpfc.h
1525
atomic_t cgn_driver_evt_cnt; /* Total driver cgn events for fmw */
drivers/scsi/lpfc/lpfc.h
1526
atomic_t cgn_latency_evt_cnt;
drivers/scsi/lpfc/lpfc.h
1548
atomic_t dbg_log_idx;
drivers/scsi/lpfc/lpfc.h
1549
atomic_t dbg_log_cnt;
drivers/scsi/lpfc/lpfc.h
1550
atomic_t dbg_log_dmping;
drivers/scsi/lpfc/lpfc.h
567
atomic_t rx_io_cnt;
drivers/scsi/lpfc/lpfc.h
642
atomic_t fc_plogi_cnt;
drivers/scsi/lpfc/lpfc.h
643
atomic_t fc_adisc_cnt;
drivers/scsi/lpfc/lpfc.h
644
atomic_t fc_reglogin_cnt;
drivers/scsi/lpfc/lpfc.h
645
atomic_t fc_prli_cnt;
drivers/scsi/lpfc/lpfc.h
646
atomic_t fc_unmap_cnt;
drivers/scsi/lpfc/lpfc.h
647
atomic_t fc_map_cnt;
drivers/scsi/lpfc/lpfc.h
648
atomic_t fc_npr_cnt;
drivers/scsi/lpfc/lpfc.h
649
atomic_t fc_unused_cnt;
drivers/scsi/lpfc/lpfc.h
746
atomic_t disc_trc_cnt;
drivers/scsi/lpfc/lpfc_debugfs.c
120
static atomic_t lpfc_debugfs_seq_trc_cnt = ATOMIC_INIT(0);
drivers/scsi/lpfc/lpfc_disc.h
157
atomic_t cmd_pending;
drivers/scsi/lpfc/lpfc_nvme.h
103
atomic_t state; /* tracks nvmet hosthandle invalidation */
drivers/scsi/lpfc/lpfc_nvme.h
106
atomic_t rcv_ls_req_in;
drivers/scsi/lpfc/lpfc_nvme.h
107
atomic_t rcv_ls_req_out;
drivers/scsi/lpfc/lpfc_nvme.h
108
atomic_t rcv_ls_req_drop;
drivers/scsi/lpfc/lpfc_nvme.h
109
atomic_t xmt_ls_abort;
drivers/scsi/lpfc/lpfc_nvme.h
110
atomic_t xmt_ls_abort_cmpl;
drivers/scsi/lpfc/lpfc_nvme.h
113
atomic_t xmt_ls_rsp;
drivers/scsi/lpfc/lpfc_nvme.h
114
atomic_t xmt_ls_drop;
drivers/scsi/lpfc/lpfc_nvme.h
117
atomic_t xmt_ls_rsp_error;
drivers/scsi/lpfc/lpfc_nvme.h
118
atomic_t xmt_ls_rsp_aborted;
drivers/scsi/lpfc/lpfc_nvme.h
119
atomic_t xmt_ls_rsp_xb_set;
drivers/scsi/lpfc/lpfc_nvme.h
120
atomic_t xmt_ls_rsp_cmpl;
drivers/scsi/lpfc/lpfc_nvme.h
123
atomic_t rcv_fcp_cmd_in;
drivers/scsi/lpfc/lpfc_nvme.h
124
atomic_t rcv_fcp_cmd_out;
drivers/scsi/lpfc/lpfc_nvme.h
125
atomic_t rcv_fcp_cmd_drop;
drivers/scsi/lpfc/lpfc_nvme.h
126
atomic_t rcv_fcp_cmd_defer;
drivers/scsi/lpfc/lpfc_nvme.h
127
atomic_t xmt_fcp_release;
drivers/scsi/lpfc/lpfc_nvme.h
130
atomic_t xmt_fcp_drop;
drivers/scsi/lpfc/lpfc_nvme.h
131
atomic_t xmt_fcp_read_rsp;
drivers/scsi/lpfc/lpfc_nvme.h
132
atomic_t xmt_fcp_read;
drivers/scsi/lpfc/lpfc_nvme.h
133
atomic_t xmt_fcp_write;
drivers/scsi/lpfc/lpfc_nvme.h
134
atomic_t xmt_fcp_rsp;
drivers/scsi/lpfc/lpfc_nvme.h
137
atomic_t xmt_fcp_rsp_xb_set;
drivers/scsi/lpfc/lpfc_nvme.h
138
atomic_t xmt_fcp_rsp_cmpl;
drivers/scsi/lpfc/lpfc_nvme.h
139
atomic_t xmt_fcp_rsp_error;
drivers/scsi/lpfc/lpfc_nvme.h
140
atomic_t xmt_fcp_rsp_aborted;
drivers/scsi/lpfc/lpfc_nvme.h
141
atomic_t xmt_fcp_rsp_drop;
drivers/scsi/lpfc/lpfc_nvme.h
144
atomic_t xmt_fcp_xri_abort_cqe;
drivers/scsi/lpfc/lpfc_nvme.h
145
atomic_t xmt_fcp_abort;
drivers/scsi/lpfc/lpfc_nvme.h
146
atomic_t xmt_fcp_abort_cmpl;
drivers/scsi/lpfc/lpfc_nvme.h
147
atomic_t xmt_abort_sol;
drivers/scsi/lpfc/lpfc_nvme.h
148
atomic_t xmt_abort_unsol;
drivers/scsi/lpfc/lpfc_nvme.h
149
atomic_t xmt_abort_rsp;
drivers/scsi/lpfc/lpfc_nvme.h
150
atomic_t xmt_abort_rsp_error;
drivers/scsi/lpfc/lpfc_nvme.h
153
atomic_t defer_ctx;
drivers/scsi/lpfc/lpfc_nvme.h
154
atomic_t defer_fod;
drivers/scsi/lpfc/lpfc_nvme.h
155
atomic_t defer_wqfull;
drivers/scsi/lpfc/lpfc_nvme.h
52
atomic_t fc4NvmeLsRequests;
drivers/scsi/lpfc/lpfc_nvme.h
53
atomic_t fc4NvmeLsCmpls;
drivers/scsi/lpfc/lpfc_nvme.h
54
atomic_t xmt_fcp_noxri;
drivers/scsi/lpfc/lpfc_nvme.h
55
atomic_t xmt_fcp_bad_ndlp;
drivers/scsi/lpfc/lpfc_nvme.h
56
atomic_t xmt_fcp_qdepth;
drivers/scsi/lpfc/lpfc_nvme.h
57
atomic_t xmt_fcp_wqerr;
drivers/scsi/lpfc/lpfc_nvme.h
58
atomic_t xmt_fcp_err;
drivers/scsi/lpfc/lpfc_nvme.h
59
atomic_t xmt_fcp_abort;
drivers/scsi/lpfc/lpfc_nvme.h
60
atomic_t xmt_ls_abort;
drivers/scsi/lpfc/lpfc_nvme.h
61
atomic_t xmt_ls_err;
drivers/scsi/lpfc/lpfc_nvme.h
62
atomic_t cmpl_fcp_xb;
drivers/scsi/lpfc/lpfc_nvme.h
63
atomic_t cmpl_fcp_err;
drivers/scsi/lpfc/lpfc_nvme.h
64
atomic_t cmpl_ls_xb;
drivers/scsi/lpfc/lpfc_nvme.h
65
atomic_t cmpl_ls_err;
drivers/scsi/megaraid.h
819
atomic_t pend_cmds; /* maintain a counter for pending
drivers/scsi/megaraid.h
854
atomic_t quiescent; /* a stage reached when delete logical
drivers/scsi/megaraid/mega_common.h
189
atomic_t being_detached;
drivers/scsi/megaraid/megaraid_sas.h
2031
atomic_t sdev_priv_busy;
drivers/scsi/megaraid/megaraid_sas.h
2032
atomic_t r1_ldio_hint;
drivers/scsi/megaraid/megaraid_sas.h
2221
atomic_t in_used;
drivers/scsi/megaraid/megaraid_sas.h
2385
atomic_t fw_outstanding;
drivers/scsi/megaraid/megaraid_sas.h
2386
atomic_t ldio_outstanding;
drivers/scsi/megaraid/megaraid_sas.h
2387
atomic_t fw_reset_no_pci_access;
drivers/scsi/megaraid/megaraid_sas.h
2413
atomic_t adprecovery;
drivers/scsi/megaraid/megaraid_sas_fusion.h
1128
atomic_t scsi_pending_cmds[MAX_PHYSICAL_DEVICES];
drivers/scsi/megaraid/megaraid_sas_fusion.h
1316
atomic_t busy_mq_poll[MAX_MSIX_QUEUES_FUSION];
drivers/scsi/mpi3mr/mpi3mr.h
1221
atomic_t admin_reply_q_in_use;
drivers/scsi/mpi3mr/mpi3mr.h
1222
atomic_t admin_pend_isr;
drivers/scsi/mpi3mr/mpi3mr.h
1359
atomic_t pend_large_data_sz;
drivers/scsi/mpi3mr/mpi3mr.h
1391
atomic_t reply_qfull_count;
drivers/scsi/mpi3mr/mpi3mr.h
475
atomic_t pend_ios;
drivers/scsi/mpi3mr/mpi3mr.h
477
atomic_t in_use;
drivers/scsi/mpi3mr/mpi3mr.h
521
atomic_t pend_large_data_sz;
drivers/scsi/mpi3mr/mpi3mr.h
833
atomic_t block_io;
drivers/scsi/mpt3sas/mpt3sas_base.h
873
atomic_t chain_offset;
drivers/scsi/mpt3sas/mpt3sas_base.h
959
atomic_t busy;
drivers/scsi/mpt3sas/mpt3sas_base.h
975
atomic_t busy;
drivers/scsi/mpt3sas/mpt3sas_base.h
976
atomic_t pause;
drivers/scsi/mvumi.h
251
atomic_t sync_cmd;
drivers/scsi/mvumi.h
492
atomic_t fw_outstanding;
drivers/scsi/mvumi.h
550
atomic_t pnp_count;
drivers/scsi/pm8001/pm8001_sas.h
277
atomic_t running_req;
drivers/scsi/pmcraid.c
56
static atomic_t pmcraid_adapter_count = ATOMIC_INIT(0);
drivers/scsi/pmcraid.h
648
atomic_t ignore; /* process HCAM response ? */
drivers/scsi/pmcraid.h
736
atomic_t last_message_id;
drivers/scsi/pmcraid.h
762
atomic_t outstanding_cmds;
drivers/scsi/pmcraid.h
765
atomic_t expose_resources;
drivers/scsi/pmcraid.h
801
atomic_t read_failures; /* count of failed READ commands */
drivers/scsi/pmcraid.h
802
atomic_t write_failures; /* count of failed WRITE commands */
drivers/scsi/qedf/qedf.h
130
atomic_t state;
drivers/scsi/qedf/qedf.h
220
atomic_t free_sqes;
drivers/scsi/qedf/qedf.h
221
atomic_t ios_to_queue;
drivers/scsi/qedf/qedf.h
222
atomic_t num_active_ios;
drivers/scsi/qedf/qedf.h
322
atomic_t link_state;
drivers/scsi/qedf/qedf.h
325
atomic_t dcbx;
drivers/scsi/qedf/qedf.h
341
atomic_t num_offloads;
drivers/scsi/qedf/qedf.h
356
atomic_t link_down_tmo_valid;
drivers/scsi/qedf/qedf.h
449
atomic_t free_list_cnt;
drivers/scsi/qedi/qedi.h
326
atomic_t link_state;
drivers/scsi/qedi/qedi.h
360
atomic_t num_offloads;
drivers/scsi/qedi/qedi_iscsi.h
158
atomic_t cmd_cleanup_cmpl;
drivers/scsi/qla2xxx/qla_def.h
2662
atomic_t state;
drivers/scsi/qla2xxx/qla_def.h
2685
atomic_t shadow_disc_state;
drivers/scsi/qla2xxx/qla_def.h
3805
atomic_t iocb_used;
drivers/scsi/qla2xxx/qla_def.h
3809
atomic_t exch_used;
drivers/scsi/qla2xxx/qla_def.h
3830
atomic_t ref_count;
drivers/scsi/qla2xxx/qla_def.h
4242
atomic_t loop_down_timer; /* loop down timer */
drivers/scsi/qla2xxx/qla_def.h
4463
atomic_t num_pend_mbx_stage1;
drivers/scsi/qla2xxx/qla_def.h
4464
atomic_t num_pend_mbx_stage2;
drivers/scsi/qla2xxx/qla_def.h
4848
atomic_t nvme_active_aen_cnt;
drivers/scsi/qla2xxx/qla_def.h
4853
atomic_t zio_threshold;
drivers/scsi/qla2xxx/qla_def.h
4914
atomic_t in_use;
drivers/scsi/qla2xxx/qla_def.h
4965
atomic_t loop_state;
drivers/scsi/qla2xxx/qla_def.h
5041
atomic_t loop_down_timer; /* loop down timer */
drivers/scsi/qla2xxx/qla_def.h
5066
atomic_t generation_tick;
drivers/scsi/qla2xxx/qla_def.h
5067
atomic_t rscn_gen;
drivers/scsi/qla2xxx/qla_def.h
5090
atomic_t vp_state;
drivers/scsi/qla2xxx/qla_def.h
5111
atomic_t vref_count;
drivers/scsi/qla2xxx/qla_dfs.c
12
static atomic_t qla2x00_dfs_root_count;
drivers/scsi/qla2xxx/qla_inline.h
465
static void qla_atomic_dtz(atomic_t *v, int amount)
drivers/scsi/qla2xxx/qla_target.h
834
atomic_t tgt_global_resets_count;
drivers/scsi/qla2xxx/tcm_qla2xxx.h
44
atomic_t lport_tpg_enabled;
drivers/scsi/qla4xxx/ql4_def.h
315
atomic_t retry_relogin_timer; /* Min Time between relogins
drivers/scsi/qla4xxx/ql4_def.h
317
atomic_t relogin_timer; /* Max Time to wait for
drivers/scsi/qla4xxx/ql4_def.h
319
atomic_t relogin_retry_count; /* Num of times relogin has been
drivers/scsi/qla4xxx/ql4_def.h
677
atomic_t check_relogin_timeouts;
drivers/scsi/scsi_debug.c
391
atomic_t stopped; /* 1: by SSU, 2: device start */
drivers/scsi/scsi_debug.c
473
static atomic_t sdebug_cmnd_count; /* number of incoming commands */
drivers/scsi/scsi_debug.c
474
static atomic_t sdebug_completions; /* count of deferred completions */
drivers/scsi/scsi_debug.c
475
static atomic_t sdebug_miss_cpus; /* submission + completion cpus differ */
drivers/scsi/scsi_debug.c
476
static atomic_t sdebug_a_tsf; /* 'almost task set full' counter */
drivers/scsi/scsi_debug.c
477
static atomic_t sdeb_inject_pending;
drivers/scsi/scsi_debug.c
478
static atomic_t sdeb_mq_poll_count; /* bumped when mq_poll returns > 0 */
drivers/scsi/scsi_sysfs.c
939
return snprintf(buf, 20, "%d\n", (int)sizeof(atomic_t) * 8);
drivers/scsi/scsi_transport_fc.c
498
static atomic_t fc_event_seq;
drivers/scsi/scsi_transport_iscsi.c
92
static atomic_t iscsi_session_nr; /* sysfs session id for next new session */
drivers/scsi/scsi_transport_srp.c
23
atomic_t next_port_id;
drivers/scsi/sd.h
108
atomic_t openers;
drivers/scsi/sg.c
170
atomic_t detaching; /* 0->device usable, 1->device detaching */
drivers/scsi/smartpqi/smartpqi.h
1175
atomic_t scsi_cmds_outstanding[PQI_MAX_LUNS_PER_DEVICE];
drivers/scsi/smartpqi/smartpqi.h
1263
atomic_t refcount;
drivers/scsi/smartpqi/smartpqi.h
1403
atomic_t num_interrupts;
drivers/scsi/smartpqi/smartpqi.h
1412
atomic_t num_busy_threads;
drivers/scsi/smartpqi/smartpqi.h
1413
atomic_t num_blocked_threads;
drivers/scsi/smartpqi/smartpqi_init.c
110
static atomic_t pqi_controller_count = ATOMIC_INIT(0);
drivers/scsi/snic/snic.h
256
atomic_t state;
drivers/scsi/snic/snic.h
299
atomic_t ios_inflight; /* io in flight counter */
drivers/scsi/st.h
112
atomic_t last_read_size; /* Number of bytes issued for last read */
drivers/scsi/st.h
113
atomic_t last_write_size; /* Number of bytes issued for last write */
drivers/scsi/storvsc_drv.c
415
atomic_t num_outstanding_req;
drivers/soc/fsl/dpio/qbman-portal.h
136
atomic_t available; /* indicates if a command can be sent */
drivers/soc/fsl/qbman/qman_test_stash.c
87
atomic_t started;
drivers/soc/qcom/rpmh-internal.h
128
atomic_t cpus_in_pm;
drivers/soc/ti/knav_dma.c
101
atomic_t ref_count;
drivers/soc/ti/knav_dma.c
110
atomic_t ref_count;
drivers/soc/ti/knav_qmss.h
119
atomic_t retrigger_count;
drivers/soc/ti/knav_qmss.h
252
atomic_t desc_head, desc_tail, desc_count;
drivers/soc/ti/knav_qmss.h
260
atomic_t num_notifiers;
drivers/soc/ti/knav_qmss.h
283
atomic_t notifier_enabled;
drivers/spi/spi-pci1xxxx.c
143
atomic_t dma_completion_count;
drivers/spi/spi-pxa2xx.h
61
atomic_t dma_running;
drivers/spi/spi-rockchip.c
184
atomic_t state;
drivers/spi/spi-uniphier.c
37
atomic_t dma_busy;
drivers/staging/greybus/loopback.c
69
atomic_t outstanding_operations;
drivers/staging/media/atomisp/pci/atomisp_subdev.h
266
atomic_t sof_count;
drivers/staging/media/atomisp/pci/atomisp_subdev.h
267
atomic_t sequence; /* Sequence value that is assigned to buffer. */
drivers/staging/media/atomisp/pci/atomisp_subdev.h
268
atomic_t sequence_temp;
drivers/staging/media/ipu3/ipu3.h
148
atomic_t qbuf_barrier;
drivers/staging/media/ipu3/ipu3.h
80
atomic_t sequence;
drivers/staging/media/ipu3/ipu3.h
96
atomic_t running_mode;
drivers/staging/media/ipu7/ipu7-isys-queue.h
33
atomic_t str2mmio_flag;
drivers/staging/media/ipu7/ipu7-isys-video.h
55
atomic_t sequence;
drivers/staging/media/ipu7/ipu7-isys-video.h
56
atomic_t buf_id;
drivers/staging/media/meson/vdec/vdec.h
252
atomic_t esparser_queued_bufs;
drivers/staging/media/starfive/camss/stf-capture.h
70
atomic_t frame_skip;
drivers/staging/most/video/video.c
39
atomic_t access_ref;
drivers/staging/nvec/nvec.h
99
atomic_t used;
drivers/staging/octeon/ethernet-rx.c
32
static atomic_t oct_rx_ready = ATOMIC_INIT(0);
drivers/staging/octeon/ethernet.c
97
atomic_t cvm_oct_poll_queue_stopping = ATOMIC_INIT(0);
drivers/staging/octeon/octeon-ethernet.h
102
extern atomic_t cvm_oct_poll_queue_stopping;
drivers/staging/rtl8723bs/include/drv_types.h
237
atomic_t continual_io_error;
drivers/staging/rtl8723bs/include/drv_types.h
239
atomic_t disable_func;
drivers/staging/rtl8723bs/include/rtw_cmd.h
52
atomic_t cmdthd_running;
drivers/staging/rtl8723bs/include/rtw_cmd.h
65
atomic_t event_seq;
drivers/staging/rtl8723bs/include/rtw_mlme.h
159
atomic_t set_scan_deny; /* 0: allowed, 1: deny */
drivers/staging/rtl8723bs/include/rtw_mlme_ext.h
367
atomic_t event_seq;
drivers/staging/vc04_services/bcm2835-audio/bcm2835.h
76
atomic_t pos;
drivers/target/loopback/tcm_loop.h
38
atomic_t tl_tpg_port_count;
drivers/target/sbp/sbp_target.c
46
static atomic_t login_id = ATOMIC_INIT(0);
drivers/target/target_core_iblock.h
16
atomic_t ib_bio_err_cnt;
drivers/target/target_core_internal.h
28
atomic_t tf_access_cnt;
drivers/target/target_core_user.c
225
static atomic_t global_page_count = ATOMIC_INIT(0);
drivers/thermal/intel/therm_throt.c
126
static atomic_t therm_throt_en = ATOMIC_INIT(0);
drivers/tty/hvc/hvc_console.c
61
static atomic_t hvc_needs_init __read_mostly = ATOMIC_INIT(-1);
drivers/tty/hvc/hvsi.c
75
atomic_t seqno; /* HVSI packet sequence number */
drivers/tty/mips_ejtag_fdc.c
156
atomic_t xmit_total;
drivers/tty/serial/8250/8250_omap.c
141
atomic_t active;
drivers/tty/serial/atmel_serial.c
141
atomic_t tasklet_shutdown;
drivers/tty/serial/dz.c
78
atomic_t map_guard;
drivers/tty/serial/dz.c
79
atomic_t irq_guard;
drivers/tty/serial/msm_serial.c
1787
static atomic_t msm_uart_next_id = ATOMIC_INIT(0);
drivers/tty/serial/zs.h
43
atomic_t irq_guard;
drivers/uio/uio_hv_generic.c
57
atomic_t refcnt;
drivers/usb/class/usbtmc.c
125
atomic_t srq_asserted;
drivers/usb/class/usbtmc.c
126
atomic_t closing;
drivers/usb/class/usbtmc.c
95
atomic_t iin_data_valid;
drivers/usb/gadget/function/f_ecm.c
59
atomic_t notify_count;
drivers/usb/gadget/function/f_fs.c
230
atomic_t seqno;
drivers/usb/gadget/function/f_ncm.c
59
atomic_t notify_count;
drivers/usb/gadget/function/f_rndis.c
82
atomic_t notify_count;
drivers/usb/gadget/function/f_uac1.c
45
atomic_t int_count;
drivers/usb/gadget/function/f_uac2.c
72
atomic_t int_count;
drivers/usb/gadget/function/tcm.h
47
atomic_t tpg_port_count;
drivers/usb/gadget/function/u_ether.c
67
atomic_t tx_qlen;
drivers/usb/gadget/function/uvc.h
102
atomic_t queued;
drivers/usb/gadget/udc/lpc32xx_udc.c
167
atomic_t enabled_ep_cnt;
drivers/usb/host/isp116x.h
288
atomic_t atl_finishing;
drivers/usb/misc/appledisplay.c
75
static atomic_t count_displays = ATOMIC_INIT(0);
drivers/usb/misc/iowarrior.c
86
atomic_t write_busy; /* number of write-urbs submitted */
drivers/usb/misc/iowarrior.c
87
atomic_t read_idx;
drivers/usb/misc/iowarrior.c
88
atomic_t intr_idx;
drivers/usb/misc/iowarrior.c
89
atomic_t overflow_flag; /* signals an index 'rollover' */
drivers/usb/misc/usbtest.c
1528
atomic_t pending;
drivers/usb/serial/io_edgeport.c
265
static atomic_t CmdUrbs = ATOMIC_INIT(0);
drivers/usb/serial/mos7720.c
97
atomic_t shadowDSR; /* updated in int-in callback */
drivers/usb/usbip/vhci.h
111
atomic_t seqnum;
drivers/vdpa/mlx5/core/mlx5_vdpa.h
100
atomic_t shutdown;
drivers/vdpa/octeon_ep/octep_vdpa_main.c
35
atomic_t status;
drivers/vhost/net.c
99
atomic_t refcount;
drivers/vhost/vdpa.c
54
atomic_t opened;
drivers/vhost/vsock.c
60
atomic_t queued_replies;
drivers/video/fbdev/arcfb.c
76
atomic_t ref_count;
drivers/video/fbdev/omap2/omapfb/displays/panel-dsi-cm.c
68
atomic_t do_update;
drivers/video/fbdev/omap2/omapfb/omapfb.h
52
atomic_t map_count;
drivers/video/fbdev/omap2/omapfb/omapfb.h
54
atomic_t lock_count;
drivers/video/fbdev/ps3fb.c
115
atomic_t ext_flip; /* on/off flip with vsync */
drivers/video/fbdev/ps3fb.c
116
atomic_t f_count; /* fb_open count */
drivers/video/fbdev/sh_mobile_lcdcfb.c
208
atomic_t hw_usecnt;
drivers/video/fbdev/smscufx.c
100
atomic_t usb_active; /* 0 = update virtual buffer, but no usb traffic */
drivers/video/fbdev/smscufx.c
101
atomic_t lost_pixels; /* 1 = a render op failed. Need screen refresh */
drivers/virt/coco/guest/report.c
18
atomic_t count;
drivers/virt/nitro_enclaves/ne_pci_dev.h
296
atomic_t cmd_reply_avail;
drivers/virtio/virtio_mem.c
110
atomic_t wq_active;
drivers/virtio/virtio_mem.c
111
atomic_t config_changed;
drivers/w1/masters/amd_axi_w1.c
62
atomic_t flag; /* Set on IRQ, cleared once serviced */
drivers/w1/slaves/w1_therm.c
186
atomic_t refcnt;
drivers/w1/w1_netlink.c
20
atomic_t refcnt;
drivers/watchdog/pcwd_usb.c
139
atomic_t cmd_received;
drivers/watchdog/wdrtas.c
40
static atomic_t wdrtas_miscdev_open = ATOMIC_INIT(0);
drivers/xen/events/events_base.c
171
static atomic_t channels_on_cpu[NR_CPUS];
drivers/xen/gntdev-common.h
51
atomic_t in_use;
drivers/xen/gntdev-common.h
85
atomic_t live_grants;
drivers/xen/pvcalls-back.c
66
atomic_t read;
drivers/xen/pvcalls-back.c
67
atomic_t write;
drivers/xen/pvcalls-back.c
68
atomic_t io;
drivers/xen/pvcalls-back.c
69
atomic_t release;
drivers/xen/pvcalls-back.c
70
atomic_t eoi;
drivers/xen/pvcalls-front.c
44
static atomic_t pvcalls_refcount;
drivers/xen/pvcalls-front.c
60
atomic_t refcount;
drivers/xen/xen-scsiback.c
94
atomic_t nr_unreplied_reqs;
fs/affs/affs.h
43
atomic_t i_opencnt;
fs/afs/addr_list.c
62
static atomic_t debug_id;
fs/afs/cell.c
21
static atomic_t cell_debug_id;
fs/afs/flock.c
31
static atomic_t afs_file_lock_debug_id;
fs/afs/fs_operation.c
13
static atomic_t afs_operation_debug_counter;
fs/afs/internal.h
1301
static inline void __afs_stat(atomic_t *s)
fs/afs/internal.h
289
atomic_t nr_outstanding_calls;
fs/afs/internal.h
290
atomic_t nr_superblocks;
fs/afs/internal.h
296
atomic_t cells_outstanding;
fs/afs/internal.h
315
atomic_t servers_outstanding;
fs/afs/internal.h
329
atomic_t n_lookup; /* Number of lookups done */
fs/afs/internal.h
330
atomic_t n_reval; /* Number of dentries needing revalidation */
fs/afs/internal.h
331
atomic_t n_inval; /* Number of invalidations by the server */
fs/afs/internal.h
332
atomic_t n_relpg; /* Number of invalidations by release_folio */
fs/afs/internal.h
333
atomic_t n_read_dir; /* Number of directory pages read */
fs/afs/internal.h
334
atomic_t n_dir_cr; /* Number of directory entry creation edits */
fs/afs/internal.h
335
atomic_t n_dir_rm; /* Number of directory entry removal edits */
fs/afs/internal.h
336
atomic_t n_stores; /* Number of store ops */
fs/afs/internal.h
339
atomic_t n_fetches; /* Number of data fetch ops */
fs/afs/internal.h
387
atomic_t active; /* Active usage counter */
fs/afs/internal.h
437
atomic_t probe_outstanding;
fs/afs/internal.h
521
atomic_t nr_probing; /* Number of outstanding probes */
fs/afs/internal.h
569
atomic_t active; /* Active user count */
fs/afs/internal.h
656
atomic_t cb_ro_snapshot; /* RO volume update-from-snapshot counter */
fs/afs/internal.h
657
atomic_t cb_v_break; /* Volume-break event counter. */
fs/afs/internal.h
658
atomic_t cb_v_check; /* Volume-break has-been-checked counter. */
fs/afs/internal.h
659
atomic_t cb_scrub; /* Scrub-all-data event counter. */
fs/afs/internal.h
728
atomic_t cb_nr_mmap; /* Number of mmaps */
fs/afs/server.c
15
static atomic_t afs_server_debug_id;
fs/afs/super.c
68
static atomic_t afs_count_active_inodes;
fs/afs/vl_list.c
16
static atomic_t debug_ids;
fs/afs/vl_rotate.c
20
static atomic_t debug_ids;
fs/afs/volume.c
13
static atomic_t afs_volume_debug_id;
fs/aio.c
144
atomic_t reqs_available;
fs/aio.c
92
atomic_t count;
fs/aio.c
97
atomic_t dead;
fs/btrfs/async-thread.c
36
atomic_t pending;
fs/btrfs/bio.c
26
atomic_t repair_count;
fs/btrfs/bio.h
78
atomic_t pending_ios;
fs/btrfs/block-group.h
114
atomic_t progress;
fs/btrfs/block-group.h
222
atomic_t frozen;
fs/btrfs/block-group.h
246
atomic_t reservations;
fs/btrfs/block-group.h
256
atomic_t nocow_writers;
fs/btrfs/compression.c
803
atomic_t *total_ws;
fs/btrfs/compression.c
899
atomic_t *total_ws;
fs/btrfs/compression.h
110
atomic_t total_ws;
fs/btrfs/ctree.h
198
atomic_t log_writers;
fs/btrfs/ctree.h
199
atomic_t log_commit[2];
fs/btrfs/ctree.h
201
atomic_t log_batch;
fs/btrfs/ctree.h
296
atomic_t snapshot_force_cow;
fs/btrfs/ctree.h
305
atomic_t nr_swapfiles;
fs/btrfs/fs.h
433
atomic_t discardable_extents;
fs/btrfs/fs.h
482
atomic_t items; /* for delayed items */
fs/btrfs/fs.h
483
atomic_t items_seq; /* for delayed items */
fs/btrfs/fs.h
652
atomic_t nr_delayed_iputs;
fs/btrfs/fs.h
662
atomic_t async_delalloc_pages;
fs/btrfs/fs.h
757
atomic_t defrag_running;
fs/btrfs/fs.h
773
atomic_t balance_pause_req;
fs/btrfs/fs.h
774
atomic_t balance_cancel_req;
fs/btrfs/fs.h
779
atomic_t reloc_cancel_req;
fs/btrfs/fs.h
786
atomic_t scrubs_running;
fs/btrfs/fs.h
787
atomic_t scrub_pause_req;
fs/btrfs/fs.h
788
atomic_t scrubs_paused;
fs/btrfs/fs.h
789
atomic_t scrub_cancel_req;
fs/btrfs/inode.c
775
atomic_t num_chunks;
fs/btrfs/locking.h
224
atomic_t readers;
fs/btrfs/locking.h
225
atomic_t writers;
fs/btrfs/raid56.h
181
atomic_t stripes_pending;
fs/btrfs/scrub.c
160
atomic_t pending_io;
fs/btrfs/scrub.c
201
atomic_t cancel_req;
fs/btrfs/subpage.h
77
atomic_t eb_refs;
fs/btrfs/subpage.h
84
atomic_t nr_locked;
fs/btrfs/transaction.h
116
atomic_t pending_ordered;
fs/btrfs/transaction.h
57
atomic_t num_extwriters;
fs/btrfs/transaction.h
62
atomic_t num_writers;
fs/btrfs/volumes.h
168
atomic_t sb_write_errors;
fs/btrfs/volumes.h
199
atomic_t dev_stats_ccnt;
fs/btrfs/volumes.h
200
atomic_t dev_stat_values[BTRFS_DEV_STAT_VALUES_MAX];
fs/btrfs/volumes.h
509
atomic_t error;
fs/btrfs/zoned.h
45
atomic_t active_zones_left;
fs/cachefiles/interface.c
17
static atomic_t cachefiles_object_debug_id;
fs/cachefiles/internal.h
100
atomic_t f_released; /* number of objects released lately */
fs/cachefiles/internal.h
99
atomic_t gravecounter; /* graveyard uniquifier */
fs/ceph/file.c
1267
atomic_t pending_reqs;
fs/ceph/mds_client.h
227
atomic_t s_cap_gen; /* inc each time we get mds stale msg */
fs/ceph/mds_client.h
403
atomic_t ref;
fs/ceph/mds_client.h
453
atomic_t num_sessions;
fs/ceph/mds_client.h
458
atomic_t stopping_blockers;
fs/ceph/mds_client.h
506
atomic_t cap_reclaim_pending;
fs/ceph/super.h
470
atomic_t i_filelock_ref;
fs/ceph/super.h
471
atomic_t i_shared_gen; /* increment each time we get FILE_SHARED */
fs/ceph/super.h
951
atomic_t nref;
fs/coda/cache.c
28
static atomic_t permission_epoch = ATOMIC_INIT(0);
fs/configfs/configfs_internal.h
22
atomic_t frag_count;
fs/configfs/configfs_internal.h
31
atomic_t s_count;
fs/coredump.c
85
static atomic_t core_pipe_count = ATOMIC_INIT(0);
fs/crypto/bio.c
51
atomic_t pending;
fs/dcache.c
332
atomic_t count;
fs/debugfs/file.c
897
atomic_set((atomic_t *)data, val);
fs/debugfs/file.c
902
*val = atomic_read((atomic_t *)data);
fs/debugfs/file.c
924
struct dentry *parent, atomic_t *value)
fs/devpts/inode.c
47
static atomic_t pty_count = ATOMIC_INIT(0);
fs/dlm/dlm_internal.h
568
atomic_t ls_count; /* refcount of processes in
fs/dlm/lowcomms.c
207
static atomic_t processqueue_count;
fs/dlm/midcomms.c
157
atomic_t seq_send;
fs/dlm/midcomms.c
158
atomic_t seq_next;
fs/dlm/midcomms.c
166
atomic_t send_queue_cnt;
fs/dlm/midcomms.c
170
atomic_t ulp_delivered;
fs/dlm/user.c
32
static atomic_t dlm_monitor_opened;
fs/ecryptfs/ecryptfs_kernel.h
252
atomic_t lower_file_count;
fs/ecryptfs/miscdev.c
19
static atomic_t ecryptfs_num_miscdev_opens;
fs/erofs/data.c
239
atomic_t o;
fs/erofs/data.c
248
atomic_inc((atomic_t *)&folio->private);
fs/erofs/data.c
256
orig = atomic_read((atomic_t *)&folio->private);
fs/erofs/data.c
260
} while (atomic_cmpxchg((atomic_t *)&folio->private, orig, v) != orig);
fs/erofs/zdata.c
292
static atomic_t erofs_percpu_workers_initialized = ATOMIC_INIT(0);
fs/erofs/zdata.c
96
atomic_t pending_bios;
fs/ext4/ext4.h
1132
atomic_t i_prealloc_active;
fs/ext4/ext4.h
1508
atomic_t ob_free_entries; /* Number of free orphan entries in block */
fs/ext4/ext4.h
1613
atomic_t s_mb_free_pending;
fs/ext4/ext4.h
1618
atomic_t s_retry_alloc_pending;
fs/ext4/ext4.h
1643
atomic_t s_bal_reqs; /* number of reqs with len > 1 */
fs/ext4/ext4.h
1644
atomic_t s_bal_success; /* we found long enough chunks */
fs/ext4/ext4.h
1645
atomic_t s_bal_allocated; /* in blocks */
fs/ext4/ext4.h
1646
atomic_t s_bal_ex_scanned; /* total extents scanned */
fs/ext4/ext4.h
1647
atomic_t s_bal_cX_ex_scanned[EXT4_MB_NUM_CRS]; /* total extents scanned */
fs/ext4/ext4.h
1648
atomic_t s_bal_groups_scanned; /* number of groups scanned */
fs/ext4/ext4.h
1649
atomic_t s_bal_goals; /* goal hits */
fs/ext4/ext4.h
1650
atomic_t s_bal_stream_goals; /* stream allocation global goal hits */
fs/ext4/ext4.h
1651
atomic_t s_bal_len_goals; /* len goal hits */
fs/ext4/ext4.h
1652
atomic_t s_bal_breaks; /* too long searches */
fs/ext4/ext4.h
1653
atomic_t s_bal_2orders; /* 2^order hits */
fs/ext4/ext4.h
1657
atomic_t s_mb_buddies_generated; /* number of buddies generated */
fs/ext4/ext4.h
1659
atomic_t s_mb_lost_chunks;
fs/ext4/ext4.h
1660
atomic_t s_mb_preallocated;
fs/ext4/ext4.h
1661
atomic_t s_mb_discarded;
fs/ext4/ext4.h
1662
atomic_t s_lock_busy;
fs/ext4/ext4.h
1721
atomic_t s_warning_count;
fs/ext4/ext4.h
1722
atomic_t s_msg_count;
fs/ext4/ext4.h
1771
atomic_t s_fc_subtid;
fs/ext4/ext4.h
443
atomic_t free_inodes;
fs/ext4/ext4.h
444
atomic_t used_dirs;
fs/ext4/mballoc.h
129
atomic_t pa_count;
fs/ext4/sysfs.c
449
return sysfs_emit(buf, "%d\n", atomic_read((atomic_t *) ptr));
fs/f2fs/f2fs.h
1003
atomic_t writeback; /* count # of writeback thread */
fs/f2fs/f2fs.h
1177
atomic_t issued_flush; /* # of issued flushes */
fs/f2fs/f2fs.h
1178
atomic_t queued_flush; /* # of queued flushes */
fs/f2fs/f2fs.h
1682
atomic_t pending_pages; /* in-flight compressed page count */
fs/f2fs/f2fs.h
1713
atomic_t remaining_pages;
fs/f2fs/f2fs.h
1858
atomic_t nr_pages[NR_COUNT_TYPE];
fs/f2fs/f2fs.h
1865
atomic_t wb_sync_req[META]; /* count # of WB_SYNC threads */
fs/f2fs/f2fs.h
1909
atomic_t meta_count[META_MAX]; /* # of meta blocks */
fs/f2fs/f2fs.h
1912
atomic_t inplace_count; /* # of inplace update */
fs/f2fs/f2fs.h
1921
atomic_t inline_xattr; /* # of inline_xattr inodes */
fs/f2fs/f2fs.h
1922
atomic_t inline_inode; /* # of inline_data inodes */
fs/f2fs/f2fs.h
1923
atomic_t inline_dir; /* # of inline_dentry inodes */
fs/f2fs/f2fs.h
1924
atomic_t compr_inode; /* # of compressed inodes */
fs/f2fs/f2fs.h
1926
atomic_t swapfile_inode; /* # of swapfile inodes */
fs/f2fs/f2fs.h
1927
atomic_t atomic_files; /* # of opened atomic file */
fs/f2fs/f2fs.h
1928
atomic_t max_aw_cnt; /* max # of atomic writes */
fs/f2fs/f2fs.h
1932
atomic_t cp_call_count[MAX_CALL_TYPE]; /* # of cp call */
fs/f2fs/f2fs.h
2028
atomic_t compress_page_hit; /* cache hit count */
fs/f2fs/f2fs.h
423
atomic_t issued_ckpt; /* # of actually issued ckpts */
fs/f2fs/f2fs.h
424
atomic_t total_ckpt; /* # of total ckpts */
fs/f2fs/f2fs.h
425
atomic_t queued_ckpt; /* # of queued ckpts */
fs/f2fs/f2fs.h
532
atomic_t issued_discard; /* # of issued discard */
fs/f2fs/f2fs.h
533
atomic_t queued_discard; /* # of queued discard */
fs/f2fs/f2fs.h
534
atomic_t discard_cmd_cnt; /* # of cached cmd count */
fs/f2fs/f2fs.h
800
atomic_t node_cnt; /* # of extent node in rb-tree*/
fs/f2fs/f2fs.h
810
atomic_t total_ext_tree; /* extent tree count */
fs/f2fs/f2fs.h
812
atomic_t total_zombie_tree; /* extent zombie tree count */
fs/f2fs/f2fs.h
813
atomic_t total_ext_node; /* extent info count */
fs/f2fs/f2fs.h
83
atomic_t inject_ops;
fs/f2fs/f2fs.h
953
atomic_t dirty_pages; /* # of dirty pages */
fs/f2fs/f2fs.h
975
atomic_t open_count; /* # of open files */
fs/f2fs/f2fs.h
997
atomic_t i_compr_blocks; /* # of compressed blocks */
fs/fs-writeback.c
272
static atomic_t isw_nr_in_flight = ATOMIC_INIT(0);
fs/fuse/dev_uring_i.h
133
atomic_t queue_refs;
fs/fuse/fuse_i.h
632
atomic_t count;
fs/fuse/fuse_i.h
652
atomic_t dev_count;
fs/fuse/fuse_i.h
655
atomic_t epoch;
fs/fuse/fuse_i.h
931
atomic_t num_waiting;
fs/gfs2/glock.c
70
static atomic_t lru_count = ATOMIC_INIT(0);
fs/gfs2/incore.h
360
atomic_t gl_ail_count;
fs/gfs2/incore.h
361
atomic_t gl_revokes;
fs/gfs2/incore.h
401
atomic_t i_sizehint; /* hint of the write size */
fs/gfs2/incore.h
722
atomic_t sd_glock_disposal;
fs/gfs2/incore.h
786
atomic_t sd_quota_count;
fs/gfs2/incore.h
805
atomic_t sd_log_pinned;
fs/gfs2/incore.h
812
atomic_t sd_log_thresh1;
fs/gfs2/incore.h
813
atomic_t sd_log_thresh2;
fs/gfs2/incore.h
814
atomic_t sd_log_blks_free;
fs/gfs2/incore.h
815
atomic_t sd_log_blks_needed;
fs/gfs2/incore.h
816
atomic_t sd_log_revokes_available;
fs/gfs2/incore.h
824
atomic_t sd_log_in_flight;
fs/hfs/btree.h
68
atomic_t refcnt;
fs/hfs/hfs_fs.h
30
atomic_t opencnt;
fs/hfsplus/hfsplus_fs.h
119
atomic_t attr_tree_state;
fs/hfsplus/hfsplus_fs.h
180
atomic_t opencnt;
fs/hfsplus/hfsplus_fs.h
85
atomic_t refcnt;
fs/inode.c
1152
static atomic_t shared_last_ino;
fs/iomap/buffered-io.c
24
atomic_t write_bytes_pending;
fs/iomap/direct-io.c
33
atomic_t ref;
fs/jbd2/journal.c
2809
static atomic_t nr_journal_heads = ATOMIC_INIT(0);
fs/jffs2/xattr.h
32
atomic_t refcnt; /* # of xattr_ref refers this */
fs/jfs/jfs_dmap.h
234
atomic_t db_active[MAXAG]; /* count of active, open files in AG */
fs/jfs/jfs_imap.h
133
atomic_t im_numinos; /* num of backed inodes */
fs/jfs/jfs_imap.h
134
atomic_t im_numfree; /* num of free backed inodes */
fs/jfs/jfs_metapage.c
79
atomic_t io_count;
fs/kernfs/file.c
23
atomic_t event;
fs/kernfs/inode.c
353
atomic_t *sz = &attr->user_xattr_size;
fs/kernfs/inode.c
354
atomic_t *nr = &attr->nr_user_xattrs;
fs/kernfs/inode.c
393
atomic_t *sz = &attr->user_xattr_size;
fs/kernfs/inode.c
394
atomic_t *nr = &attr->nr_user_xattrs;
fs/kernfs/kernfs-internal.h
30
atomic_t nr_user_xattrs;
fs/kernfs/kernfs-internal.h
31
atomic_t user_xattr_size;
fs/lockd/clntproc.c
43
static atomic_t nlm_cookie = ATOMIC_INIT(0x1234);
fs/netfs/fscache_cache.c
19
static atomic_t fscache_cache_debug_id;
fs/netfs/fscache_cookie.c
320
static atomic_t fscache_cookie_debug_id = ATOMIC_INIT(1);
fs/netfs/fscache_stats.c
16
atomic_t fscache_n_volumes;
fs/netfs/fscache_stats.c
17
atomic_t fscache_n_volumes_collision;
fs/netfs/fscache_stats.c
18
atomic_t fscache_n_volumes_nomem;
fs/netfs/fscache_stats.c
19
atomic_t fscache_n_cookies;
fs/netfs/fscache_stats.c
20
atomic_t fscache_n_cookies_lru;
fs/netfs/fscache_stats.c
21
atomic_t fscache_n_cookies_lru_expired;
fs/netfs/fscache_stats.c
22
atomic_t fscache_n_cookies_lru_removed;
fs/netfs/fscache_stats.c
23
atomic_t fscache_n_cookies_lru_dropped;
fs/netfs/fscache_stats.c
25
atomic_t fscache_n_acquires;
fs/netfs/fscache_stats.c
26
atomic_t fscache_n_acquires_ok;
fs/netfs/fscache_stats.c
27
atomic_t fscache_n_acquires_oom;
fs/netfs/fscache_stats.c
29
atomic_t fscache_n_invalidates;
fs/netfs/fscache_stats.c
31
atomic_t fscache_n_updates;
fs/netfs/fscache_stats.c
34
atomic_t fscache_n_relinquishes;
fs/netfs/fscache_stats.c
35
atomic_t fscache_n_relinquishes_retire;
fs/netfs/fscache_stats.c
36
atomic_t fscache_n_relinquishes_dropped;
fs/netfs/fscache_stats.c
38
atomic_t fscache_n_resizes;
fs/netfs/fscache_stats.c
39
atomic_t fscache_n_resizes_null;
fs/netfs/fscache_stats.c
41
atomic_t fscache_n_read;
fs/netfs/fscache_stats.c
43
atomic_t fscache_n_write;
fs/netfs/fscache_stats.c
45
atomic_t fscache_n_no_write_space;
fs/netfs/fscache_stats.c
47
atomic_t fscache_n_no_create_space;
fs/netfs/fscache_stats.c
49
atomic_t fscache_n_culled;
fs/netfs/fscache_stats.c
51
atomic_t fscache_n_dio_misfit;
fs/netfs/fscache_volume.c
15
static atomic_t fscache_volume_debug_id;
fs/netfs/internal.h
130
extern atomic_t netfs_n_rh_dio_read;
fs/netfs/internal.h
131
extern atomic_t netfs_n_rh_readahead;
fs/netfs/internal.h
132
extern atomic_t netfs_n_rh_read_folio;
fs/netfs/internal.h
133
extern atomic_t netfs_n_rh_read_single;
fs/netfs/internal.h
134
extern atomic_t netfs_n_rh_rreq;
fs/netfs/internal.h
135
extern atomic_t netfs_n_rh_sreq;
fs/netfs/internal.h
136
extern atomic_t netfs_n_rh_download;
fs/netfs/internal.h
137
extern atomic_t netfs_n_rh_download_done;
fs/netfs/internal.h
138
extern atomic_t netfs_n_rh_download_failed;
fs/netfs/internal.h
139
extern atomic_t netfs_n_rh_download_instead;
fs/netfs/internal.h
140
extern atomic_t netfs_n_rh_read;
fs/netfs/internal.h
141
extern atomic_t netfs_n_rh_read_done;
fs/netfs/internal.h
142
extern atomic_t netfs_n_rh_read_failed;
fs/netfs/internal.h
143
extern atomic_t netfs_n_rh_zero;
fs/netfs/internal.h
144
extern atomic_t netfs_n_rh_short_read;
fs/netfs/internal.h
145
extern atomic_t netfs_n_rh_write;
fs/netfs/internal.h
146
extern atomic_t netfs_n_rh_write_begin;
fs/netfs/internal.h
147
extern atomic_t netfs_n_rh_write_done;
fs/netfs/internal.h
148
extern atomic_t netfs_n_rh_write_failed;
fs/netfs/internal.h
149
extern atomic_t netfs_n_rh_write_zskip;
fs/netfs/internal.h
150
extern atomic_t netfs_n_rh_retry_read_req;
fs/netfs/internal.h
151
extern atomic_t netfs_n_rh_retry_read_subreq;
fs/netfs/internal.h
152
extern atomic_t netfs_n_wh_buffered_write;
fs/netfs/internal.h
153
extern atomic_t netfs_n_wh_writethrough;
fs/netfs/internal.h
154
extern atomic_t netfs_n_wh_dio_write;
fs/netfs/internal.h
155
extern atomic_t netfs_n_wh_writepages;
fs/netfs/internal.h
156
extern atomic_t netfs_n_wh_copy_to_cache;
fs/netfs/internal.h
157
extern atomic_t netfs_n_wh_wstream_conflict;
fs/netfs/internal.h
158
extern atomic_t netfs_n_wh_upload;
fs/netfs/internal.h
159
extern atomic_t netfs_n_wh_upload_done;
fs/netfs/internal.h
160
extern atomic_t netfs_n_wh_upload_failed;
fs/netfs/internal.h
161
extern atomic_t netfs_n_wh_write;
fs/netfs/internal.h
162
extern atomic_t netfs_n_wh_write_done;
fs/netfs/internal.h
163
extern atomic_t netfs_n_wh_write_failed;
fs/netfs/internal.h
164
extern atomic_t netfs_n_wh_retry_write_req;
fs/netfs/internal.h
165
extern atomic_t netfs_n_wh_retry_write_subreq;
fs/netfs/internal.h
166
extern atomic_t netfs_n_wb_lock_skip;
fs/netfs/internal.h
167
extern atomic_t netfs_n_wb_lock_wait;
fs/netfs/internal.h
168
extern atomic_t netfs_n_folioq;
fs/netfs/internal.h
172
static inline void netfs_stat(atomic_t *stat)
fs/netfs/internal.h
177
static inline void netfs_stat_d(atomic_t *stat)
fs/netfs/internal.h
386
extern atomic_t fscache_n_volumes;
fs/netfs/internal.h
387
extern atomic_t fscache_n_volumes_collision;
fs/netfs/internal.h
388
extern atomic_t fscache_n_volumes_nomem;
fs/netfs/internal.h
389
extern atomic_t fscache_n_cookies;
fs/netfs/internal.h
390
extern atomic_t fscache_n_cookies_lru;
fs/netfs/internal.h
391
extern atomic_t fscache_n_cookies_lru_expired;
fs/netfs/internal.h
392
extern atomic_t fscache_n_cookies_lru_removed;
fs/netfs/internal.h
393
extern atomic_t fscache_n_cookies_lru_dropped;
fs/netfs/internal.h
395
extern atomic_t fscache_n_acquires;
fs/netfs/internal.h
396
extern atomic_t fscache_n_acquires_ok;
fs/netfs/internal.h
397
extern atomic_t fscache_n_acquires_oom;
fs/netfs/internal.h
399
extern atomic_t fscache_n_invalidates;
fs/netfs/internal.h
401
extern atomic_t fscache_n_relinquishes;
fs/netfs/internal.h
402
extern atomic_t fscache_n_relinquishes_retire;
fs/netfs/internal.h
403
extern atomic_t fscache_n_relinquishes_dropped;
fs/netfs/internal.h
405
extern atomic_t fscache_n_resizes;
fs/netfs/internal.h
406
extern atomic_t fscache_n_resizes_null;
fs/netfs/internal.h
408
static inline void fscache_stat(atomic_t *stat)
fs/netfs/internal.h
413
static inline void fscache_stat_d(atomic_t *stat)
fs/netfs/objects.c
23
static atomic_t debug_ids;
fs/netfs/rolling_buffer.c
14
static atomic_t debug_ids;
fs/netfs/stats.c
12
atomic_t netfs_n_rh_dio_read;
fs/netfs/stats.c
13
atomic_t netfs_n_rh_readahead;
fs/netfs/stats.c
14
atomic_t netfs_n_rh_read_folio;
fs/netfs/stats.c
15
atomic_t netfs_n_rh_read_single;
fs/netfs/stats.c
16
atomic_t netfs_n_rh_rreq;
fs/netfs/stats.c
17
atomic_t netfs_n_rh_sreq;
fs/netfs/stats.c
18
atomic_t netfs_n_rh_download;
fs/netfs/stats.c
19
atomic_t netfs_n_rh_download_done;
fs/netfs/stats.c
20
atomic_t netfs_n_rh_download_failed;
fs/netfs/stats.c
21
atomic_t netfs_n_rh_download_instead;
fs/netfs/stats.c
22
atomic_t netfs_n_rh_read;
fs/netfs/stats.c
23
atomic_t netfs_n_rh_read_done;
fs/netfs/stats.c
24
atomic_t netfs_n_rh_read_failed;
fs/netfs/stats.c
25
atomic_t netfs_n_rh_zero;
fs/netfs/stats.c
26
atomic_t netfs_n_rh_short_read;
fs/netfs/stats.c
27
atomic_t netfs_n_rh_write;
fs/netfs/stats.c
28
atomic_t netfs_n_rh_write_begin;
fs/netfs/stats.c
29
atomic_t netfs_n_rh_write_done;
fs/netfs/stats.c
30
atomic_t netfs_n_rh_write_failed;
fs/netfs/stats.c
31
atomic_t netfs_n_rh_write_zskip;
fs/netfs/stats.c
32
atomic_t netfs_n_rh_retry_read_req;
fs/netfs/stats.c
33
atomic_t netfs_n_rh_retry_read_subreq;
fs/netfs/stats.c
34
atomic_t netfs_n_wh_buffered_write;
fs/netfs/stats.c
35
atomic_t netfs_n_wh_writethrough;
fs/netfs/stats.c
36
atomic_t netfs_n_wh_dio_write;
fs/netfs/stats.c
37
atomic_t netfs_n_wh_writepages;
fs/netfs/stats.c
38
atomic_t netfs_n_wh_copy_to_cache;
fs/netfs/stats.c
39
atomic_t netfs_n_wh_wstream_conflict;
fs/netfs/stats.c
40
atomic_t netfs_n_wh_upload;
fs/netfs/stats.c
41
atomic_t netfs_n_wh_upload_done;
fs/netfs/stats.c
42
atomic_t netfs_n_wh_upload_failed;
fs/netfs/stats.c
43
atomic_t netfs_n_wh_write;
fs/netfs/stats.c
44
atomic_t netfs_n_wh_write_done;
fs/netfs/stats.c
45
atomic_t netfs_n_wh_write_failed;
fs/netfs/stats.c
46
atomic_t netfs_n_wh_retry_write_req;
fs/netfs/stats.c
47
atomic_t netfs_n_wh_retry_write_subreq;
fs/netfs/stats.c
48
atomic_t netfs_n_wb_lock_skip;
fs/netfs/stats.c
49
atomic_t netfs_n_wb_lock_wait;
fs/netfs/stats.c
50
atomic_t netfs_n_folioq;
fs/nfs/flexfilelayout/flexfilelayout.h
68
atomic_t n_ops;
fs/nfs/fscache.c
263
static atomic_t nfs_netfs_debug_id;
fs/nfs/internal.h
984
atomic_t io_count; /* i/os we're waiting for */
fs/nfs/localio.c
45
atomic_t n_iters;
fs/nfs/nfs4_fs.h
124
atomic_t so_count;
fs/nfs/pnfs.h
206
atomic_t plh_outstanding; /* number of RPCs out */
fs/nfs/pnfs.h
375
atomic_t ref;
fs/nfsd/netns.h
124
atomic_t nr_reclaim_complete;
fs/nfsd/netns.h
156
atomic_t pending_async_copies;
fs/nfsd/netns.h
184
atomic_t num_drc_entries;
fs/nfsd/netns.h
212
atomic_t nfs4_client_count;
fs/nfsd/netns.h
215
atomic_t nfsd_courtesy_clients;
fs/nfsd/nfs4state.c
1950
static atomic_t nfsd_total_target_slots = ATOMIC_INIT(0);
fs/nfsd/nfsd.h
81
extern atomic_t nfsd_th_cnt; /* number of available threads */
fs/nfsd/nfssvc.c
38
atomic_t nfsd_th_cnt = ATOMIC_INIT(0);
fs/nfsd/nfssvc.c
496
static atomic_t nfsd_notifier_refcount = ATOMIC_INIT(0);
fs/nfsd/state.h
368
atomic_t se_ref;
fs/nfsd/state.h
469
atomic_t cl_admin_revoked; /* count of admin-revoked states */
fs/nfsd/state.h
507
atomic_t cl_rpc_users;
fs/nfsd/state.h
523
atomic_t cl_cb_inflight; /* Outstanding callbacks */
fs/nfsd/state.h
526
atomic_t cl_delegs_in_recall;
fs/nfsd/state.h
593
atomic_t so_count;
fs/nfsd/state.h
684
atomic_t fi_access[2];
fs/nfsd/state.h
693
atomic_t fi_lo_recalls;
fs/nilfs2/segbuf.h
81
atomic_t sb_err;
fs/nilfs2/segment.c
2228
atomic_t done;
fs/nilfs2/the_nilfs.h
126
atomic_t ns_ndirtyblks;
fs/notify/notification.c
38
static atomic_t fsnotify_sync_cookie = ATOMIC_INIT(0);
fs/ntfs3/ntfs_fs.h
282
atomic_t da;
fs/ntfs3/super.c
107
static atomic_t s_name_buf_cnt = ATOMIC_INIT(1); // 1 means 'free s_name_buf'.
fs/ocfs2/cluster/heartbeat.c
233
atomic_t hr_steady_iterations;
fs/ocfs2/cluster/heartbeat.c
237
atomic_t hr_unsteady_iterations;
fs/ocfs2/cluster/heartbeat.c
271
atomic_t wc_num_reqs;
fs/ocfs2/cluster/tcp.c
480
static atomic_t o2net_connected_peers = ATOMIC_INIT(0);
fs/ocfs2/cluster/tcp_internal.h
83
atomic_t nn_timeout;
fs/ocfs2/dlm/dlmcommon.h
135
atomic_t mle_tot_count[DLM_MLE_NUM_TYPES];
fs/ocfs2/dlm/dlmcommon.h
136
atomic_t mle_cur_count[DLM_MLE_NUM_TYPES];
fs/ocfs2/dlm/dlmcommon.h
137
atomic_t res_tot_count;
fs/ocfs2/dlm/dlmcommon.h
138
atomic_t res_cur_count;
fs/ocfs2/dlm/dlmcommon.h
308
atomic_t asts_reserved;
fs/ocfs2/dlm/dlmcommon.h
45
atomic_t woken;
fs/ocfs2/journal.h
52
atomic_t j_num_trans; /* Number of transactions
fs/ocfs2/ocfs2.h
219
atomic_t os_state; /* ACTIVE or INACTIVE */
fs/ocfs2/ocfs2.h
239
atomic_t moves;
fs/ocfs2/ocfs2.h
240
atomic_t local_data;
fs/ocfs2/ocfs2.h
241
atomic_t bitmap_data;
fs/ocfs2/ocfs2.h
242
atomic_t bg_allocs;
fs/ocfs2/ocfs2.h
243
atomic_t bg_extends;
fs/ocfs2/ocfs2.h
368
atomic_t s_num_inodes_stolen;
fs/ocfs2/ocfs2.h
369
atomic_t s_num_meta_stolen;
fs/ocfs2/ocfs2.h
383
atomic_t vol_state;
fs/ocfs2/ocfs2.h
471
atomic_t osb_tl_disable;
fs/ocfs2/stack_user.c
112
atomic_t oc_this_node;
fs/ocfs2/stack_user.c
164
static atomic_t ocfs2_control_opened;
fs/overlayfs/dir.c
62
static atomic_t temp_id = ATOMIC_INIT(0);
fs/proc/internal.h
36
atomic_t in_use;
fs/pstore/ram_core.c
35
atomic_t start;
fs/pstore/ram_core.c
36
atomic_t size;
fs/pstore/zone.c
129
atomic_t recovered;
fs/pstore/zone.c
130
atomic_t on_panic;
fs/pstore/zone.c
36
atomic_t datalen;
fs/pstore/zone.c
37
atomic_t start;
fs/pstore/zone.c
86
atomic_t dirty;
fs/quota/netlink.c
40
static atomic_t seq;
fs/resctrl/internal.h
227
atomic_t waitcount;
fs/smb/client/cifs_fs_sb.h
57
atomic_t active;
fs/smb/client/cifs_fs_sb.h
58
atomic_t mnt_cifs_flags;
fs/smb/client/cifsfs.c
85
atomic_t sesInfoAllocCount;
fs/smb/client/cifsfs.c
86
atomic_t tconInfoAllocCount;
fs/smb/client/cifsfs.c
87
atomic_t tcpSesNextId;
fs/smb/client/cifsfs.c
88
atomic_t tcpSesAllocCount;
fs/smb/client/cifsfs.c
89
atomic_t tcpSesReconnectCount;
fs/smb/client/cifsfs.c
90
atomic_t tconInfoReconnectCount;
fs/smb/client/cifsfs.c
92
atomic_t mid_count;
fs/smb/client/cifsfs.c
93
atomic_t buf_alloc_count;
fs/smb/client/cifsfs.c
94
atomic_t small_buf_alloc_count;
fs/smb/client/cifsfs.c
96
atomic_t total_buf_alloc_count;
fs/smb/client/cifsfs.c
97
atomic_t total_small_buf_alloc_count;
fs/smb/client/cifsglob.h
1135
atomic_t chan_seq; /* round robin state */
fs/smb/client/cifsglob.h
1202
atomic_t num_local_opens; /* num of all opens including disconnected */
fs/smb/client/cifsglob.h
1203
atomic_t num_remote_opens; /* num of all network opens on server */
fs/smb/client/cifsglob.h
1213
atomic_t num_smbs_sent;
fs/smb/client/cifsglob.h
1216
atomic_t num_writes;
fs/smb/client/cifsglob.h
1217
atomic_t num_reads;
fs/smb/client/cifsglob.h
1218
atomic_t num_flushes;
fs/smb/client/cifsglob.h
1219
atomic_t num_oplock_brks;
fs/smb/client/cifsglob.h
1220
atomic_t num_opens;
fs/smb/client/cifsglob.h
1221
atomic_t num_closes;
fs/smb/client/cifsglob.h
1222
atomic_t num_deletes;
fs/smb/client/cifsglob.h
1223
atomic_t num_mkdirs;
fs/smb/client/cifsglob.h
1224
atomic_t num_posixopens;
fs/smb/client/cifsglob.h
1225
atomic_t num_posixmkdirs;
fs/smb/client/cifsglob.h
1226
atomic_t num_rmdirs;
fs/smb/client/cifsglob.h
1227
atomic_t num_renames;
fs/smb/client/cifsglob.h
1228
atomic_t num_t2renames;
fs/smb/client/cifsglob.h
1229
atomic_t num_ffirst;
fs/smb/client/cifsglob.h
1230
atomic_t num_fnext;
fs/smb/client/cifsglob.h
1231
atomic_t num_fclose;
fs/smb/client/cifsglob.h
1232
atomic_t num_hardlinks;
fs/smb/client/cifsglob.h
1233
atomic_t num_symlinks;
fs/smb/client/cifsglob.h
1234
atomic_t num_locks;
fs/smb/client/cifsglob.h
1235
atomic_t num_acl_get;
fs/smb/client/cifsglob.h
1236
atomic_t num_acl_set;
fs/smb/client/cifsglob.h
1239
atomic_t smb2_com_sent[NUMBER_OF_SMB2_COMMANDS];
fs/smb/client/cifsglob.h
1240
atomic_t smb2_com_failed[NUMBER_OF_SMB2_COMMANDS];
fs/smb/client/cifsglob.h
1316
atomic_t tl_count;
fs/smb/client/cifsglob.h
2097
extern atomic_t sesInfoAllocCount;
fs/smb/client/cifsglob.h
2098
extern atomic_t tconInfoAllocCount;
fs/smb/client/cifsglob.h
2099
extern atomic_t tcpSesNextId;
fs/smb/client/cifsglob.h
2100
extern atomic_t tcpSesAllocCount;
fs/smb/client/cifsglob.h
2101
extern atomic_t tcpSesReconnectCount;
fs/smb/client/cifsglob.h
2102
extern atomic_t tconInfoReconnectCount;
fs/smb/client/cifsglob.h
2105
extern atomic_t buf_alloc_count; /* current number allocated */
fs/smb/client/cifsglob.h
2106
extern atomic_t small_buf_alloc_count;
fs/smb/client/cifsglob.h
2108
extern atomic_t total_buf_alloc_count; /* total allocated over all time */
fs/smb/client/cifsglob.h
2109
extern atomic_t total_small_buf_alloc_count;
fs/smb/client/cifsglob.h
2129
extern atomic_t mid_count;
fs/smb/client/cifsglob.h
772
atomic_t in_send; /* requests trying to send */
fs/smb/client/cifsglob.h
773
atomic_t num_waiters; /* blocked waiting to get in sendrecv */
fs/smb/client/cifsglob.h
775
atomic_t num_cmds[NUMBER_OF_SMB2_COMMANDS]; /* total requests by cmd */
fs/smb/client/cifsglob.h
776
atomic_t smb2slowcmd[NUMBER_OF_SMB2_COMMANDS]; /* count resps > 1 sec */
fs/smb/client/dfs_cache.c
55
atomic_t dfs_cache_ttl;
fs/smb/client/dfs_cache.c
62
static atomic_t cache_count;
fs/smb/client/dfs_cache.h
17
extern atomic_t dfs_cache_ttl;
fs/smb/client/misc.c
124
static atomic_t tcon_debug_id;
fs/smb/client/smb2inode.c
1582
static atomic_t sillycounter;
fs/smb/client/smb2ops.c
1410
atomic_t *sent = tcon->stats.smb2_stats.smb2_com_sent;
fs/smb/client/smb2ops.c
1411
atomic_t *failed = tcon->stats.smb2_stats.smb2_com_failed;
fs/smb/client/smbdirect.c
1341
wait_queue_head_t *waitq, atomic_t *total_credits,
fs/smb/common/smbdirect/smbdirect_socket.h
172
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
180
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
188
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
196
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
244
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
253
atomic_t available;
fs/smb/common/smbdirect/smbdirect_socket.h
254
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
303
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
311
atomic_t count;
fs/smb/common/smbdirect/smbdirect_socket.h
338
atomic_t count;
fs/smb/server/connection.h
120
atomic_t refcnt;
fs/smb/server/connection.h
38
atomic_t open_files_count;
fs/smb/server/connection.h
69
atomic_t req_running;
fs/smb/server/connection.h
71
atomic_t r_count;
fs/smb/server/mgmt/share_config.h
26
atomic_t refcount;
fs/smb/server/mgmt/tree_connect.h
35
atomic_t refcount;
fs/smb/server/mgmt/user_session.h
68
atomic_t refcnt;
fs/smb/server/oplock.h
64
atomic_t breaking_cnt;
fs/smb/server/oplock.h
65
atomic_t refcount;
fs/smb/server/transport_rdma.c
1268
wait_queue_head_t *waitq, atomic_t *total_credits,
fs/smb/server/transport_tcp.c
18
static atomic_t active_num_conn;
fs/smb/server/vfs_cache.h
52
atomic_t m_count;
fs/smb/server/vfs_cache.h
53
atomic_t op_count;
fs/smb/server/vfs_cache.h
55
atomic_t sop_count;
fs/smb/server/vfs_cache.h
84
atomic_t refcount;
fs/stat.c
47
atomic_t *pcn = (atomic_t *)&inode->i_ctime_nsec;
fs/ubifs/ubifs.h
1295
atomic_t need_wait_space;
fs/xfs/libxfs/xfs_ag.h
81
atomic_t pagf_fstrms; /* # of filestreams active in this AG */
fs/xfs/libxfs/xfs_group.h
12
atomic_t xg_ref; /* passive reference count */
fs/xfs/libxfs/xfs_group.h
13
atomic_t xg_active_ref; /* active reference count */
fs/xfs/libxfs/xfs_rtgroup.h
58
atomic_t rtg_gccount;
fs/xfs/scrub/iscan.c
675
static atomic_t agi_rotor;
fs/xfs/xfs_attr_item.h
38
atomic_t attri_refcount;
fs/xfs/xfs_bmap_item.h
45
atomic_t bui_refcount;
fs/xfs/xfs_bmap_item.h
46
atomic_t bui_next_extent;
fs/xfs/xfs_buf.h
163
atomic_t b_lru_ref; /* lru reclaim ref count */
fs/xfs/xfs_buf.h
188
atomic_t b_pin_count; /* pin count */
fs/xfs/xfs_buf_item.h
44
atomic_t bli_refcount; /* cnt of tp refs */
fs/xfs/xfs_dquot.h
90
atomic_t q_pincount;
fs/xfs/xfs_drain.h
20
atomic_t dr_count;
fs/xfs/xfs_exchmaps_item.h
41
atomic_t xmi_refcount;
fs/xfs/xfs_extfree_item.h
50
atomic_t efi_refcount;
fs/xfs/xfs_extfree_item.h
51
atomic_t efi_next_extent;
fs/xfs/xfs_inode.h
44
atomic_t i_pincount; /* inode pin count */
fs/xfs/xfs_log_priv.h
169
atomic_t t_ref; /* ticket reference count */
fs/xfs/xfs_log_priv.h
216
atomic_t ic_refcnt ____cacheline_aligned_in_smp;
fs/xfs/xfs_log_priv.h
242
atomic_t space_used; /* aggregate size of regions */
fs/xfs/xfs_log_priv.h
249
atomic_t order_id;
fs/xfs/xfs_log_priv.h
287
atomic_t xc_iclog_hdrs;
fs/xfs/xfs_mount.h
303
atomic_t m_agirotor; /* last ag dir inode alloced */
fs/xfs/xfs_mount.h
304
atomic_t m_rtgrotor; /* last rtgroup rtpicked */
fs/xfs/xfs_pwork.h
22
atomic_t nr_work;
fs/xfs/xfs_refcount_item.h
47
atomic_t cui_refcount;
fs/xfs/xfs_refcount_item.h
48
atomic_t cui_next_extent;
fs/xfs/xfs_rmap_item.h
48
atomic_t rui_refcount;
fs/xfs/xfs_rmap_item.h
49
atomic_t rui_next_extent;
fs/xfs/xfs_zone_priv.h
11
atomic_t oz_ref;
fs/xfs/xfs_zone_priv.h
75
atomic_t zi_nr_free_zones;
fs/zonefs/zonefs.h
236
atomic_t s_wro_seq_files;
fs/zonefs/zonefs.h
239
atomic_t s_active_seq_files;
include/acpi/ghes.h
44
atomic_t count;
include/asm-generic/atomic.h
20
static inline void generic_atomic_##op(int i, atomic_t *v) \
include/asm-generic/atomic.h
30
static inline int generic_atomic_##op##_return(int i, atomic_t *v) \
include/asm-generic/atomic.h
42
static inline int generic_atomic_fetch_##op(int i, atomic_t *v) \
include/asm-generic/atomic.h
58
static inline void generic_atomic_##op(int i, atomic_t *v) \
include/asm-generic/atomic.h
68
static inline int generic_atomic_##op##_return(int i, atomic_t *v) \
include/asm-generic/atomic.h
81
static inline int generic_atomic_fetch_##op(int i, atomic_t *v) \
include/asm-generic/qrwlock_types.h
15
atomic_t cnts;
include/asm-generic/qspinlock_types.h
16
atomic_t val;
include/asm-generic/rqspinlock.h
21
atomic_t val;
include/crypto/if_alg.h
153
atomic_t rcvused;
include/crypto/if_alg.h
30
atomic_t refcnt;
include/crypto/if_alg.h
31
atomic_t nokey_refcnt;
include/drm/drm_device.h
223
atomic_t open_count;
include/drm/drm_vblank.h
186
atomic_t refcount;
include/drm/gpu_scheduler.h
159
atomic_t fence_seq;
include/drm/gpu_scheduler.h
189
atomic_t *guilty;
include/drm/gpu_scheduler.h
364
atomic_t karma;
include/drm/gpu_scheduler.h
576
atomic_t credit_count;
include/drm/gpu_scheduler.h
591
atomic_t *score;
include/drm/gpu_scheduler.h
592
atomic_t _score;
include/drm/gpu_scheduler.h
625
atomic_t *score;
include/drm/gpu_scheduler.h
692
atomic_t *guilty);
include/drm/spsc_queue.h
45
atomic_t job_count;
include/drm/task_barrier.h
41
atomic_t count;
include/drm/ttm/ttm_device.h
59
atomic_t bo_count;
include/kunit/run-in-irq-context.h
21
atomic_t task_func_calls;
include/kunit/run-in-irq-context.h
22
atomic_t hardirq_func_calls;
include/kunit/run-in-irq-context.h
23
atomic_t softirq_func_calls;
include/kvm/arm_vgic.h
267
atomic_t active_spis;
include/kvm/arm_vgic.h
369
atomic_t syncr_busy;
include/kvm/arm_vgic.h
374
atomic_t ctlr;
include/linux/async_tx.h
33
atomic_t count;
include/linux/atmdev.h
33
#define __HANDLE_ITEM(i) atomic_t i
include/linux/atomic/atomic-arch-fallback.h
1009
raw_atomic_inc_return(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1035
raw_atomic_inc_return_acquire(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1061
raw_atomic_inc_return_release(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1086
raw_atomic_inc_return_relaxed(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1108
raw_atomic_fetch_inc(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1134
raw_atomic_fetch_inc_acquire(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1160
raw_atomic_fetch_inc_release(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1185
raw_atomic_fetch_inc_relaxed(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1207
raw_atomic_dec(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1227
raw_atomic_dec_return(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1253
raw_atomic_dec_return_acquire(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1279
raw_atomic_dec_return_release(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1304
raw_atomic_dec_return_relaxed(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1326
raw_atomic_fetch_dec(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1352
raw_atomic_fetch_dec_acquire(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1378
raw_atomic_fetch_dec_release(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1403
raw_atomic_fetch_dec_relaxed(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1426
raw_atomic_and(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1443
raw_atomic_fetch_and(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1470
raw_atomic_fetch_and_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1497
raw_atomic_fetch_and_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1523
raw_atomic_fetch_and_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1546
raw_atomic_andnot(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1567
raw_atomic_fetch_andnot(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1594
raw_atomic_fetch_andnot_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1621
raw_atomic_fetch_andnot_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1647
raw_atomic_fetch_andnot_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1670
raw_atomic_or(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1687
raw_atomic_fetch_or(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1714
raw_atomic_fetch_or_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1741
raw_atomic_fetch_or_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1767
raw_atomic_fetch_or_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1790
raw_atomic_xor(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1807
raw_atomic_fetch_xor(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1834
raw_atomic_fetch_xor_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1861
raw_atomic_fetch_xor_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1887
raw_atomic_fetch_xor_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
1910
raw_atomic_xchg(atomic_t *v, int new)
include/linux/atomic/atomic-arch-fallback.h
1937
raw_atomic_xchg_acquire(atomic_t *v, int new)
include/linux/atomic/atomic-arch-fallback.h
1964
raw_atomic_xchg_release(atomic_t *v, int new)
include/linux/atomic/atomic-arch-fallback.h
1990
raw_atomic_xchg_relaxed(atomic_t *v, int new)
include/linux/atomic/atomic-arch-fallback.h
2015
raw_atomic_cmpxchg(atomic_t *v, int old, int new)
include/linux/atomic/atomic-arch-fallback.h
2044
raw_atomic_cmpxchg_acquire(atomic_t *v, int old, int new)
include/linux/atomic/atomic-arch-fallback.h
2073
raw_atomic_cmpxchg_release(atomic_t *v, int old, int new)
include/linux/atomic/atomic-arch-fallback.h
2101
raw_atomic_cmpxchg_relaxed(atomic_t *v, int old, int new)
include/linux/atomic/atomic-arch-fallback.h
2127
raw_atomic_try_cmpxchg(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-arch-fallback.h
2161
raw_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-arch-fallback.h
2195
raw_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-arch-fallback.h
2228
raw_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-arch-fallback.h
2255
raw_atomic_sub_and_test(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2275
raw_atomic_dec_and_test(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2295
raw_atomic_inc_and_test(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2316
raw_atomic_add_negative(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2343
raw_atomic_add_negative_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2370
raw_atomic_add_negative_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2396
raw_atomic_add_negative_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2421
raw_atomic_fetch_add_unless(atomic_t *v, int a, int u)
include/linux/atomic/atomic-arch-fallback.h
2451
raw_atomic_add_unless(atomic_t *v, int a, int u)
include/linux/atomic/atomic-arch-fallback.h
2472
raw_atomic_inc_not_zero(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2493
raw_atomic_inc_unless_negative(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2521
raw_atomic_dec_unless_positive(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
2549
raw_atomic_dec_if_positive(atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
455
raw_atomic_read(const atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
471
raw_atomic_read_acquire(const atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
478
if (__native_word(atomic_t)) {
include/linux/atomic/atomic-arch-fallback.h
501
raw_atomic_set(atomic_t *v, int i)
include/linux/atomic/atomic-arch-fallback.h
518
raw_atomic_set_release(atomic_t *v, int i)
include/linux/atomic/atomic-arch-fallback.h
523
if (__native_word(atomic_t)) {
include/linux/atomic/atomic-arch-fallback.h
544
raw_atomic_add(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
561
raw_atomic_add_return(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
588
raw_atomic_add_return_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
615
raw_atomic_add_return_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
641
raw_atomic_add_return_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
664
raw_atomic_fetch_add(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
691
raw_atomic_fetch_add_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
718
raw_atomic_fetch_add_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
744
raw_atomic_fetch_add_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
767
raw_atomic_sub(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
784
raw_atomic_sub_return(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
811
raw_atomic_sub_return_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
838
raw_atomic_sub_return_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
864
raw_atomic_sub_return_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
887
raw_atomic_fetch_sub(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
914
raw_atomic_fetch_sub_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
941
raw_atomic_fetch_sub_release(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
967
raw_atomic_fetch_sub_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-arch-fallback.h
989
raw_atomic_inc(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1006
atomic_fetch_or_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
102
atomic_add(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1024
atomic_xor(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1042
atomic_fetch_xor(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1061
atomic_fetch_xor_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1079
atomic_fetch_xor_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1098
atomic_fetch_xor_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1116
atomic_xchg(atomic_t *v, int new)
include/linux/atomic/atomic-instrumented.h
1135
atomic_xchg_acquire(atomic_t *v, int new)
include/linux/atomic/atomic-instrumented.h
1153
atomic_xchg_release(atomic_t *v, int new)
include/linux/atomic/atomic-instrumented.h
1172
atomic_xchg_relaxed(atomic_t *v, int new)
include/linux/atomic/atomic-instrumented.h
1192
atomic_cmpxchg(atomic_t *v, int old, int new)
include/linux/atomic/atomic-instrumented.h
120
atomic_add_return(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1213
atomic_cmpxchg_acquire(atomic_t *v, int old, int new)
include/linux/atomic/atomic-instrumented.h
1233
atomic_cmpxchg_release(atomic_t *v, int old, int new)
include/linux/atomic/atomic-instrumented.h
1254
atomic_cmpxchg_relaxed(atomic_t *v, int old, int new)
include/linux/atomic/atomic-instrumented.h
1275
atomic_try_cmpxchg(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-instrumented.h
1298
atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-instrumented.h
1320
atomic_try_cmpxchg_release(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-instrumented.h
1343
atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new)
include/linux/atomic/atomic-instrumented.h
1362
atomic_sub_and_test(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1380
atomic_dec_and_test(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
139
atomic_add_return_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1398
atomic_inc_and_test(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1417
atomic_add_negative(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1436
atomic_add_negative_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1454
atomic_add_negative_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1473
atomic_add_negative_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1493
atomic_fetch_add_unless(atomic_t *v, int a, int u)
include/linux/atomic/atomic-instrumented.h
1514
atomic_add_unless(atomic_t *v, int a, int u)
include/linux/atomic/atomic-instrumented.h
1533
atomic_inc_not_zero(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1552
atomic_inc_unless_negative(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
157
atomic_add_return_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1571
atomic_dec_unless_positive(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
1590
atomic_dec_if_positive(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
176
atomic_add_return_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
194
atomic_fetch_add(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
213
atomic_fetch_add_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
231
atomic_fetch_add_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
250
atomic_fetch_add_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
268
atomic_sub(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
286
atomic_sub_return(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
30
atomic_read(const atomic_t *v)
include/linux/atomic/atomic-instrumented.h
305
atomic_sub_return_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
323
atomic_sub_return_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
342
atomic_sub_return_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
360
atomic_fetch_sub(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
379
atomic_fetch_sub_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
397
atomic_fetch_sub_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
416
atomic_fetch_sub_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
433
atomic_inc(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
450
atomic_inc_return(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
468
atomic_inc_return_acquire(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
47
atomic_read_acquire(const atomic_t *v)
include/linux/atomic/atomic-instrumented.h
485
atomic_inc_return_release(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
503
atomic_inc_return_relaxed(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
520
atomic_fetch_inc(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
538
atomic_fetch_inc_acquire(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
555
atomic_fetch_inc_release(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
573
atomic_fetch_inc_relaxed(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
590
atomic_dec(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
607
atomic_dec_return(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
625
atomic_dec_return_acquire(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
642
atomic_dec_return_release(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
65
atomic_set(atomic_t *v, int i)
include/linux/atomic/atomic-instrumented.h
660
atomic_dec_return_relaxed(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
677
atomic_fetch_dec(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
695
atomic_fetch_dec_acquire(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
712
atomic_fetch_dec_release(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
730
atomic_fetch_dec_relaxed(atomic_t *v)
include/linux/atomic/atomic-instrumented.h
748
atomic_and(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
766
atomic_fetch_and(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
785
atomic_fetch_and_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
803
atomic_fetch_and_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
822
atomic_fetch_and_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
83
atomic_set_release(atomic_t *v, int i)
include/linux/atomic/atomic-instrumented.h
840
atomic_andnot(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
858
atomic_fetch_andnot(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
877
atomic_fetch_andnot_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
895
atomic_fetch_andnot_release(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
914
atomic_fetch_andnot_relaxed(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
932
atomic_or(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
950
atomic_fetch_or(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
969
atomic_fetch_or_acquire(int i, atomic_t *v)
include/linux/atomic/atomic-instrumented.h
987
atomic_fetch_or_release(int i, atomic_t *v)
include/linux/atomic/atomic-long.h
18
typedef atomic_t atomic_long_t;
include/linux/backing-dev-defs.h
118
atomic_t writeback_inodes; /* number of inodes under writeback */
include/linux/backing-dev-defs.h
63
atomic_t cnt;
include/linux/bcm47xx_wdt.h
20
atomic_t soft_ticks;
include/linux/blk-mq.h
171
atomic_t ref;
include/linux/blk-mq.h
416
atomic_t wait_index;
include/linux/blk-mq.h
439
atomic_t nr_active;
include/linux/blk_types.h
233
atomic_t __bi_remaining;
include/linux/blk_types.h
284
atomic_t __bi_cnt; /* pin count */
include/linux/blk_types.h
48
atomic_t __bd_flags; // partition number + flags
include/linux/blk_types.h
60
atomic_t bd_openers;
include/linux/blk_types.h
69
atomic_t bd_fsfreeze_count; /* number of freeze requests */
include/linux/blkdev.h
202
atomic_t nr_zone_wplugs;
include/linux/blkdev.h
538
atomic_t pm_only;
include/linux/blkdev.h
564
atomic_t nr_active_requests_shared_tags;
include/linux/blktrace_api.h
29
atomic_t dropped;
include/linux/bpf.h
1644
atomic_t capacity;
include/linux/bpf_local_storage.h
88
atomic_t state;
include/linux/buffer_head.h
78
atomic_t b_count; /* users using this buffer_head */
include/linux/call_once.h
12
atomic_t state;
include/linux/cb710.h
34
atomic_t slot_refs_count;
include/linux/ceph/messenger.h
108
atomic_t stopping;
include/linux/ceph/messenger.h
480
atomic_t sock_state;
include/linux/ceph/osd_client.h
421
atomic_t num_requests;
include/linux/ceph/osd_client.h
422
atomic_t num_homeless;
include/linux/ceph/osdmap.h
146
atomic_t total_ws;
include/linux/cgroup-defs.h
234
atomic_t online_cnt;
include/linux/cgroup-defs.h
660
atomic_t nr_cgrps;
include/linux/closure.h
156
atomic_t remaining;
include/linux/connector.h
23
atomic_t refcnt;
include/linux/console.h
464
atomic_t __private nbcon_state;
include/linux/console.h
734
extern atomic_t ignore_console_lock_warning;
include/linux/context_tracking_state.h
33
atomic_t state;
include/linux/coresight.h
240
atomic_t __percpu *cpu_map;
include/linux/coresight.h
241
atomic_t perf_cs_etm_session_active;
include/linux/coresight.h
287
atomic_t mode;
include/linux/cpuidle.h
273
void cpuidle_coupled_parallel_barrier(struct cpuidle_device *dev, atomic_t *a);
include/linux/cpuidle.h
275
static inline void cpuidle_coupled_parallel_barrier(struct cpuidle_device *dev, atomic_t *a)
include/linux/cpumask.h
130
extern atomic_t __num_online_cpus;
include/linux/debugfs.h
200
struct dentry *parent, atomic_t *value);
include/linux/debugfs.h
399
atomic_t *value)
include/linux/devfreq.h
212
atomic_t suspend_count;
include/linux/dma-fence-array.h
43
atomic_t num_pending;
include/linux/efi.h
1282
atomic_t count; // number of entries used
include/linux/fault-inject.h
28
atomic_t times;
include/linux/fault-inject.h
29
atomic_t space;
include/linux/fdtable.h
42
atomic_t count;
include/linux/file_ref.h
50
atomic_t refcnt;
include/linux/firewire.h
212
atomic_t state;
include/linux/fs.h
475
atomic_t i_mmap_writable;
include/linux/fs.h
478
atomic_t nr_thps;
include/linux/fs.h
844
atomic_t i_count;
include/linux/fs.h
845
atomic_t i_dio_count;
include/linux/fs.h
846
atomic_t i_writecount;
include/linux/fs.h
848
atomic_t i_readcount; /* struct files open RO */
include/linux/fs/super_types.h
149
atomic_t s_active;
include/linux/fscache-cache.h
193
extern atomic_t fscache_n_read;
include/linux/fscache-cache.h
194
extern atomic_t fscache_n_write;
include/linux/fscache-cache.h
195
extern atomic_t fscache_n_no_write_space;
include/linux/fscache-cache.h
196
extern atomic_t fscache_n_no_create_space;
include/linux/fscache-cache.h
197
extern atomic_t fscache_n_culled;
include/linux/fscache-cache.h
198
extern atomic_t fscache_n_dio_misfit;
include/linux/fscache-cache.h
41
atomic_t n_volumes; /* Number of active volumes; */
include/linux/fscache-cache.h
42
atomic_t n_accesses; /* Number of in-progress accesses on the cache */
include/linux/fscache-cache.h
43
atomic_t object_count; /* no. of live objects in this cache */
include/linux/fscache.h
104
atomic_t n_active; /* number of active users of cookie */
include/linux/fscache.h
105
atomic_t n_accesses; /* Number of cache accesses in progress */
include/linux/fscache.h
341
extern atomic_t fscache_n_updates;
include/linux/fscache.h
74
atomic_t n_cookies; /* Number of data cookies in volume */
include/linux/fscache.h
75
atomic_t n_accesses; /* Number of cache accesses in progress */
include/linux/fsnotify_backend.h
242
atomic_t user_waits; /* Number of tasks waiting for user
include/linux/greybus/connection.h
60
atomic_t op_cycle;
include/linux/greybus/operation.h
108
atomic_t waiters;
include/linux/hid-sensor-hub.h
223
atomic_t data_ready;
include/linux/hid-sensor-hub.h
224
atomic_t user_requested_state;
include/linux/hid-sensor-hub.h
225
atomic_t runtime_pm_enable;
include/linux/hisi_acc_qm.h
236
atomic_t flags;
include/linux/hisi_acc_qm.h
439
atomic_t used;
include/linux/hisi_acc_qm.h
443
atomic_t flags;
include/linux/hrtimer_defs.h
99
atomic_t timer_waiters;
include/linux/i3c/master.h
157
atomic_t pending_ibis;
include/linux/if_team.h
215
atomic_t count_pending;
include/linux/if_team.h
221
atomic_t count_pending;
include/linux/iio/buffer-dma.h
132
atomic_t num_dmabufs;
include/linux/iio/trigger.h
69
atomic_t use_count;
include/linux/interrupt.h
695
atomic_t count;
include/linux/io_uring_types.h
121
atomic_t in_cancel;
include/linux/io_uring_types.h
122
atomic_t inflight_tracked;
include/linux/io_uring_types.h
190
atomic_t sq_flags;
include/linux/io_uring_types.h
327
atomic_t cancel_seq;
include/linux/io_uring_types.h
395
atomic_t cq_wait_nr;
include/linux/io_uring_types.h
396
atomic_t cq_timeouts;
include/linux/io_uring_types.h
55
atomic_t flags;
include/linux/io_uring_types.h
735
atomic_t refs;
include/linux/io_uring_types.h
760
atomic_t poll_refs;
include/linux/iocontext.h
101
atomic_t active_ref;
include/linux/iomap.h
417
atomic_t io_remaining; /* completetion defer count */
include/linux/ipv6.h
64
atomic_t mc_forwarding;
include/linux/irqchip/arm-gic-v4.h
44
atomic_t vlpi_count;
include/linux/irqchip/arm-gic-v4.h
73
atomic_t vmapp_count;
include/linux/irqdesc.h
107
atomic_t threads_active;
include/linux/irqdesc.h
94
atomic_t threads_handled;
include/linux/jbd2.h
1005
atomic_t j_reserved_credits;
include/linux/jbd2.h
655
atomic_t t_updates;
include/linux/jbd2.h
663
atomic_t t_outstanding_credits;
include/linux/jbd2.h
669
atomic_t t_outstanding_revokes;
include/linux/jbd2.h
674
atomic_t t_handle_count;
include/linux/jump_label.h
87
atomic_t enabled;
include/linux/kernfs.h
196
atomic_t count;
include/linux/kernfs.h
197
atomic_t active;
include/linux/kfence.h
31
extern atomic_t kfence_allocation_gate;
include/linux/kgdb.h
320
atomic_t *snd_rdy);
include/linux/kgdb.h
341
extern atomic_t kgdb_active;
include/linux/kgdb.h
53
extern atomic_t kgdb_setting_breakpoint;
include/linux/kgdb.h
54
extern atomic_t kgdb_cpu_doing_single_step;
include/linux/kvm_host.h
797
atomic_t nr_memslots_dirty_logging;
include/linux/kvm_host.h
814
atomic_t online_vcpus;
include/linux/maple.h
78
atomic_t busy;
include/linux/maple_tree.h
617
extern atomic_t maple_tree_tests_run;
include/linux/maple_tree.h
618
extern atomic_t maple_tree_tests_passed;
include/linux/mbcache.h
32
atomic_t e_refcnt;
include/linux/mdev.h
48
atomic_t available_instances;
include/linux/memcontrol.h
120
atomic_t slab_reclaimable;
include/linux/memcontrol.h
121
atomic_t slab_unreclaimable;
include/linux/memcontrol.h
177
atomic_t nr_charged_bytes;
include/linux/memcontrol.h
248
atomic_t kmem_stat;
include/linux/memcontrol.h
82
atomic_t generation;
include/linux/mempolicy.h
48
atomic_t refcnt;
include/linux/mfd/abx500/ab8500.h
351
atomic_t transfer_ongoing;
include/linux/mfd/si476x-core.h
122
atomic_t users;
include/linux/mfd/si476x-core.h
131
atomic_t cts;
include/linux/mfd/si476x-core.h
134
atomic_t stc;
include/linux/mfd/si476x-core.h
147
atomic_t is_alive;
include/linux/mhi.h
412
atomic_t dev_wake;
include/linux/mhi.h
413
atomic_t pending_pkts;
include/linux/mlx5/driver.h
571
atomic_t reg_pages;
include/linux/mlx5/driver.h
972
atomic_t num_inflight;
include/linux/mlx5/eswitch.h
50
atomic_t state;
include/linux/mm_types.h
1137
atomic_t mm_count;
include/linux/mm_types.h
1159
atomic_t membarrier_state;
include/linux/mm_types.h
1171
atomic_t mm_users;
include/linux/mm_types.h
1321
atomic_t tlb_flush_pending;
include/linux/mm_types.h
1324
atomic_t tlb_flush_batched;
include/linux/mm_types.h
180
atomic_t _mapcount;
include/linux/mm_types.h
184
atomic_t _refcount;
include/linux/mm_types.h
430
atomic_t _mapcount;
include/linux/mm_types.h
431
atomic_t _refcount;
include/linux/mm_types.h
454
atomic_t _large_mapcount;
include/linux/mm_types.h
455
atomic_t _nr_pages_mapped;
include/linux/mm_types.h
457
atomic_t _entire_mapcount;
include/linux/mm_types.h
458
atomic_t _pincount;
include/linux/mm_types.h
469
atomic_t _mapcount_1;
include/linux/mm_types.h
470
atomic_t _refcount_1;
include/linux/mm_types.h
486
atomic_t _entire_mapcount;
include/linux/mm_types.h
487
atomic_t _pincount;
include/linux/mm_types.h
588
atomic_t pt_frag_refcount;
include/linux/mm_types.h
590
atomic_t pt_share_count;
include/linux/mm_types.h
603
atomic_t __page_refcount;
include/linux/mmc/card.h
360
atomic_t sdio_funcs_probed; /* number of probed SDIO funcs */
include/linux/mmc/host.h
536
atomic_t sdio_irq_thread_abort;
include/linux/mmzone.h
1429
atomic_t nr_writeback_throttled;/* nr of writeback-throttled tasks */
include/linux/mmzone.h
1439
atomic_t kswapd_failures; /* Number of 'reclaimed == 0' runs */
include/linux/module.h
569
atomic_t refcnt;
include/linux/mroute_base.h
258
atomic_t cache_resolve_queue_len;
include/linux/mutex.h
251
extern int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock) __cond_acquires(true, lock);
include/linux/net/intel/i40e_client.h
181
atomic_t ref_cnt; /* Count of all the client devices of this kind */
include/linux/netdevice.h
2242
atomic_t carrier_up_count;
include/linux/netdevice.h
2243
atomic_t carrier_down_count;
include/linux/netdevice.h
3488
atomic_t drops0 ____cacheline_aligned_in_smp;
include/linux/netdevice.h
3489
atomic_t drops1 ____cacheline_aligned_in_smp;
include/linux/netfs.h
260
atomic_t subreq_counter; /* Next subreq->debug_index */
include/linux/netfs.h
68
atomic_t io_count; /* Number of outstanding reqs */
include/linux/nfs_fs.h
121
atomic_t cache_hits;
include/linux/nfs_fs.h
122
atomic_t cache_misses;
include/linux/nfs_fs.h
76
atomic_t io_count;
include/linux/nfs_fs_sb.h
281
atomic_t active; /* Keep trace of any activity to this server */
include/linux/nfs_fs_sb.h
31
atomic_t cl_mds_count;
include/linux/nfs_xdr.h
1689
atomic_t rpcs_out;
include/linux/ns/nstree_types.h
48
atomic_t __ns_ref_active;
include/linux/osq_lock.h
15
atomic_t tail;
include/linux/page_reporting.h
20
atomic_t state;
include/linux/panic.h
43
extern atomic_t panic_cpu;
include/linux/panic.h
51
extern atomic_t panic_redirect_cpu;
include/linux/parport.h
239
atomic_t ref_count;
include/linux/pci.h
505
atomic_t enable_cnt; /* pci_enable_device has been called */
include/linux/percpu-rwsem.h
18
atomic_t block;
include/linux/perf_event.h
355
atomic_t exclusive_cnt; /* < 0: cpu; > 0: tsk */
include/linux/perf_event.h
884
atomic_t event_limit;
include/linux/perf_event.h
980
atomic_t refcount; /* event <-> epc */
include/linux/pm.h
702
atomic_t usage_count;
include/linux/pm.h
703
atomic_t child_count;
include/linux/pm_domain.h
207
atomic_t sd_count; /* Number of subdomains with power "on" */
include/linux/power_supply.h
336
atomic_t use_cnt;
include/linux/psi_types.h
190
atomic_t rtpoll_wakeup;
include/linux/psi_types.h
191
atomic_t rtpoll_scheduled;
include/linux/quota.h
303
atomic_t dq_count; /* Use count */
include/linux/raspberrypi/vchiq_core.h
204
atomic_t poll_flags;
include/linux/raspberrypi/vchiq_core.h
441
atomic_t poll_services[BITSET_SIZE(VCHIQ_MAX_SERVICES)];
include/linux/ratelimit_types.h
21
atomic_t rs_n_left;
include/linux/ratelimit_types.h
22
atomic_t missed;
include/linux/refcount_types.h
16
atomic_t refs;
include/linux/remoteproc.h
557
atomic_t power;
include/linux/rhashtable-types.h
91
atomic_t nelems;
include/linux/rio.h
203
atomic_t state;
include/linux/rio.h
294
atomic_t state;
include/linux/rmap.h
42
atomic_t refcount;
include/linux/rtnetlink.h
51
extern atomic_t dev_unreg_count;
include/linux/rwbase_rt.h
12
atomic_t readers;
include/linux/rwlock_types.h
60
atomic_t readers;
include/linux/sbitmap.h
124
atomic_t wake_index;
include/linux/sbitmap.h
134
atomic_t ws_active;
include/linux/sbitmap.h
146
atomic_t completion_cnt;
include/linux/sbitmap.h
151
atomic_t wakeup_cnt;
include/linux/sbitmap.h
538
static inline void sbq_index_atomic_inc(atomic_t *index)
include/linux/sbitmap.h
554
atomic_t *wait_index)
include/linux/sched.h
1120
atomic_t tick_dep_mask;
include/linux/sched.h
1489
atomic_t trace_overrun;
include/linux/sched.h
1492
atomic_t tracing_graph_pause;
include/linux/sched/signal.h
140
atomic_t next_posix_timer_id;
include/linux/sched/signal.h
169
atomic_t tick_dep_mask;
include/linux/sched/signal.h
82
atomic_t nr_threads;
include/linux/sched/signal.h
96
atomic_t live;
include/linux/sched/topology.h
67
atomic_t ref;
include/linux/sched/topology.h
68
atomic_t nr_busy_cpus;
include/linux/sched/user.h
32
atomic_t nr_watches; /* The number of watches this user currently has */
include/linux/seccomp_types.h
24
atomic_t filter_count;
include/linux/serial_core.h
834
atomic_t refcount;
include/linux/shmem_fs.h
54
atomic_t stop_eviction; /* hold when working on inode */
include/linux/skbuff.h
612
atomic_t dataref;
include/linux/smp_types.h
62
atomic_t a_flags;
include/linux/sonet.h
11
#define __HANDLE_ITEM(i) atomic_t i
include/linux/spinlock.h
505
extern int atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock) __cond_acquires(true, lock);
include/linux/spinlock.h
507
extern int _atomic_dec_and_lock_irqsave(atomic_t *atomic, spinlock_t *lock,
include/linux/spinlock.h
511
extern int atomic_dec_and_raw_lock(atomic_t *atomic, raw_spinlock_t *lock) __cond_acquires(true, lock);
include/linux/spinlock.h
513
extern int _atomic_dec_and_raw_lock_irqsave(atomic_t *atomic, raw_spinlock_t *lock,
include/linux/srcutree.h
92
atomic_t srcu_barrier_cpu_cnt; /* # CPUs not yet posting a */
include/linux/sunrpc/cache.h
117
atomic_t writers; /* how many time is /channel open */
include/linux/sunrpc/clnt.h
49
atomic_t cl_pid; /* task PID counter */
include/linux/sunrpc/clnt.h
75
atomic_t cl_swapper; /* swapfile count */
include/linux/sunrpc/clnt.h
98
atomic_t cl_task_count;
include/linux/sunrpc/sched.h
55
atomic_t tk_count; /* Reference count */
include/linux/sunrpc/svc_rdma.h
117
atomic_t sc_completion_ids;
include/linux/sunrpc/svc_rdma.h
85
atomic_t sc_sq_avail; /* SQEs ready to be consumed */
include/linux/sunrpc/svc_xprt.h
62
atomic_t xpt_reserved; /* space on outq that is rsvd */
include/linux/sunrpc/svc_xprt.h
63
atomic_t xpt_nr_rqsts; /* Number of requests */
include/linux/sunrpc/xprt.h
106
atomic_t rq_pin;
include/linux/sunrpc/xprt.h
240
atomic_t swapper; /* we're swapping over this
include/linux/sunrpc/xprt.h
288
atomic_t bc_slot_count; /* Number of allocated slots */
include/linux/swap.h
349
extern atomic_t lru_disable_count;
include/linux/swap.h
440
extern atomic_t nr_rotate_swap;
include/linux/switchtec.h
507
atomic_t event_cnt;
include/linux/sysctl.h
150
atomic_t event;
include/linux/trace_events.h
109
atomic_t wait_index;
include/linux/trace_events.h
380
atomic_t refcnt;
include/linux/trace_events.h
670
atomic_t sm_ref; /* soft-mode reference counter */
include/linux/trace_events.h
671
atomic_t tm_ref; /* trigger-mode reference counter */
include/linux/tty_buffer.h
39
atomic_t priority;
include/linux/tty_buffer.h
42
atomic_t mem_used; /* In-use buffers excluding free list */
include/linux/types.h
199
atomic_t refcnt;
include/linux/udp.h
50
atomic_t rmem_alloc;
include/linux/uio_driver.h
80
atomic_t event;
include/linux/usb.h
1428
atomic_t suspend_wakeups;
include/linux/usb.h
1634
atomic_t use_count; /* concurrent submissions counter */
include/linux/usb.h
1635
atomic_t reject; /* submissions will fail */
include/linux/usb.h
722
atomic_t urbnum;
include/linux/usb/cdc_ncm.h
116
atomic_t stop;
include/linux/userfaultfd_k.h
76
atomic_t mmap_changing;
include/linux/w1.h
221
atomic_t refcnt;
include/linux/w1.h
277
atomic_t refcnt;
include/linux/w1.h
70
atomic_t refcnt;
include/linux/wait_bit.h
592
static inline bool atomic_dec_and_wake_up(atomic_t *var)
include/media/media-device.h
186
atomic_t num_requests;
include/media/media-device.h
187
atomic_t num_request_objects;
include/media/media-device.h
191
atomic_t request_id;
include/media/v4l2-dev.h
113
atomic_t prios[4];
include/media/v4l2-device.h
125
atomic_t *instance);
include/media/videobuf2-core.h
646
atomic_t owned_by_drv_count;
include/net/act_api.h
31
atomic_t tcfa_bindcnt;
include/net/act_api.h
37
atomic_t tcfa_drops;
include/net/act_api.h
38
atomic_t tcfa_overlimits;
include/net/af_rxrpc.h
35
extern atomic_t rxrpc_debug_id;
include/net/af_unix.h
31
atomic_t nr_fds;
include/net/bluetooth/hci_core.h
475
atomic_t cmd_cnt;
include/net/bluetooth/hci_core.h
578
atomic_t promisc;
include/net/bluetooth/hci_core.h
682
atomic_t refcnt;
include/net/bluetooth/l2cap.h
517
atomic_t nesting;
include/net/bond_3ad.h
269
atomic_t agg_select_timer; /* Timer to select aggregator after all adapter's hand shakes */
include/net/bond_alb.h
129
atomic_t tx_rebalance_counter;
include/net/bonding.h
94
extern atomic_t netpoll_block_tx;
include/net/caif/cfctrl.h
104
atomic_t req_seq_no;
include/net/caif/cfctrl.h
105
atomic_t rsp_seq_no;
include/net/cfg802154.h
243
atomic_t ongoing_txs;
include/net/cfg802154.h
244
atomic_t hold_txs;
include/net/cfg802154.h
492
atomic_t bsn;
include/net/cfg802154.h
494
atomic_t dsn;
include/net/inet_sock.h
236
atomic_t inet_id;
include/net/inetpeer.h
51
atomic_t rid; /* Frag reception counter */
include/net/ip6_fib.h
378
atomic_t fib_rt_alloc; /* total number of routes alloced */
include/net/ip6_tunnel.h
61
atomic_t o_seqno; /* The last output seqno */
include/net/ip_fib.h
99
atomic_t nhc_upper_bound;
include/net/ip_tunnels.h
168
atomic_t o_seqno; /* The last output seqno */
include/net/ip_vs.h
1024
atomic_t est_genid; /* kthreads reload genid */
include/net/ip_vs.h
1025
atomic_t est_genid_done; /* applied genid */
include/net/ip_vs.h
540
atomic_t appcnt; /* counter of proto app incs. */
include/net/ip_vs.h
595
atomic_t n_control; /* Number of controlled ones */
include/net/ip_vs.h
597
atomic_t in_pkts; /* incoming packet counter */
include/net/ip_vs.h
678
atomic_t refcnt; /* reference counter */
include/net/ip_vs.h
725
atomic_t conn_flags; /* flags to copy to conn */
include/net/ip_vs.h
726
atomic_t weight; /* server weight */
include/net/ip_vs.h
727
atomic_t last_weight; /* server latest weight */
include/net/ip_vs.h
737
atomic_t activeconns; /* active connections */
include/net/ip_vs.h
738
atomic_t inactconns; /* inactive connections */
include/net/ip_vs.h
739
atomic_t persistconns; /* persistent connections */
include/net/ip_vs.h
763
atomic_t refcnt; /* reference counter */
include/net/ip_vs.h
787
atomic_t refcnt; /* reference counter */
include/net/ip_vs.h
818
atomic_t usecnt; /* usage counter */
include/net/ip_vs.h
933
atomic_t conn_count; /* connection counter */
include/net/ip_vs.h
946
atomic_t ftpsvc_counter;
include/net/ip_vs.h
947
atomic_t nullsvc_counter;
include/net/ip_vs.h
948
atomic_t conn_out_counter;
include/net/ip_vs.h
958
atomic_t dropentry;
include/net/ipv6.h
319
atomic_t users;
include/net/iucv/af_iucv.h
133
atomic_t skbs_in_xmit;
include/net/iucv/af_iucv.h
134
atomic_t msg_sent;
include/net/iucv/af_iucv.h
135
atomic_t msg_recv;
include/net/iucv/af_iucv.h
136
atomic_t pendings;
include/net/iucv/af_iucv.h
161
atomic_t autobind_name;
include/net/lwtunnel.h
32
atomic_t refcnt;
include/net/mana/mana.h
114
atomic_t pending_sends;
include/net/neighbour.h
153
atomic_t probes;
include/net/neighbour.h
237
atomic_t entries;
include/net/neighbour.h
238
atomic_t gc_entries;
include/net/net_namespace.h
75
atomic_t fnhe_genid;
include/net/netfilter/nf_conntrack.h
53
atomic_t count;
include/net/netfilter/nf_conntrack_extend.h
76
extern atomic_t nf_conntrack_ext_genid;
include/net/netfilter/nf_tables.h
599
atomic_t nelems;
include/net/netns/conntrack.h
97
atomic_t labels_used;
include/net/netns/ipv4.h
127
atomic_t fib_num_tclassid_users;
include/net/netns/ipv4.h
238
atomic_t tfo_active_disable_times;
include/net/netns/ipv4.h
266
atomic_t dev_addr_genid;
include/net/netns/ipv4.h
296
atomic_t rt_genid;
include/net/netns/ipv4.h
93
atomic_t icmp_global_credit;
include/net/netns/ipv6.h
116
atomic_t dev_addr_genid;
include/net/netns/ipv6.h
117
atomic_t fib6_sernum;
include/net/netns/ipv6.h
85
atomic_t ip6_rt_gc_expire;
include/net/nexthop.h
112
atomic_t upper_bound;
include/net/nfc/nci_core.h
111
atomic_t credits_cnt;
include/net/nfc/nci_core.h
204
atomic_t state;
include/net/nfc/nci_core.h
207
atomic_t cmd_cnt;
include/net/page_pool/types.h
235
atomic_t pages_state_release_cnt;
include/net/phonet/pep.h
27
atomic_t tx_credits;
include/net/request_sock.h
182
atomic_t qlen;
include/net/request_sock.h
183
atomic_t young;
include/net/sch_generic.h
498
atomic_t useswcnt;
include/net/sch_generic.h
499
atomic_t offloadcnt; /* Number of oddloaded filters */
include/net/sctp/sctp.h
272
extern atomic_t sctp_dbg_objcnt_sock;
include/net/sctp/sctp.h
273
extern atomic_t sctp_dbg_objcnt_ep;
include/net/sctp/sctp.h
274
extern atomic_t sctp_dbg_objcnt_assoc;
include/net/sctp/sctp.h
275
extern atomic_t sctp_dbg_objcnt_transport;
include/net/sctp/sctp.h
276
extern atomic_t sctp_dbg_objcnt_chunk;
include/net/sctp/sctp.h
277
extern atomic_t sctp_dbg_objcnt_bind_addr;
include/net/sctp/sctp.h
278
extern atomic_t sctp_dbg_objcnt_bind_bucket;
include/net/sctp/sctp.h
279
extern atomic_t sctp_dbg_objcnt_addr;
include/net/sctp/sctp.h
280
extern atomic_t sctp_dbg_objcnt_datamsg;
include/net/sctp/sctp.h
281
extern atomic_t sctp_dbg_objcnt_keys;
include/net/sctp/sctp.h
289
atomic_t sctp_dbg_objcnt_## name = ATOMIC_INIT(0)
include/net/sctp/structs.h
1896
atomic_t rmem_alloc;
include/net/sctp/structs.h
2178
atomic_t *counter;
include/net/sctp/structs.h
229
atomic_t pd_mode;
include/net/sctp/structs.h
859
atomic_t mtu_info;
include/net/smc.h
50
atomic_t lgr_cnt;
include/net/sock.h
403
atomic_t sk_drops;
include/net/sock.h
416
atomic_t rmem_alloc;
include/net/sock.h
476
atomic_t sk_omem_alloc;
include/net/sock.h
494
atomic_t sk_zckey;
include/net/sock.h
495
atomic_t sk_tskey;
include/net/tc_act/tc_gact.h
14
atomic_t packets;
include/net/tls.h
103
atomic_t encrypt_pending;
include/net/tls.h
141
atomic_t decrypt_pending;
include/net/x25.h
177
atomic_t refcnt;
include/net/xdp_sock.h
44
atomic_t count;
include/net/xfrm.h
262
atomic_t tunnel_users;
include/net/xfrm.h
645
atomic_t genid;
include/pcmcia/ss.h
213
atomic_t present;
include/rdma/ib_sa.h
407
atomic_t users;
include/rdma/ib_verbs.h
1573
atomic_t usecnt; /* protects exclusive access */
include/rdma/ib_verbs.h
1591
atomic_t usecnt; /* count all resources */
include/rdma/ib_verbs.h
1604
atomic_t usecnt; /* count all exposed resources */
include/rdma/ib_verbs.h
1637
atomic_t usecnt; /* count number of work queues */
include/rdma/ib_verbs.h
1667
atomic_t usecnt;
include/rdma/ib_verbs.h
1725
atomic_t usecnt;
include/rdma/ib_verbs.h
1762
atomic_t usecnt;
include/rdma/ib_verbs.h
1808
atomic_t error_list_count;
include/rdma/ib_verbs.h
1832
atomic_t usecnt;
include/rdma/ib_verbs.h
1865
atomic_t usecnt;
include/rdma/ib_verbs.h
1884
atomic_t usecnt;
include/rdma/ib_verbs.h
2214
atomic_t usecnt;
include/rdma/ib_verbs.h
2328
atomic_t usecnt;
include/rdma/rdma_vt.h
185
atomic_t total_count;
include/rdma/rdma_vt.h
186
atomic_t clean_counter;
include/rdma/rdma_vt.h
187
atomic_t clean_entry;
include/rdma/rdmavt_mr.h
41
atomic_t lkey_invalid; /* true if current lkey is invalid */
include/rdma/rdmavt_qp.h
372
atomic_t refcount ____cacheline_aligned_in_smp;
include/rdma/rdmavt_qp.h
403
atomic_t s_reserved_used; /* reserved entries in use */
include/rdma/rdmavt_qp.h
443
atomic_t local_ops_pending; /* number of fast_reg/local_inv reqs */
include/rdma/rdmavt_qp.h
524
atomic_t refcount;
include/scsi/libfc.h
441
atomic_t ex_refcnt;
include/scsi/libsas.h
307
atomic_t event_nr;
include/scsi/scsi_device.h
112
atomic_t device_blocked; /* Device returned QUEUE_FULL. */
include/scsi/scsi_device.h
114
atomic_t restarts;
include/scsi/scsi_device.h
261
atomic_t ua_new_media_ctr; /* Counter for New Media UNIT ATTENTIONs */
include/scsi/scsi_device.h
262
atomic_t ua_por_ctr; /* Counter for Power On / Reset UAs */
include/scsi/scsi_device.h
264
atomic_t disk_events_disable_depth; /* disable depth for disk events */
include/scsi/scsi_device.h
274
atomic_t iorequest_cnt;
include/scsi/scsi_device.h
275
atomic_t iodone_cnt;
include/scsi/scsi_device.h
276
atomic_t ioerr_cnt;
include/scsi/scsi_device.h
277
atomic_t iotmo_cnt;
include/scsi/scsi_device.h
370
atomic_t target_busy;
include/scsi/scsi_device.h
371
atomic_t target_blocked;
include/scsi/scsi_host.h
591
atomic_t host_blocked;
include/sound/ak4113.h
282
atomic_t wq_processing;
include/sound/ak4114.h
164
atomic_t wq_processing;
include/sound/core.h
139
atomic_t power_ref;
include/sound/hdaudio.h
85
atomic_t in_pm; /* suspend/resume being performed */
include/sound/pcm.h
422
atomic_t buffer_accessing; /* >0: in r/w operation, <0: blocked */
include/sound/pcm.h
491
atomic_t mmap_count;
include/sound/pcm_oss.h
45
atomic_t rw_ref; /* concurrent read/write accesses */
include/target/iscsi/iscsi_target_core.h
446
atomic_t immed_queue_count;
include/target/iscsi/iscsi_target_core.h
447
atomic_t response_queue_count;
include/target/iscsi/iscsi_target_core.h
538
atomic_t check_immediate_queue;
include/target/iscsi/iscsi_target_core.h
539
atomic_t conn_logout_remove;
include/target/iscsi/iscsi_target_core.h
540
atomic_t connection_exit;
include/target/iscsi/iscsi_target_core.h
541
atomic_t connection_recovery;
include/target/iscsi/iscsi_target_core.h
542
atomic_t connection_reinstatement;
include/target/iscsi/iscsi_target_core.h
543
atomic_t connection_wait_rcfr;
include/target/iscsi/iscsi_target_core.h
544
atomic_t sleep_on_conn_wait_comp;
include/target/iscsi/iscsi_target_core.h
545
atomic_t transport_failed;
include/target/iscsi/iscsi_target_core.h
645
atomic_t max_cmd_sn;
include/target/iscsi/iscsi_target_core.h
664
atomic_t nconn;
include/target/iscsi/iscsi_target_core.h
665
atomic_t session_continuation;
include/target/iscsi/iscsi_target_core.h
666
atomic_t session_fall_back_to_erl0;
include/target/iscsi/iscsi_target_core.h
667
atomic_t session_logout;
include/target/iscsi/iscsi_target_core.h
668
atomic_t session_reinstatement;
include/target/iscsi/iscsi_target_core.h
669
atomic_t session_stop_active;
include/target/iscsi/iscsi_target_core.h
670
atomic_t session_close;
include/target/iscsi/iscsi_target_core.h
790
atomic_t np_reset_count;
include/target/target_core_base.h
1022
static inline void atomic_inc_mb(atomic_t *v)
include/target/target_core_base.h
1029
static inline void atomic_dec_mb(atomic_t *v)
include/target/target_core_base.h
290
atomic_t lu_gp_ref_cnt;
include/target/target_core_base.h
299
atomic_t lu_gp_mem_ref_cnt;
include/target/target_core_base.h
319
atomic_t tg_pt_gp_ref_cnt;
include/target/target_core_base.h
386
atomic_t pr_res_holders;
include/target/target_core_base.h
591
atomic_t acl_pr_ref_count;
include/target/target_core_base.h
642
atomic_t stopped;
include/target/target_core_base.h
768
atomic_t lun_acl_count;
include/target/target_core_base.h
777
atomic_t lun_tg_pt_secondary_offline;
include/target/target_core_base.h
849
atomic_t dev_qf_count;
include/target/target_core_base.h
958
atomic_t tpg_pr_ref_count;
include/ufs/ufshcd.h
1117
atomic_t dev_lvl_exception_count;
include/video/udlfb.h
42
atomic_t usb_active; /* 0 = update virtual buffer, but no usb traffic */
include/video/udlfb.h
43
atomic_t lost_pixels; /* 1 = a render op failed. Need screen refresh */
include/video/udlfb.h
60
atomic_t bytes_rendered; /* raw pixel-bytes driver asked to render */
include/video/udlfb.h
61
atomic_t bytes_identical; /* saved effort with backbuffer comparison */
include/video/udlfb.h
62
atomic_t bytes_sent; /* to usb, after compression including overhead */
include/video/udlfb.h
63
atomic_t cpu_kcycles_used; /* transpired during pixel processing */
include/video/uvesafb.h
132
atomic_t ref_count;
include/xen/xenbus.h
93
atomic_t event_channels;
include/xen/xenbus.h
94
atomic_t events;
include/xen/xenbus.h
95
atomic_t spurious_events;
include/xen/xenbus.h
96
atomic_t jiffies_eoi_delayed;
io_uring/eventfd.c
20
atomic_t ops;
io_uring/io-wq.c
121
atomic_t worker_refs;
io_uring/io-wq.c
88
atomic_t nr_running;
io_uring/io_uring.c
3199
BUILD_BUG_ON(sizeof(atomic_t) != sizeof(u32));
io_uring/sqpoll.h
5
atomic_t park_pending;
io_uring/waitid.c
29
atomic_t refs;
io_uring/zcrx.c
342
static inline atomic_t *io_get_user_counter(struct net_iov *niov)
io_uring/zcrx.c
351
atomic_t *uref = io_get_user_counter(niov);
io_uring/zcrx.h
28
atomic_t *user_refs;
kernel/async.c
81
static atomic_t entry_count;
kernel/audit.c
147
static atomic_t audit_lost = ATOMIC_INIT(0);
kernel/audit.c
152
static atomic_t audit_backlog_wait_time_actual = ATOMIC_INIT(0);
kernel/audit.c
1877
static atomic_t serial = ATOMIC_INIT(0);
kernel/audit.c
2651
static atomic_t session_id = ATOMIC_INIT(0);
kernel/bpf/bpf_insn_array.c
8
atomic_t used;
kernel/bpf/core.c
2206
atomic_##KOP((u32) SRC, (atomic_t *)(unsigned long) \
kernel/bpf/core.c
2218
(atomic_t *)(unsigned long) (DST + insn->off)); \
kernel/bpf/core.c
2244
(atomic_t *)(unsigned long) (DST + insn->off),
kernel/bpf/core.c
2256
(atomic_t *)(unsigned long) (DST + insn->off),
kernel/bpf/devmap.c
1063
usage += atomic_read((atomic_t *)&dtab->items) *
kernel/bpf/devmap.c
1173
atomic_dec((atomic_t *)&dtab->items);
kernel/bpf/devmap.c
856
atomic_dec((atomic_t *)&dtab->items);
kernel/bpf/devmap.c
968
atomic_inc((atomic_t *)&dtab->items);
kernel/bpf/hashtab.c
100
atomic_t count;
kernel/bpf/helpers.c
1147
atomic_t cancelling;
kernel/bpf/helpers.c
313
atomic_t *l = (void *)lock;
kernel/bpf/helpers.c
323
atomic_t *l = (void *)lock;
kernel/bpf/memalloc.c
114
atomic_t call_rcu_in_progress;
kernel/bpf/memalloc.c
121
atomic_t call_rcu_ttrace_in_progress;
kernel/bpf/ringbuf.c
51
atomic_t busy ____cacheline_aligned_in_smp;
kernel/cpu.c
301
atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state);
kernel/cpu.c
3107
atomic_t __num_online_cpus __read_mostly;
kernel/cpu.c
311
atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu);
kernel/cpu.c
362
atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu);
kernel/cpu.c
393
atomic_t *st = this_cpu_ptr(&cpuhp_state.ap_sync_state);
kernel/cpu.c
404
atomic_t *st = per_cpu_ptr(&cpuhp_state.ap_sync_state, cpu);
kernel/cpu.c
80
atomic_t ap_sync_state;
kernel/debug/debug_core.c
108
atomic_t kgdb_active = ATOMIC_INIT(-1);
kernel/debug/debug_core.c
117
static atomic_t masters_in_kgdb;
kernel/debug/debug_core.c
118
static atomic_t slaves_in_kgdb;
kernel/debug/debug_core.c
119
atomic_t kgdb_setting_breakpoint;
kernel/debug/debug_core.c
128
atomic_t kgdb_cpu_doing_single_step = ATOMIC_INIT(-1);
kernel/debug/debug_core.c
901
atomic_t *send_ready)
kernel/debug/debug_core.h
26
atomic_t *send_ready;
kernel/events/callchain.c
35
static atomic_t nr_callchain_events;
kernel/events/core.c
447
static atomic_t perf_sched_count;
kernel/events/core.c
451
static atomic_t nr_mmap_events __read_mostly;
kernel/events/core.c
452
static atomic_t nr_comm_events __read_mostly;
kernel/events/core.c
453
static atomic_t nr_namespaces_events __read_mostly;
kernel/events/core.c
454
static atomic_t nr_task_events __read_mostly;
kernel/events/core.c
455
static atomic_t nr_freq_events __read_mostly;
kernel/events/core.c
456
static atomic_t nr_switch_events __read_mostly;
kernel/events/core.c
457
static atomic_t nr_ksymbol_events __read_mostly;
kernel/events/core.c
458
static atomic_t nr_bpf_events __read_mostly;
kernel/events/core.c
459
static atomic_t nr_cgroup_events __read_mostly;
kernel/events/core.c
460
static atomic_t nr_text_poke_events __read_mostly;
kernel/events/core.c
461
static atomic_t nr_build_id_events __read_mostly;
kernel/events/core.c
6339
static atomic_t nr_include_guest_events __read_mostly;
kernel/events/core.c
6341
static atomic_t nr_mediated_pmu_vms __read_mostly;
kernel/events/hw_breakpoint.c
44
atomic_t count[hw_breakpoint_slots(0)];
kernel/events/hw_breakpoint.c
46
atomic_t *count;
kernel/events/internal.h
24
atomic_t poll; /* POLL_ for wakeups */
kernel/exit.c
108
static atomic_t oops_count = ATOMIC_INIT(0);
kernel/futex/futex.h
135
atomic_t waiters;
kernel/futex/futex.h
204
atomic_t requeue_state;
kernel/hung_task.c
464
static atomic_t reset_hung_task = ATOMIC_INIT(0);
kernel/irq/ipi-mux.c
21
atomic_t enable;
kernel/irq/ipi-mux.c
22
atomic_t bits;
kernel/irq/irqdomain.c
182
static atomic_t unknown_domains;
kernel/irq/spurious.c
23
static atomic_t irq_poll_active;
kernel/kcsan/kcsan_test.c
1468
static atomic_t cnt = ATOMIC_INIT(0);
kernel/kcsan/kcsan_test.c
536
atomic_t dummy = ATOMIC_INIT(0);
kernel/kcsan/selftest.c
119
atomic_t dummy;
kernel/kexec_core.c
53
atomic_t __kexec_lock = ATOMIC_INIT(0);
kernel/kexec_internal.h
23
extern atomic_t __kexec_lock;
kernel/kprobes.c
522
static atomic_t optimizer_state;
kernel/liveupdate/luo_core.c
277
atomic_t in_use;
kernel/locking/locktorture.c
116
static atomic_t lock_is_read_held;
kernel/locking/locktorture.c
158
atomic_t n_lock_torture_errors;
kernel/locking/mutex.c
1177
int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *lock)
kernel/module/internal.h
208
extern atomic_t modcount;
kernel/module/internal.h
209
extern atomic_t failed_kreads;
kernel/module/internal.h
210
extern atomic_t failed_decompress;
kernel/module/stats.c
202
atomic_t modcount;
kernel/module/stats.c
203
atomic_t failed_kreads;
kernel/module/stats.c
204
atomic_t failed_decompress;
kernel/module/stats.c
205
static atomic_t failed_becoming;
kernel/module/stats.c
206
static atomic_t failed_load_modules;
kernel/padata.c
452
static atomic_t last_used_nid __initdata;
kernel/panic.c
233
static atomic_t warn_count = ATOMIC_INIT(0);
kernel/panic.c
305
atomic_t panic_cpu = ATOMIC_INIT(PANIC_CPU_INVALID);
kernel/panic.c
306
atomic_t panic_redirect_cpu = ATOMIC_INIT(PANIC_CPU_INVALID);
kernel/power/hibernate.c
81
static atomic_t hibernate_atomic = ATOMIC_INIT(1);
kernel/power/main.c
101
static atomic_t pm_fs_sync_count = ATOMIC_INIT(0);
kernel/power/swap.c
1147
atomic_t ready; /* ready to start flag */
kernel/power/swap.c
1148
atomic_t stop; /* ready to stop flag */
kernel/power/swap.c
222
atomic_t count;
kernel/power/swap.c
566
atomic_t ready; /* ready to start flag */
kernel/power/swap.c
567
atomic_t stop; /* ready to stop flag */
kernel/power/swap.c
646
atomic_t ready; /* ready to start flag */
kernel/power/swap.c
647
atomic_t stop; /* ready to stop flag */
kernel/printk/nbcon.c
123
static atomic_t nbcon_cpu_emergency_cnt = ATOMIC_INIT(0);
kernel/printk/printk.c
5065
static atomic_t printk_cpu_sync_owner = ATOMIC_INIT(-1);
kernel/printk/printk.c
5066
static atomic_t printk_cpu_sync_nested = ATOMIC_INIT(0);
kernel/printk/printk.c
73
atomic_t ignore_console_lock_warning __read_mostly = ATOMIC_INIT(0);
kernel/printk/printk_safe.c
16
static atomic_t force_con;
kernel/profile.c
172
pnt = (char *)prof_buffer + p - sizeof(atomic_t);
kernel/profile.c
206
memset(prof_buffer, 0, prof_len * sizeof(atomic_t));
kernel/profile.c
226
proc_set_size(entry, (1 + prof_len) * sizeof(atomic_t));
kernel/profile.c
43
static atomic_t *prof_buffer;
kernel/profile.c
99
buffer_bytes = prof_len*sizeof(atomic_t);
kernel/rcu/rcu.h
331
static atomic_t ___rfd_beenhere = ATOMIC_INIT(0); \
kernel/rcu/rcu.h
642
static inline void rcu_gp_slow_register(atomic_t *rgssp) { }
kernel/rcu/rcu.h
643
static inline void rcu_gp_slow_unregister(atomic_t *rgssp) { }
kernel/rcu/rcu.h
655
void rcu_gp_slow_register(atomic_t *rgssp);
kernel/rcu/rcu.h
656
void rcu_gp_slow_unregister(atomic_t *rgssp);
kernel/rcu/rcuscale.c
117
atomic_t ws_inflight;
kernel/rcu/rcuscale.c
132
static atomic_t n_rcu_scale_reader_started;
kernel/rcu/rcuscale.c
133
static atomic_t n_rcu_scale_writer_started;
kernel/rcu/rcuscale.c
134
static atomic_t n_rcu_scale_writer_finished;
kernel/rcu/rcuscale.c
635
static atomic_t dumped;
kernel/rcu/rcuscale.c
707
static atomic_t n_kfree_scale_thread_started;
kernel/rcu/rcuscale.c
708
static atomic_t n_kfree_scale_thread_ended;
kernel/rcu/rcutorture.c
201
static atomic_t rcu_torture_wcount[RCU_TORTURE_PIPE_LEN + 1];
kernel/rcu/rcutorture.c
203
static atomic_t n_rcu_torture_alloc;
kernel/rcu/rcutorture.c
204
static atomic_t n_rcu_torture_alloc_fail;
kernel/rcu/rcutorture.c
205
static atomic_t n_rcu_torture_free;
kernel/rcu/rcutorture.c
206
static atomic_t n_rcu_torture_mberror;
kernel/rcu/rcutorture.c
207
static atomic_t n_rcu_torture_mbchk_fail;
kernel/rcu/rcutorture.c
208
static atomic_t n_rcu_torture_mbchk_tries;
kernel/rcu/rcutorture.c
209
static atomic_t n_rcu_torture_error;
kernel/rcu/rcutorture.c
330
static atomic_t barrier_cbs_count; /* Barrier callbacks registered. */
kernel/rcu/rcutorture.c
332
static atomic_t barrier_cbs_invoked; /* Barrier callbacks invoked. */
kernel/rcu/rcutorture.c
336
static atomic_t rcu_fwd_cb_nodelay; /* Short rcu_torture_delay() delays. */
kernel/rcu/rcutorture.c
422
void (*gp_slow_register)(atomic_t *rgssp);
kernel/rcu/rcutorture.c
423
void (*gp_slow_unregister)(atomic_t *rgssp);
kernel/rcu/refscale.c
122
static atomic_t nreaders_exp;
kernel/rcu/refscale.c
125
static atomic_t n_init;
kernel/rcu/refscale.c
126
static atomic_t n_started;
kernel/rcu/refscale.c
127
static atomic_t n_warmedup;
kernel/rcu/refscale.c
128
static atomic_t n_cooleddown;
kernel/rcu/refscale.c
369
static atomic_t refcnt;
kernel/rcu/refscale.c
54
static atomic_t verbose_batch_ctr;
kernel/rcu/refscale.c
989
atomic_t rts_refctr; // Used by all flavors
kernel/rcu/tasks.h
123
atomic_t barrier_q_count;
kernel/rcu/tiny.c
160
static atomic_t doublefrees;
kernel/rcu/tree.c
1343
static atomic_t *rcu_gp_slow_suppress;
kernel/rcu/tree.c
1346
void rcu_gp_slow_register(atomic_t *rgssp)
kernel/rcu/tree.c
1355
void rcu_gp_slow_unregister(atomic_t *rgssp)
kernel/rcu/tree.c
1365
atomic_t *rgssp = READ_ONCE(rcu_gp_slow_suppress);
kernel/rcu/tree.c
3104
static atomic_t doublefrees;
kernel/rcu/tree.c
3967
atomic_inc((atomic_t *)kp->arg);
kernel/rcu/tree.c
3969
atomic_dec((atomic_t *)kp->arg);
kernel/rcu/tree.c
3979
return sprintf(buffer, "%d\n", atomic_read((atomic_t *)kp->arg));
kernel/rcu/tree.c
3986
static atomic_t do_rcu_barrier;
kernel/rcu/tree.h
337
atomic_t inuse;
kernel/rcu/tree.h
378
atomic_t barrier_cpu_count; /* # CPUs waiting on. */
kernel/rcu/tree.h
389
atomic_t expedited_need_qs; /* # CPUs left to check in. */
kernel/rcu/tree.h
432
atomic_t srs_cleanups_pending; /* srs inflight worker cleanups. */
kernel/rcu/tree_stall.h
1008
static atomic_t warned = ATOMIC_INIT(0);
kernel/rcu/update.c
148
static atomic_t rcu_async_hurry_nesting = ATOMIC_INIT(1);
kernel/rcu/update.c
186
static atomic_t rcu_expedited_nesting = ATOMIC_INIT(1);
kernel/reboot.c
1031
static atomic_t allow_proceed = ATOMIC_INIT(1);
kernel/scftorture.c
141
static atomic_t n_started;
kernel/scftorture.c
142
static atomic_t n_errs;
kernel/scftorture.c
143
static atomic_t n_mb_in_errs;
kernel/scftorture.c
144
static atomic_t n_mb_out_errs;
kernel/scftorture.c
145
static atomic_t n_alloc_errs;
kernel/sched/autogroup.c
12
static atomic_t autogroup_seq_nr;
kernel/sched/core.c
398
static atomic_t sched_core_count;
kernel/sched/core.c
5600
atomic_t state;
kernel/sched/cpupri.h
14
atomic_t count;
kernel/sched/ext.c
35
static atomic_t scx_enable_state_var = ATOMIC_INIT(SCX_DISABLED);
kernel/sched/ext_internal.h
910
atomic_t exit_kind;
kernel/sched/fair.c
11859
static atomic_t sched_balance_running = ATOMIC_INIT(0);
kernel/sched/rt.c
2159
static inline bool rto_start_trylock(atomic_t *v)
kernel/sched/rt.c
2164
static inline void rto_start_unlock(atomic_t *v)
kernel/sched/sched.h
1012
atomic_t dlo_count;
kernel/sched/sched.h
1035
atomic_t rto_loop_next;
kernel/sched/sched.h
1036
atomic_t rto_loop_start;
kernel/sched/sched.h
1163
atomic_t nohz_flags;
kernel/sched/sched.h
1346
atomic_t nr_iowait;
kernel/sched/sched.h
2168
atomic_t ref;
kernel/sched/sched.h
2186
atomic_t ref;
kernel/sched/sched.h
991
atomic_t refcount;
kernel/sched/sched.h
992
atomic_t rto_count;
kernel/seccomp.c
150
atomic_t requests;
kernel/smp.c
179
static atomic_t csd_bug_count = ATOMIC_INIT(0);
kernel/smp.c
213
static atomic_t n_csd_lock_stuck;
kernel/smp.c
486
atomic_t *tbt;
kernel/smp.c
50
static DEFINE_PER_CPU(atomic_t, trigger_backtrace) = ATOMIC_INIT(1);
kernel/softirq.c
854
atomic_t cb_waiters;
kernel/stop_machine.c
176
atomic_t thread_ack;
kernel/stop_machine.c
31
atomic_t nr_todo; /* nr left to execute */
kernel/time/clocksource.c
162
static atomic_t watchdog_reset_pending;
kernel/time/tick-sched.c
212
static atomic_t in_progress;
kernel/time/tick-sched.c
341
static atomic_t tick_dep_mask;
kernel/time/tick-sched.c
343
static bool check_tick_dependency(atomic_t *dep)
kernel/time/tick-sched.c
502
static void tick_nohz_dep_set_all(atomic_t *dep,
kernel/time/tick-sched.h
99
atomic_t tick_dep_mask;
kernel/time/timer.c
255
atomic_t timer_waiters;
kernel/time/timer_migration.h
67
atomic_t migr_state;
kernel/torture.c
72
static atomic_t verbose_sleep_counter;
kernel/trace/ftrace.c
432
atomic_t disabled;
kernel/trace/ring_buffer.c
4378
static DEFINE_PER_CPU(atomic_t, checking);
kernel/trace/ring_buffer.c
4379
static atomic_t ts_dump;
kernel/trace/ring_buffer.c
452
atomic_t seq;
kernel/trace/ring_buffer.c
515
atomic_t record_disabled;
kernel/trace/ring_buffer.c
516
atomic_t resize_disabled;
kernel/trace/ring_buffer.c
574
atomic_t record_disabled;
kernel/trace/ring_buffer.c
575
atomic_t resizing;
kernel/trace/trace.c
10467
static atomic_t dump_running;
kernel/trace/trace_events.c
5005
static DEFINE_PER_CPU(atomic_t, ftrace_test_event_disable);
kernel/trace/trace_mmiotrace.c
26
static atomic_t dropped_count;
kernel/trace/trace_recursion_record.c
17
static atomic_t nr_records;
kernel/trace/tracing_map.h
188
atomic_t next_elt;
kernel/umh.c
189
static atomic_t running_helpers = ATOMIC_INIT(0);
kernel/vmcore_info.c
35
atomic_t count;
kernel/watchdog.c
138
static DEFINE_PER_CPU(atomic_t, hrtimer_interrupts);
kernel/watchdog_perf.c
26
static atomic_t watchdog_cpus = ATOMIC_INIT(0);
kernel/workqueue.c
331
atomic_t nr; /* per-node nr_active */
kernel/workqueue.c
347
atomic_t nr_pwqs_to_flush; /* flush in progress */
lib/842/842_debugfs.h
11
static atomic_t template_count[OPS_MAX], template_repeat_count,
lib/atomic64_test.c
111
atomic_t v;
lib/crc/tests/crc_kunit.c
152
atomic_t seqno;
lib/crypto/tests/hash-test-template.h
325
atomic_t seqno;
lib/crypto/tests/hash-test-template.h
362
atomic_t in_use;
lib/debugobjects.c
389
static atomic_t cpus_allocating;
lib/dec_and_lock.c
21
int atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock)
lib/dec_and_lock.c
37
int _atomic_dec_and_lock_irqsave(atomic_t *atomic, spinlock_t *lock,
lib/dec_and_lock.c
53
int atomic_dec_and_raw_lock(atomic_t *atomic, raw_spinlock_t *lock)
lib/dec_and_lock.c
68
int _atomic_dec_and_raw_lock_irqsave(atomic_t *atomic, raw_spinlock_t *lock,
lib/fault-inject.c
290
static ssize_t fault_atomic_t_attr_show(atomic_t val, char *page)
lib/fault-inject.c
334
static ssize_t fault_atomic_t_attr_store(atomic_t *val, const char *page, size_t count)
lib/fault-inject.c
378
FAULT_CONFIGFS_ATTR(times, atomic_t);
lib/fault-inject.c
379
FAULT_CONFIGFS_ATTR(space, atomic_t);
lib/maple_tree.c
6553
atomic_t maple_tree_tests_run;
lib/maple_tree.c
6555
atomic_t maple_tree_tests_passed;
lib/percpu-refcount.c
173
static atomic_t underflows;
lib/test_context-analysis.c
180
static void __used test_mutex_trylock(struct test_mutex_data *d, atomic_t *a)
lib/test_lockup.c
162
static atomic_t alloc_pages_failed = ATOMIC_INIT(0);
lib/test_maple_tree.c
24
atomic_t maple_tree_tests_run;
lib/test_maple_tree.c
25
atomic_t maple_tree_tests_passed;
lib/test_objpool.c
39
atomic_t nthreads ____cacheline_aligned_in_smp;
lib/test_objpool.c
40
atomic_t stop ____cacheline_aligned_in_smp;
lib/test_ref_tracker.c
55
static atomic_t test_ref_timer_done = ATOMIC_INIT(0);
lib/test_rhashtable.c
113
static atomic_t startup_count;
lib/test_vmalloc.c
73
static atomic_t test_n_undone = ATOMIC_INIT(0);
mm/huge_memory.c
77
static atomic_t huge_zero_refcount;
mm/kfence/core.c
147
atomic_t kfence_allocation_gate = ATOMIC_INIT(1);
mm/kfence/core.c
164
static atomic_t alloc_covered[ALLOC_COVERED_SIZE];
mm/kmemleak.c
143
atomic_t use_count;
mm/memcontrol.c
537
atomic_t stats_updates;
mm/mm_init.c
2018
static atomic_t pgdat_init_n_undone __initdata;
mm/oom_kill.c
483
static atomic_t oom_victims = ATOMIC_INIT(0);
mm/page_table_check.c
17
atomic_t anon_map_count;
mm/page_table_check.c
18
atomic_t file_map_count;
mm/percpu.c
1743
static atomic_t warn_limit = ATOMIC_INIT(10);
mm/rmap.c
1350
atomic_t *mapped = &folio->_nr_pages_mapped;
mm/rmap.c
1774
atomic_t *mapped = &folio->_nr_pages_mapped;
mm/secretmem.c
43
static atomic_t secretmem_users;
mm/slab.h
88
atomic_t __page_refcount;
mm/slab_common.c
1387
atomic_t head_count;
mm/slab_common.c
1391
atomic_t bulk_count[FREE_N_CHANNELS];
mm/slab_common.c
1399
atomic_t backoff_page_cache_fill;
mm/slab_common.c
1400
atomic_t work_in_progress;
mm/swap.c
902
atomic_t lru_disable_count = ATOMIC_INIT(0);
mm/swap_cgroup.c
15
atomic_t ids;
mm/swap_cgroup.c
31
BUILD_BUG_ON(sizeof(struct swap_cgroup) != sizeof(atomic_t));
mm/swap_state.c
66
static atomic_t swapin_readahead_hits = ATOMIC_INIT(4);
mm/swap_state.c
685
static atomic_t last_readahead_pages;
mm/swapfile.c
117
static atomic_t proc_poll_event = ATOMIC_INIT(0);
mm/swapfile.c
119
atomic_t nr_rotate_swap = ATOMIC_INIT(0);
mm/swapfile.c
160
#define SWAP_USAGE_OFFLIST_BIT (1UL << (BITS_PER_TYPE(atomic_t) - 2))
mm/zpdesc.h
49
atomic_t _refcount;
mm/zsmalloc.c
219
atomic_t compaction_in_progress;
mm/zswap.c
208
static atomic_t zswap_pools_count = ATOMIC_INIT(0);
net/9p/client.c
857
static atomic_t seqno = ATOMIC_INIT(0);
net/9p/trans_rdma.c
83
atomic_t excess_rc;
net/9p/trans_virtio.c
43
static atomic_t vp_pinned = ATOMIC_INIT(0);
net/atm/br2684.c
80
atomic_t qspace;
net/atm/pppoatm.c
64
atomic_t inflight;
net/batman-adv/bat_iv_ogm.c
559
atomic_t *queue_left = own_packet ? NULL : &bat_priv->batman_queue_left;
net/batman-adv/hash.h
51
atomic_t generation;
net/batman-adv/send.c
484
atomic_t *queue_left,
net/batman-adv/send.h
23
atomic_t *queue_left,
net/batman-adv/types.h
1023
atomic_t num_requests;
net/batman-adv/types.h
1047
atomic_t loopdetect_next;
net/batman-adv/types.h
1094
atomic_t mode;
net/batman-adv/types.h
1097
atomic_t sel_class;
net/batman-adv/types.h
1103
atomic_t bandwidth_down;
net/batman-adv/types.h
1108
atomic_t bandwidth_up;
net/batman-adv/types.h
1111
atomic_t reselect;
net/batman-adv/types.h
112
atomic_t elp_interval;
net/batman-adv/types.h
115
atomic_t elp_seqno;
net/batman-adv/types.h
1240
atomic_t num_want_all_unsnoopables;
net/batman-adv/types.h
1243
atomic_t num_want_all_ipv4;
net/batman-adv/types.h
1246
atomic_t num_want_all_ipv6;
net/batman-adv/types.h
1249
atomic_t num_want_all_rtr4;
net/batman-adv/types.h
1252
atomic_t num_want_all_rtr6;
net/batman-adv/types.h
1258
atomic_t num_no_mc_ptype_capa;
net/batman-adv/types.h
1323
atomic_t sending;
net/batman-adv/types.h
1358
atomic_t last_acked;
net/batman-adv/types.h
136
atomic_t throughput_override;
net/batman-adv/types.h
1367
atomic_t dup_acks;
net/batman-adv/types.h
1428
atomic_t ap_isolation; /* boolean */
net/batman-adv/types.h
1456
atomic_t ogm_seqno;
net/batman-adv/types.h
1473
atomic_t mesh_state;
net/batman-adv/types.h
1493
atomic_t aggregated_ogms;
net/batman-adv/types.h
1496
atomic_t bonding;
net/batman-adv/types.h
1502
atomic_t fragmentation;
net/batman-adv/types.h
1509
atomic_t packet_size_max;
net/batman-adv/types.h
1515
atomic_t frag_seqno;
net/batman-adv/types.h
1522
atomic_t bridge_loop_avoidance;
net/batman-adv/types.h
1530
atomic_t distributed_arp_table;
net/batman-adv/types.h
1538
atomic_t multicast_mode;
net/batman-adv/types.h
1544
atomic_t multicast_fanout;
net/batman-adv/types.h
1548
atomic_t orig_interval;
net/batman-adv/types.h
1554
atomic_t hop_penalty;
net/batman-adv/types.h
1558
atomic_t log_level;
net/batman-adv/types.h
1574
atomic_t bcast_seqno;
net/batman-adv/types.h
1580
atomic_t bcast_queue_left;
net/batman-adv/types.h
1583
atomic_t batman_queue_left;
net/batman-adv/types.h
1610
atomic_t tp_num;
net/batman-adv/types.h
1692
atomic_t wait_periods;
net/batman-adv/types.h
1699
atomic_t request_sent;
net/batman-adv/types.h
1801
atomic_t orig_list_count;
net/batman-adv/types.h
1877
atomic_t counter;
net/batman-adv/types.h
1947
atomic_t *queue_left;
net/batman-adv/types.h
217
atomic_t hop_penalty;
net/batman-adv/types.h
331
atomic_t num_entries;
net/batman-adv/types.h
445
atomic_t last_ttvn;
net/batman-adv/types.h
83
atomic_t ogm_seqno;
net/batman-adv/types.h
948
atomic_t vn;
net/batman-adv/types.h
954
atomic_t ogm_append_cnt;
net/bluetooth/6lowpan.c
79
atomic_t peer_count; /* number of items in peers list */
net/bluetooth/bnep/bnep.h
151
atomic_t terminate;
net/bluetooth/cmtp/cmtp.h
84
atomic_t terminate;
net/bluetooth/hci_sock.c
44
static atomic_t monitor_promisc = ATOMIC_INIT(0);
net/bluetooth/hidp/hidp.h
142
atomic_t state;
net/bluetooth/hidp/hidp.h
144
atomic_t terminate;
net/bluetooth/rfcomm/tty.c
66
atomic_t wmem_alloc;
net/bridge/br_private.h
568
atomic_t fdb_n_learned;
net/can/af_can.c
85
static atomic_t skbcounter = ATOMIC_INIT(0);
net/can/j1939/j1939-priv.h
314
atomic_t skb_pending;
net/ceph/messenger.c
160
static atomic_t addr_str_seq = ATOMIC_INIT(0);
net/core/dev.c
10842
atomic_t dev_unreg_count = ATOMIC_INIT(0);
net/core/dev.c
2367
static atomic_t netstamp_needed_deferred;
net/core/dev.c
2368
static atomic_t netstamp_wanted;
net/core/netpoll.c
439
static atomic_t ip_ident;
net/core/sock_map.c
864
atomic_t count;
net/ieee802154/core.c
99
static atomic_t wpan_phy_counter = ATOMIC_INIT(0);
net/ipv4/route.c
463
static atomic_t *ip_idents __read_mostly;
net/ipv4/route.c
473
atomic_t *p_id;
net/ipv6/ioam6_iptunnel.c
41
atomic_t pkt_cnt;
net/ipv6/ip6_flowlabel.c
43
static atomic_t fl_size = ATOMIC_INIT(0);
net/key/af_key.c
3128
static atomic_t acqseq;
net/key/af_key.c
39
atomic_t socks_nr;
net/llc/llc_conn.c
845
static atomic_t llc_sock_nr;
net/mac80211/ieee80211_i.h
1159
atomic_t num_tx_queued;
net/mac80211/ieee80211_i.h
1431
atomic_t aql_total_pending_airtime;
net/mac80211/ieee80211_i.h
1432
atomic_t aql_ac_pending_airtime[IEEE80211_NUM_ACS];
net/mac80211/ieee80211_i.h
1545
atomic_t agg_queue_stop[IEEE80211_MAX_QUEUES];
net/mac80211/ieee80211_i.h
1548
atomic_t iff_allmultis;
net/mac80211/ieee80211_i.h
1593
atomic_t tx_led_active, rx_led_active, assoc_led_active;
net/mac80211/ieee80211_i.h
1594
atomic_t radio_led_active, tpt_led_active;
net/mac80211/ieee80211_i.h
322
atomic_t num_sta_ps; /* number of stations in PS mode */
net/mac80211/ieee80211_i.h
332
atomic_t num_mcast_sta; /* number of stations receiving multicast */
net/mac80211/ieee80211_i.h
343
atomic_t num_mcast_sta; /* number of stations receiving multicast */
net/mac80211/ieee80211_i.h
741
atomic_t entries; /* Up to MAX_MESH_NEIGHBOURS */
net/mac80211/ieee80211_i.h
783
atomic_t mpaths;
net/mac80211/ieee80211_i.h
796
atomic_t estab_plinks;
net/mac80211/ieee80211_i.h
797
atomic_t mesh_seqnum;
net/mac80211/key.c
853
static atomic_t key_color = ATOMIC_INIT(0);
net/mac80211/sta_info.h
143
atomic_t aql_tx_pending; /* Estimated airtime for frames pending */
net/mptcp/ctrl.c
34
atomic_t active_disable_times;
net/netfilter/ipset/ip_set_hash_gen.h
83
atomic_t ref; /* References for resizing */
net/netfilter/ipset/ip_set_hash_gen.h
84
atomic_t uref; /* References for dumping and gc */
net/netfilter/ipvs/ip_vs_conn.c
63
static atomic_t ip_vs_conn_no_cport_cnt = ATOMIC_INIT(0);
net/netfilter/ipvs/ip_vs_core.c
83
static atomic_t ipvs_netns_cnt = ATOMIC_INIT(0);
net/netfilter/ipvs/ip_vs_lblc.c
105
atomic_t entries; /* number of entries */
net/netfilter/ipvs/ip_vs_lblcr.c
273
atomic_t entries; /* number of entries */
net/netfilter/ipvs/ip_vs_lblcr.c
92
atomic_t size; /* set size */
net/netfilter/nf_conntrack_extend.c
30
atomic_t nf_conntrack_ext_genid __read_mostly = ATOMIC_INIT(1);
net/netfilter/nf_nat_masquerade.c
25
static atomic_t masq_worker_count __read_mostly;
net/netfilter/nfnetlink_log.c
92
atomic_t global_seq;
net/netfilter/nft_numgen.c
20
atomic_t *counter;
net/netfilter/xt_statistic.c
19
atomic_t count;
net/netlabel/netlabel_mgmt.c
39
atomic_t netlabel_mgmt_protocount = ATOMIC_INIT(0);
net/netlabel/netlabel_mgmt.h
223
extern atomic_t netlabel_mgmt_protocount;
net/netlink/af_netlink.c
145
static atomic_t nl_table_users = ATOMIC_INIT(0);
net/netlink/genetlink.c
30
atomic_t genl_sk_destructing_cnt = ATOMIC_INIT(0);
net/netlink/genetlink.h
8
extern atomic_t genl_sk_destructing_cnt;
net/nfc/llcp.h
74
atomic_t local_sdp_cnt[LLCP_SDP_NUM_SAP];
net/nfc/llcp_core.c
1000
atomic_t *client_count;
net/nfc/llcp_core.c
1333
atomic_t *client_count;
net/nfc/llcp_core.c
497
atomic_t *client_cnt;
net/packet/internal.h
128
atomic_t tp_drops ____cacheline_aligned_in_smp;
net/packet/internal.h
85
atomic_t rr_cur;
net/rds/cong.c
81
static atomic_t rds_cong_generation = ATOMIC_INIT(0);
net/rds/ib.c
52
static atomic_t rds_ib_unloading;
net/rds/ib.h
124
atomic_t w_free_ctr;
net/rds/ib.h
158
atomic_t i_fastreg_wrs;
net/rds/ib.h
159
atomic_t i_fastreg_inuse_count;
net/rds/ib.h
171
atomic_t i_signaled_sends;
net/rds/ib.h
184
atomic_t i_cache_allocs;
net/rds/ib.h
208
atomic_t i_credits;
net/rds/ib.h
218
atomic_t i_cq_quiesce;
net/rds/ib_mr.h
103
atomic_t free_pinned; /* memory pinned by free MRs */
net/rds/ib_mr.h
94
atomic_t item_count; /* total # of MRs */
net/rds/ib_mr.h
95
atomic_t dirty_count; /* # dirty of MRs */
net/rds/ib_recv.c
46
static atomic_t rds_ib_allocation = ATOMIC_INIT(0);
net/rds/loop.c
46
static atomic_t rds_loop_unloading = ATOMIC_INIT(0);
net/rds/rds.h
122
atomic_t cp_state;
net/rds/tcp.c
60
static atomic_t rds_tcp_unloading = ATOMIC_INIT(0);
net/rfkill/core.c
397
static atomic_t rfkill_input_disabled = ATOMIC_INIT(0);
net/rxrpc/af_rxrpc.c
38
atomic_t rxrpc_debug_id;
net/rxrpc/af_rxrpc.c
42
atomic_t rxrpc_n_rx_skbs;
net/rxrpc/ar-internal.h
100
atomic_t stat_tx_data;
net/rxrpc/ar-internal.h
101
atomic_t stat_tx_data_retrans;
net/rxrpc/ar-internal.h
1019
extern atomic_t rxrpc_n_rx_skbs;
net/rxrpc/ar-internal.h
102
atomic_t stat_tx_data_send;
net/rxrpc/ar-internal.h
103
atomic_t stat_tx_data_send_frag;
net/rxrpc/ar-internal.h
104
atomic_t stat_tx_data_send_fail;
net/rxrpc/ar-internal.h
105
atomic_t stat_tx_data_send_msgsize;
net/rxrpc/ar-internal.h
106
atomic_t stat_tx_data_underflow;
net/rxrpc/ar-internal.h
107
atomic_t stat_tx_data_cwnd_reset;
net/rxrpc/ar-internal.h
108
atomic_t stat_rx_data;
net/rxrpc/ar-internal.h
109
atomic_t stat_rx_data_reqack;
net/rxrpc/ar-internal.h
110
atomic_t stat_rx_data_jumbo;
net/rxrpc/ar-internal.h
112
atomic_t stat_tx_ack_fill;
net/rxrpc/ar-internal.h
113
atomic_t stat_tx_ack_send;
net/rxrpc/ar-internal.h
114
atomic_t stat_tx_ack_skip;
net/rxrpc/ar-internal.h
115
atomic_t stat_tx_acks[256];
net/rxrpc/ar-internal.h
116
atomic_t stat_rx_acks[256];
net/rxrpc/ar-internal.h
117
atomic_t stat_tx_jumbo[10];
net/rxrpc/ar-internal.h
118
atomic_t stat_rx_jumbo[10];
net/rxrpc/ar-internal.h
120
atomic_t stat_why_req_ack[8];
net/rxrpc/ar-internal.h
122
atomic_t stat_io_loop;
net/rxrpc/ar-internal.h
1517
extern atomic_t rxrpc_nr_txbuf;
net/rxrpc/ar-internal.h
331
atomic_t active_users; /* Number of users of the local endpoint */
net/rxrpc/ar-internal.h
504
atomic_t active; /* Number of active users */
net/rxrpc/ar-internal.h
533
atomic_t active; /* Active count for service conns */
net/rxrpc/ar-internal.h
72
atomic_t nr_calls; /* Count of allocated calls */
net/rxrpc/ar-internal.h
74
atomic_t nr_conns;
net/rxrpc/ar-internal.h
822
atomic_t ackr_nr_consumed; /* Number of packets needing hard ACK */
net/rxrpc/ar-internal.h
84
atomic_t nr_client_conns;
net/rxrpc/conn_client.c
76
static atomic_t rxrpc_bundle_id;
net/rxrpc/txbuf.c
13
static atomic_t rxrpc_txbuf_debug_ids;
net/rxrpc/txbuf.c
14
atomic_t rxrpc_nr_txbuf;
net/sched/sch_taprio.c
57
atomic_t budget[TC_MAX_QUEUE];
net/smc/smc.h
202
atomic_t peer_rmbe_space;/* remaining free bytes in peer
net/smc/smc.h
232
atomic_t sndbuf_space; /* remaining space in sndbuf */
net/smc/smc.h
236
atomic_t cdc_pend_tx_wr; /* number of pending tx CDC wqe
net/smc/smc.h
264
atomic_t bytes_to_rcv; /* arrived data,
net/smc/smc.h
267
atomic_t splice_pending; /* number of spliced bytes
net/smc/smc.h
310
atomic_t queued_smc_hs; /* queued smc handshakes */
net/smc/smc_core.c
170
static atomic_t nexttoken = ATOMIC_INIT(0);
net/smc/smc_core.c
49
static atomic_t lgr_cnt = ATOMIC_INIT(0); /* number of existing link groups */
net/smc/smc_core.h
177
atomic_t conn_cnt; /* connections on this link */
net/smc/smc_ib.h
54
atomic_t lnk_cnt; /* number of links on ibdev */
net/smc/smc_ib.h
57
atomic_t lnk_cnt_by_port[SMC_MAX_PORTS];
net/sunrpc/auth_gss/gss_krb5_internal.h
77
atomic_t seq_send;
net/sunrpc/debugfs.c
238
static atomic_t cur_id;
net/sunrpc/netns.h
34
atomic_t pipe_users;
net/sunrpc/sched.c
292
static atomic_t rpc_pid;
net/sunrpc/xprtrdma/xprt_rdma.h
102
atomic_t re_completion_ids;
net/sunrpc/xprtrdma/xprt_rdma.h
88
atomic_t re_receiving;
net/sunrpc/xprtrdma/xprt_rdma.h
89
atomic_t re_force_disconnect;
net/tipc/core.h
132
atomic_t subscription_count;
net/tipc/core.h
147
atomic_t wq_count;
net/tipc/crypto.c
155
atomic_t users;
net/tipc/crypto.c
207
atomic_t peer_rx_active;
net/tipc/crypto.c
216
atomic_t key_distr;
net/tipc/socket.c
118
atomic_t dupl_rcvcnt;
net/tipc/socket.c
2432
atomic_t *dcnt;
net/tipc/socket.c
3901
atomic_t *dcnt = &tipc_sk(sk)->dupl_rcvcnt;
net/vmw_vsock/virtio_transport.c
48
atomic_t queued_replies;
net/wireless/core.c
451
static atomic_t wiphy_counter = ATOMIC_INIT(0);
net/wireless/core.h
192
atomic_t hold;
net/xfrm/xfrm_state.c
2534
static atomic_t acqseq;
rust/helpers/atomic.c
105
rust_helper_atomic_sub_return_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
111
rust_helper_atomic_sub_return_release(int i, atomic_t *v)
rust/helpers/atomic.c
117
rust_helper_atomic_sub_return_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
123
rust_helper_atomic_fetch_sub(int i, atomic_t *v)
rust/helpers/atomic.c
129
rust_helper_atomic_fetch_sub_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
135
rust_helper_atomic_fetch_sub_release(int i, atomic_t *v)
rust/helpers/atomic.c
141
rust_helper_atomic_fetch_sub_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
147
rust_helper_atomic_inc(atomic_t *v)
rust/helpers/atomic.c
15
rust_helper_atomic_read(const atomic_t *v)
rust/helpers/atomic.c
153
rust_helper_atomic_inc_return(atomic_t *v)
rust/helpers/atomic.c
159
rust_helper_atomic_inc_return_acquire(atomic_t *v)
rust/helpers/atomic.c
165
rust_helper_atomic_inc_return_release(atomic_t *v)
rust/helpers/atomic.c
171
rust_helper_atomic_inc_return_relaxed(atomic_t *v)
rust/helpers/atomic.c
177
rust_helper_atomic_fetch_inc(atomic_t *v)
rust/helpers/atomic.c
183
rust_helper_atomic_fetch_inc_acquire(atomic_t *v)
rust/helpers/atomic.c
189
rust_helper_atomic_fetch_inc_release(atomic_t *v)
rust/helpers/atomic.c
195
rust_helper_atomic_fetch_inc_relaxed(atomic_t *v)
rust/helpers/atomic.c
201
rust_helper_atomic_dec(atomic_t *v)
rust/helpers/atomic.c
207
rust_helper_atomic_dec_return(atomic_t *v)
rust/helpers/atomic.c
21
rust_helper_atomic_read_acquire(const atomic_t *v)
rust/helpers/atomic.c
213
rust_helper_atomic_dec_return_acquire(atomic_t *v)
rust/helpers/atomic.c
219
rust_helper_atomic_dec_return_release(atomic_t *v)
rust/helpers/atomic.c
225
rust_helper_atomic_dec_return_relaxed(atomic_t *v)
rust/helpers/atomic.c
231
rust_helper_atomic_fetch_dec(atomic_t *v)
rust/helpers/atomic.c
237
rust_helper_atomic_fetch_dec_acquire(atomic_t *v)
rust/helpers/atomic.c
243
rust_helper_atomic_fetch_dec_release(atomic_t *v)
rust/helpers/atomic.c
249
rust_helper_atomic_fetch_dec_relaxed(atomic_t *v)
rust/helpers/atomic.c
255
rust_helper_atomic_and(int i, atomic_t *v)
rust/helpers/atomic.c
261
rust_helper_atomic_fetch_and(int i, atomic_t *v)
rust/helpers/atomic.c
267
rust_helper_atomic_fetch_and_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
27
rust_helper_atomic_set(atomic_t *v, int i)
rust/helpers/atomic.c
273
rust_helper_atomic_fetch_and_release(int i, atomic_t *v)
rust/helpers/atomic.c
279
rust_helper_atomic_fetch_and_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
285
rust_helper_atomic_andnot(int i, atomic_t *v)
rust/helpers/atomic.c
291
rust_helper_atomic_fetch_andnot(int i, atomic_t *v)
rust/helpers/atomic.c
297
rust_helper_atomic_fetch_andnot_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
303
rust_helper_atomic_fetch_andnot_release(int i, atomic_t *v)
rust/helpers/atomic.c
309
rust_helper_atomic_fetch_andnot_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
315
rust_helper_atomic_or(int i, atomic_t *v)
rust/helpers/atomic.c
321
rust_helper_atomic_fetch_or(int i, atomic_t *v)
rust/helpers/atomic.c
327
rust_helper_atomic_fetch_or_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
33
rust_helper_atomic_set_release(atomic_t *v, int i)
rust/helpers/atomic.c
333
rust_helper_atomic_fetch_or_release(int i, atomic_t *v)
rust/helpers/atomic.c
339
rust_helper_atomic_fetch_or_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
345
rust_helper_atomic_xor(int i, atomic_t *v)
rust/helpers/atomic.c
351
rust_helper_atomic_fetch_xor(int i, atomic_t *v)
rust/helpers/atomic.c
357
rust_helper_atomic_fetch_xor_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
363
rust_helper_atomic_fetch_xor_release(int i, atomic_t *v)
rust/helpers/atomic.c
369
rust_helper_atomic_fetch_xor_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
375
rust_helper_atomic_xchg(atomic_t *v, int new)
rust/helpers/atomic.c
381
rust_helper_atomic_xchg_acquire(atomic_t *v, int new)
rust/helpers/atomic.c
387
rust_helper_atomic_xchg_release(atomic_t *v, int new)
rust/helpers/atomic.c
39
rust_helper_atomic_add(int i, atomic_t *v)
rust/helpers/atomic.c
393
rust_helper_atomic_xchg_relaxed(atomic_t *v, int new)
rust/helpers/atomic.c
399
rust_helper_atomic_cmpxchg(atomic_t *v, int old, int new)
rust/helpers/atomic.c
405
rust_helper_atomic_cmpxchg_acquire(atomic_t *v, int old, int new)
rust/helpers/atomic.c
411
rust_helper_atomic_cmpxchg_release(atomic_t *v, int old, int new)
rust/helpers/atomic.c
417
rust_helper_atomic_cmpxchg_relaxed(atomic_t *v, int old, int new)
rust/helpers/atomic.c
423
rust_helper_atomic_try_cmpxchg(atomic_t *v, int *old, int new)
rust/helpers/atomic.c
429
rust_helper_atomic_try_cmpxchg_acquire(atomic_t *v, int *old, int new)
rust/helpers/atomic.c
435
rust_helper_atomic_try_cmpxchg_release(atomic_t *v, int *old, int new)
rust/helpers/atomic.c
441
rust_helper_atomic_try_cmpxchg_relaxed(atomic_t *v, int *old, int new)
rust/helpers/atomic.c
447
rust_helper_atomic_sub_and_test(int i, atomic_t *v)
rust/helpers/atomic.c
45
rust_helper_atomic_add_return(int i, atomic_t *v)
rust/helpers/atomic.c
453
rust_helper_atomic_dec_and_test(atomic_t *v)
rust/helpers/atomic.c
459
rust_helper_atomic_inc_and_test(atomic_t *v)
rust/helpers/atomic.c
465
rust_helper_atomic_add_negative(int i, atomic_t *v)
rust/helpers/atomic.c
471
rust_helper_atomic_add_negative_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
477
rust_helper_atomic_add_negative_release(int i, atomic_t *v)
rust/helpers/atomic.c
483
rust_helper_atomic_add_negative_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
489
rust_helper_atomic_fetch_add_unless(atomic_t *v, int a, int u)
rust/helpers/atomic.c
495
rust_helper_atomic_add_unless(atomic_t *v, int a, int u)
rust/helpers/atomic.c
501
rust_helper_atomic_inc_not_zero(atomic_t *v)
rust/helpers/atomic.c
507
rust_helper_atomic_inc_unless_negative(atomic_t *v)
rust/helpers/atomic.c
51
rust_helper_atomic_add_return_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
513
rust_helper_atomic_dec_unless_positive(atomic_t *v)
rust/helpers/atomic.c
519
rust_helper_atomic_dec_if_positive(atomic_t *v)
rust/helpers/atomic.c
57
rust_helper_atomic_add_return_release(int i, atomic_t *v)
rust/helpers/atomic.c
63
rust_helper_atomic_add_return_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
69
rust_helper_atomic_fetch_add(int i, atomic_t *v)
rust/helpers/atomic.c
75
rust_helper_atomic_fetch_add_acquire(int i, atomic_t *v)
rust/helpers/atomic.c
81
rust_helper_atomic_fetch_add_release(int i, atomic_t *v)
rust/helpers/atomic.c
87
rust_helper_atomic_fetch_add_relaxed(int i, atomic_t *v)
rust/helpers/atomic.c
93
rust_helper_atomic_sub(int i, atomic_t *v)
rust/helpers/atomic.c
99
rust_helper_atomic_sub_return(int i, atomic_t *v)
samples/vfio-mdev/mbochs.c
143
static atomic_t mbochs_avail_mbytes;
samples/vfio-mdev/mtty.c
192
static atomic_t mdev_avail_ports = ATOMIC_INIT(MAX_MTTYS);
samples/workqueue/stall_detector/wq_stall.c
32
static atomic_t wake_condition = ATOMIC_INIT(0);
security/apparmor/include/policy_ns.h
67
atomic_t uniq_null;
security/integrity/ima/ima.h
50
extern atomic_t ima_setxattr_allowed_hash_algorithms;
security/integrity/ima/ima_policy.c
60
atomic_t ima_setxattr_allowed_hash_algorithms;
security/keys/internal.h
59
atomic_t nkeys; /* number of keys */
security/keys/internal.h
60
atomic_t nikeys; /* number of instantiated keys */
security/landlock/tsync.c
37
atomic_t preparation_error;
security/landlock/tsync.c
45
atomic_t num_preparing;
security/landlock/tsync.c
55
atomic_t num_unfinished;
security/selinux/avc.c
75
atomic_t lru_hint; /* LRU hint for reclaim scan */
security/selinux/avc.c
76
atomic_t active_nodes;
security/selinux/hooks.c
115
static atomic_t selinux_secmark_refcount = ATOMIC_INIT(0);
security/selinux/include/xfrm.h
34
extern atomic_t selinux_xfrm_refcount;
security/selinux/xfrm.c
50
atomic_t selinux_xfrm_refcount __read_mostly = ATOMIC_INIT(0);
security/tomoyo/common.c
1997
static atomic_t tomoyo_query_observers = ATOMIC_INIT(0);
security/tomoyo/common.c
2464
static atomic_t tomoyo_stat_updated[TOMOYO_MAX_POLICY_STAT];
security/tomoyo/common.h
414
atomic_t users;
security/tomoyo/common.h
692
atomic_t users; /* Number of referring tasks. */
sound/core/seq/seq_fifo.h
23
atomic_t overflow;
sound/core/seq/seq_lock.h
7
typedef atomic_t snd_use_lock_t;
sound/core/seq/seq_memory.h
48
atomic_t counter; /* cells free */
sound/core/seq/seq_ports.h
33
atomic_t ref_count;
sound/core/seq_device.c
109
static atomic_t snd_seq_in_init = ATOMIC_INIT(1); /* blocked as default */
sound/drivers/dummy.c
366
atomic_t running;
sound/drivers/pcsp/pcsp.h
65
atomic_t timer_active;
sound/isa/gus/gus_pcm.c
45
atomic_t dma_count;
sound/pci/mixart/mixart.h
72
atomic_t msg_processed; /* number of messages to be processed in irq thread */
sound/pci/ymfpci/ymfpci.h
386
atomic_t interrupt_sleep_count;
sound/soc/atmel/mchp-pdmc.c
127
atomic_t busy_stream;
sound/soc/codecs/cros_ec_codec.c
47
atomic_t dmic_probed;
sound/soc/codecs/pm4125.c
86
atomic_t gloal_mbias_cnt;
sound/soc/codecs/wcd937x.c
107
atomic_t rx_clk_cnt;
sound/soc/codecs/wcd937x.c
108
atomic_t ana_clk_count;
sound/soc/fsl/imx-pcm-fiq.c
40
atomic_t playing;
sound/soc/fsl/imx-pcm-fiq.c
41
atomic_t capturing;
sound/soc/intel/atom/sst/sst.h
399
atomic_t fw_clear_context;
sound/soc/intel/avs/avs.h
151
atomic_t l1sen_counter; /* controls whether L1SEN should be disabled */
sound/soc/intel/avs/avs.h
224
atomic_t recovering;
sound/soc/intel/avs/avs.h
234
atomic_t d0ix_disable_depth;
sound/soc/qcom/qdsp6/q6apm.h
81
atomic_t hw_ptr;
sound/soc/qcom/qdsp6/q6asm.c
252
atomic_t hw_ptr;
sound/usb/card.h
103
atomic_t submitted_urbs; /* currently submitted urbs */
sound/usb/card.h
70
atomic_t running; /* running status */
sound/usb/card.h
78
atomic_t state; /* running state */
sound/usb/endpoint.c
42
atomic_t locked;
sound/usb/midi2.c
72
atomic_t running; /* running status */
sound/usb/midi2.c
73
atomic_t suspended; /* saved running status for suspend */
sound/usb/qcom/qc_audio_offload.c
123
atomic_t in_use;
sound/usb/usbaudio.h
42
atomic_t active;
sound/usb/usbaudio.h
43
atomic_t shutdown;
sound/usb/usbaudio.h
44
atomic_t usage_count;
sound/usb/usx2y/us144mkii.h
232
atomic_t playback_active;
sound/usb/usx2y/us144mkii.h
233
atomic_t capture_active;
sound/usb/usx2y/us144mkii.h
234
atomic_t active_urbs;
sound/usb/usx2y/us144mkii.h
256
atomic_t midi_in_active;
sound/usb/usx2y/us144mkii.h
257
atomic_t midi_out_active;
sound/usb/usx2y/usbusx2y.h
86
atomic_t state;
sound/xen/xen_snd_front_alsa.c
44
atomic_t hw_ptr;
tools/arch/x86/include/asm/atomic.h
27
static inline int atomic_read(const atomic_t *v)
tools/arch/x86/include/asm/atomic.h
39
static inline void atomic_set(atomic_t *v, int i)
tools/arch/x86/include/asm/atomic.h
50
static inline void atomic_inc(atomic_t *v)
tools/arch/x86/include/asm/atomic.h
64
static inline int atomic_dec_and_test(atomic_t *v)
tools/arch/x86/include/asm/atomic.h
69
static __always_inline int atomic_cmpxchg(atomic_t *v, int old, int new)
tools/include/asm-generic/atomic-gcc.h
24
static inline int atomic_read(const atomic_t *v)
tools/include/asm-generic/atomic-gcc.h
36
static inline void atomic_set(atomic_t *v, int i)
tools/include/asm-generic/atomic-gcc.h
47
static inline void atomic_inc(atomic_t *v)
tools/include/asm-generic/atomic-gcc.h
60
static inline int atomic_dec_and_test(atomic_t *v)
tools/include/asm-generic/atomic-gcc.h
68
static inline int atomic_cmpxchg(atomic_t *v, int oldval, int newval)
tools/include/linux/atomic.h
15
static inline bool atomic_try_cmpxchg(atomic_t *ptr, int *oldp, int new)
tools/include/linux/atomic.h
25
static inline bool atomic_inc_unless_negative(atomic_t *v)
tools/include/linux/refcount.h
53
atomic_t refs;
tools/perf/bench/synthesize.c
51
static atomic_t event_count;
tools/testing/cxl/test/mem.c
253
static atomic_t event_counter = ATOMIC_INIT(0);
tools/testing/selftests/bpf/prog_tests/btf_dump.c
565
TEST_BTF_DUMP_DATA_C(btf, d, NULL, str, atomic_t, BTF_F_COMPACT,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
567
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT | BTF_F_NONAME,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
569
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, 0,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
575
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT, "(atomic_t){}",
tools/testing/selftests/bpf/prog_tests/btf_dump.c
577
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT | BTF_F_NONAME,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
579
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, 0,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
583
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_COMPACT | BTF_F_ZERO,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
586
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
589
TEST_BTF_DUMP_DATA(btf, d, NULL, str, atomic_t, BTF_F_ZERO,
tools/testing/selftests/bpf/prog_tests/btf_dump.c
596
TEST_BTF_DUMP_DATA_OVER(btf, d, NULL, str, atomic_t, sizeof(atomic_t)-1,
tools/testing/selftests/bpf/progs/bpf_arena_spin_lock.h
34
atomic_t val;
tools/testing/selftests/bpf/progs/kfree_skb.c
36
atomic_t refs;
tools/testing/selftests/bpf/progs/map_ptr_kern.c
93
atomic_t count;
tools/testing/selftests/bpf/progs/netif_receive_skb.c
159
TEST_BTF_C(str, atomic_t, 0, {.counter = (int)1,});
tools/testing/selftests/bpf/progs/netif_receive_skb.c
160
TEST_BTF(str, atomic_t, BTF_F_NONAME, "{1,}", {.counter = 1,});
tools/testing/selftests/bpf/progs/netif_receive_skb.c
162
TEST_BTF(str, atomic_t, 0, "(atomic_t){}", {.counter = 0,});
tools/testing/selftests/bpf/progs/netif_receive_skb.c
163
TEST_BTF(str, atomic_t, BTF_F_NONAME, "{}", {.counter = 0,});
tools/testing/selftests/bpf/progs/netif_receive_skb.c
164
TEST_BTF(str, atomic_t, BTF_F_ZERO, "(atomic_t){.counter = (int)0,}",
tools/testing/selftests/bpf/progs/netif_receive_skb.c
166
TEST_BTF(str, atomic_t, BTF_F_NONAME|BTF_F_ZERO,
tools/testing/selftests/bpf/test_kmods/bpf_test_rqspinlock.c
76
static atomic_t rqsl_ready_cpus = ATOMIC_INIT(0);
tools/testing/selftests/futex/functional/futex_requeue_pi.c
38
atomic_t waiters_blocked = ATOMIC_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi.c
39
atomic_t waiters_woken = ATOMIC_INITIALIZER;
tools/testing/selftests/futex/functional/futex_requeue_pi_signal_restart.c
36
atomic_t requeued = ATOMIC_INITIALIZER;
tools/testing/selftests/futex/include/atomic.h
36
atomic_cmpxchg(atomic_t *addr, int oldval, int newval)
tools/testing/selftests/futex/include/atomic.h
48
atomic_inc(atomic_t *addr)
tools/testing/selftests/futex/include/atomic.h
60
atomic_dec(atomic_t *addr)
tools/testing/selftests/futex/include/atomic.h
73
atomic_set(atomic_t *addr, int newval)
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
48
atomic_t handled;
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
49
atomic_t spurious;
tools/testing/selftests/kvm/mmu_stress_test.c
84
static atomic_t rendezvous;
tools/testing/selftests/kvm/mmu_stress_test.c
85
static atomic_t nr_ro_faults;
tools/testing/selftests/kvm/rseq_test.c
43
static atomic_t seq_cnt;
tools/testing/selftests/kvm/x86/kvm_buslock_test.c
21
static atomic_t *val = (void *)&buffer[CACHE_LINE_SIZE - (sizeof(*val) / 2)];
tools/testing/selftests/mm/page_frag/page_frag_test.c
20
static atomic_t nthreads;
tools/testing/selftests/net/bench/page_pool/bench_page_pool_simple.c
65
atomic_t cnt;
tools/testing/selftests/net/bench/page_pool/time_bench.h
55
atomic_t nr_tests_running;
tools/testing/vma/include/dup.h
43
atomic_t i_mmap_writable;