sys/compat/lindebugfs/lindebugfs.c
633
atomic_t *atomic_data = data;
sys/compat/lindebugfs/lindebugfs.c
641
atomic_t *atomic_data = data;
sys/compat/lindebugfs/lindebugfs.c
651
debugfs_create_atomic_t(const char *name, umode_t mode, struct dentry *parent, atomic_t *value)
sys/compat/linuxkpi/common/include/asm/atomic.h
100
atomic_dec(atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
106
atomic_add_unless(atomic_t *v, int a, int u)
sys/compat/linuxkpi/common/include/asm/atomic.h
120
atomic_fetch_add_unless(atomic_t *v, int a, int u)
sys/compat/linuxkpi/common/include/asm/atomic.h
134
atomic_clear_mask(unsigned int mask, atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
140
atomic_xchg(atomic_t *v, int i)
sys/compat/linuxkpi/common/include/asm/atomic.h
146
atomic_cmpxchg(atomic_t *v, int old, int new)
sys/compat/linuxkpi/common/include/asm/atomic.h
291
atomic_dec_if_positive(atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
308
static inline void atomic_##op(int i, atomic_t *v) \
sys/compat/linuxkpi/common/include/asm/atomic.h
318
static inline int atomic_fetch_##op(int i, atomic_t *v) \
sys/compat/linuxkpi/common/include/asm/atomic.h
330
atomic_fetch_inc(atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
58
atomic_add_return(int i, atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
64
atomic_sub_return(int i, atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
70
atomic_set(atomic_t *v, int i)
sys/compat/linuxkpi/common/include/asm/atomic.h
76
atomic_set_release(atomic_t *v, int i)
sys/compat/linuxkpi/common/include/asm/atomic.h
82
atomic_set_mask(unsigned int mask, atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
88
atomic_read(const atomic_t *v)
sys/compat/linuxkpi/common/include/asm/atomic.h
94
atomic_inc(atomic_t *v)
sys/compat/linuxkpi/common/include/linux/debugfs.h
117
atomic_t *value);
sys/compat/linuxkpi/common/include/linux/fs.h
75
atomic_t state;
sys/compat/linuxkpi/common/include/linux/interrupt.h
167
atomic_t count;
sys/compat/linuxkpi/common/include/linux/mm_types.h
44
atomic_t mm_count;
sys/compat/linuxkpi/common/include/linux/mm_types.h
45
atomic_t mm_users;
sys/compat/linuxkpi/common/include/linux/mutex.h
135
static inline int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *m)
sys/compat/linuxkpi/common/include/linux/pm.h
51
atomic_t usage_count;
sys/compat/linuxkpi/common/include/linux/refcount.h
35
typedef atomic_t refcount_t;
sys/compat/linuxkpi/common/include/linux/sched.h
76
atomic_t usage;
sys/compat/linuxkpi/common/include/linux/sched.h
77
atomic_t state;
sys/compat/linuxkpi/common/include/linux/sched.h
78
atomic_t kthread_flags;
sys/compat/linuxkpi/common/include/linux/spinlock.h
170
_atomic_dec_and_lock_irqsave(atomic_t *cnt, spinlock_t *lock,
sys/compat/linuxkpi/common/include/linux/wait.h
296
void linux_wake_up_atomic_t(atomic_t *);
sys/compat/linuxkpi/common/include/linux/wait.h
297
int linux_wait_on_atomic_t(atomic_t *, unsigned int);
sys/compat/linuxkpi/common/include/linux/workqueue.h
60
atomic_t draining;
sys/compat/linuxkpi/common/include/linux/workqueue.h
70
atomic_t state;
sys/compat/linuxkpi/common/src/linux_compat.c
988
linux_poll_wakeup_state(atomic_t *v, const uint8_t *pstate)
sys/compat/linuxkpi/common/src/linux_schedule.c
438
linux_wake_up_atomic_t(atomic_t *a)
sys/compat/linuxkpi/common/src/linux_schedule.c
445
linux_wait_on_atomic_t(atomic_t *a, unsigned int state)
sys/compat/linuxkpi/common/src/linux_work.c
72
linux_update_state(atomic_t *v, const uint8_t *pstate)
sys/dev/bnxt/bnxt_en/bnxt_ulp.h
77
atomic_t ref_count;
sys/dev/bnxt/bnxt_re/bnxt_re.h
483
atomic_t ref_count;
sys/dev/bnxt/bnxt_re/bnxt_re.h
484
atomic_t sched_count;
sys/dev/bnxt/bnxt_re/bnxt_re.h
606
atomic_t dbq_intr_running;
sys/dev/bnxt/bnxt_re/bnxt_re.h
618
atomic_t status_wait;
sys/dev/bnxt/bnxt_re/qplib_fp.h
465
atomic_t arm_state;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
299
atomic_t rcfw_intr_enabled;
sys/dev/bnxt/bnxt_re/qplib_rcfw.h
303
atomic_t timeout_send;
sys/dev/bnxt/bnxt_re/stats.h
132
atomic_t qp_count;
sys/dev/bnxt/bnxt_re/stats.h
133
atomic_t rc_qp_count;
sys/dev/bnxt/bnxt_re/stats.h
134
atomic_t ud_qp_count;
sys/dev/bnxt/bnxt_re/stats.h
135
atomic_t cq_count;
sys/dev/bnxt/bnxt_re/stats.h
136
atomic_t srq_count;
sys/dev/bnxt/bnxt_re/stats.h
137
atomic_t mr_count;
sys/dev/bnxt/bnxt_re/stats.h
138
atomic_t mw_count;
sys/dev/bnxt/bnxt_re/stats.h
139
atomic_t ah_count;
sys/dev/bnxt/bnxt_re/stats.h
140
atomic_t pd_count;
sys/dev/bnxt/bnxt_re/stats.h
141
atomic_t resize_count;
sys/dev/bnxt/bnxt_re/stats.h
142
atomic_t max_qp_count;
sys/dev/bnxt/bnxt_re/stats.h
143
atomic_t max_rc_qp_count;
sys/dev/bnxt/bnxt_re/stats.h
144
atomic_t max_ud_qp_count;
sys/dev/bnxt/bnxt_re/stats.h
145
atomic_t max_cq_count;
sys/dev/bnxt/bnxt_re/stats.h
146
atomic_t max_srq_count;
sys/dev/bnxt/bnxt_re/stats.h
147
atomic_t max_mr_count;
sys/dev/bnxt/bnxt_re/stats.h
148
atomic_t max_mw_count;
sys/dev/bnxt/bnxt_re/stats.h
149
atomic_t max_ah_count;
sys/dev/bnxt/bnxt_re/stats.h
150
atomic_t max_pd_count;
sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h
427
atomic_t refcnt;
sys/dev/cxgbe/iw_cxgbe/mem.c
196
static atomic_t key;
sys/dev/drm2/drmP.h
1022
atomic_t context_flag; /**< Context swapping flag */
sys/dev/drm2/drmP.h
1023
atomic_t interrupt_flag; /**< Interruption handler flag */
sys/dev/drm2/drmP.h
1024
atomic_t dma_flag; /**< DMA dispatch flag */
sys/dev/drm2/drmP.h
1042
atomic_t *_vblank_count; /**< number of VBLANK interrupts (driver must alloc the right number of counters) */
sys/dev/drm2/drmP.h
1046
atomic_t *vblank_refcount; /* number of users of vblank interruptsper crtc */
sys/dev/drm2/drmP.h
1095
atomic_t unplugged; /* device has been unplugged or gone away */
sys/dev/drm2/drmP.h
1685
atomic_t count; /* number of VBLANK interrupts */
sys/dev/drm2/drmP.h
1687
atomic_t refcount; /* number of users of vblank interrupts */
sys/dev/drm2/drmP.h
354
atomic_t count; /**< Number of free buffers */
sys/dev/drm2/drmP.h
363
atomic_t wfh; /**< If waiting for high mark */
sys/dev/drm2/drmP.h
587
atomic_t handle_count; /* number of handles on this object */
sys/dev/drm2/drmP.h
982
atomic_t ioctl_count; /**< Outstanding IOCTLs pending */
sys/dev/drm2/drmP.h
983
atomic_t vma_count; /**< Outstanding vma areas open */
sys/dev/drm2/drmP.h
985
atomic_t buf_alloc; /**< Buffer allocation in progress */
sys/dev/drm2/drmP.h
992
atomic_t counts[15];
sys/dev/drm2/drm_irq.c
217
dev->_vblank_count = malloc(sizeof(atomic_t) * num_crtcs,
sys/dev/drm2/drm_irq.c
222
dev->vblank_refcount = malloc(sizeof(atomic_t) * num_crtcs,
sys/dev/drm2/drm_os_freebsd.h
57
#define wait_queue_head_t atomic_t
sys/dev/drm2/ttm/ttm_bo_api.h
220
atomic_t cpu_writers;
sys/dev/drm2/ttm/ttm_bo_api.h
238
atomic_t reserved;
sys/dev/drm2/ttm/ttm_bo_driver.h
504
atomic_t bo_count;
sys/dev/drm2/ttm/ttm_object.c
85
atomic_t object_count;
sys/dev/drm2/ttm/ttm_page_alloc_dma.c
1010
static atomic_t start_pool = ATOMIC_INIT(0);
sys/dev/irdma/irdma_cm.h
283
atomic_t refcnt;
sys/dev/irdma/irdma_cm.h
284
atomic_t pend_accepts_cnt;
sys/dev/irdma/irdma_cm.h
328
atomic_t passive_state;
sys/dev/irdma/irdma_cm.h
329
atomic_t refcnt;
sys/dev/irdma/irdma_main.h
183
atomic_t refcnt;
sys/dev/irdma/irdma_main.h
232
atomic_t refcnt;
sys/dev/irdma/irdma_main.h
372
atomic_t ae_cnt;
sys/dev/irdma/irdma_puda.h
104
atomic_t pb_refcount;
sys/dev/irdma/irdma_type.h
610
atomic_t qp_suspend_reqs;
sys/dev/irdma/irdma_uda.h
47
atomic_t ah_refcnt;
sys/dev/irdma/irdma_verbs.h
161
atomic_t armed;
sys/dev/irdma/irdma_verbs.h
166
atomic_t refcnt;
sys/dev/irdma/irdma_verbs.h
224
atomic_t refcnt;
sys/dev/irdma/irdma_verbs.h
229
atomic_t hw_mod_qp_pend;
sys/dev/irdma/irdma_verbs.h
235
atomic_t close_timer_started;
sys/dev/irdma/irdma_verbs.h
243
atomic_t flush_issued;
sys/dev/irdma/osdep.h
161
atomic_t open_ongoing;
sys/dev/irdma/osdep.h
162
atomic_t close_ongoing;
sys/dev/irdma/osdep.h
171
atomic_t event_rfcnt;
sys/dev/mana/mana.h
181
atomic_t pending_sends;
sys/dev/mana/mana_en.c
934
static atomic_t activity_id;
sys/dev/mlx4/device.h
746
atomic_t refcount;
sys/dev/mlx4/device.h
757
atomic_t refcount;
sys/dev/mlx4/device.h
769
atomic_t refcount;
sys/dev/mlx4/mlx4_core/mlx4.h
909
atomic_t opreq_count;
sys/dev/mlx4/mlx4_core/mlx4_main.c
179
static atomic_t pf_loading = ATOMIC_INIT(0);
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
115
atomic_t ref_count;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
144
atomic_t ref_count;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
180
atomic_t ref_count;
sys/dev/mlx4/mlx4_core/mlx4_resource_tracker.c
193
atomic_t ref_count;
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
460
atomic_t tid;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
124
atomic_t refcount;
sys/dev/mlx5/driver.h
444
atomic_t refcount;
sys/dev/mlx5/driver.h
489
atomic_t refcount;
sys/dev/mlx5/driver.h
538
atomic_t writercount;
sys/dev/mlx5/driver.h
598
atomic_t reg_pages;
sys/dev/mlx5/driver.h
721
atomic_t num_qps;
sys/dev/mlx5/driver.h
755
atomic_t roce_en;
sys/dev/mlx5/driver.h
988
atomic_t num_inflight;
sys/dev/mlx5/mlx5_core/fs_core.h
150
atomic_t version;
sys/dev/mlx5/mlx5_ib/mlx5_ib.h
646
atomic_t next_port;
sys/dev/mlx5/mlx5_ib/mlx5_ib_devx.c
1587
atomic_t bytes_in_use;
sys/dev/mthca/mthca_provider.h
102
atomic_t sqp_count;
sys/dev/pms/freebsd/driver/common/lxencrypt.c
44
static atomic_t ioerr_queue_count;
sys/dev/pms/freebsd/driver/ini/src/agtiapi.c
102
atomic_t outstanding_encrypted_io_count;
sys/dev/qat/include/common/adf_accel_devices.h
682
atomic_t *ras_counters;
sys/dev/qat/include/common/adf_accel_devices.h
684
atomic_t ref_count;
sys/dev/qat/include/common/adf_transport_internal.h
15
atomic_t *inflights;
sys/dev/qat/qat_api/qat_utils/include/qat_utils.h
142
typedef atomic_t QatUtilsAtomic;
sys/dev/qat/qat_common/adf_transport.c
616
kzalloc_node(sizeof(atomic_t),
sys/dev/qlnx/qlnxr/qlnxr_def.h
685
atomic_t refcnt;
sys/ofed/drivers/infiniband/core/ib_cm.c
271
atomic_t refcount;
sys/ofed/drivers/infiniband/core/ib_cm.c
309
atomic_t work_count;
sys/ofed/drivers/infiniband/core/ib_cma.c
193
atomic_t refcount;
sys/ofed/drivers/infiniband/core/ib_cma.c
321
atomic_t refcount;
sys/ofed/drivers/infiniband/core/ib_fmr_pool.c
104
atomic_t req_ser;
sys/ofed/drivers/infiniband/core/ib_fmr_pool.c
105
atomic_t flush_ser;
sys/ofed/drivers/infiniband/core/ib_mad_rmpp.c
58
atomic_t refcount;
sys/ofed/drivers/infiniband/core/ib_multicast.c
111
atomic_t refcount;
sys/ofed/drivers/infiniband/core/ib_multicast.c
125
atomic_t refcount;
sys/ofed/drivers/infiniband/core/ib_multicast.c
69
atomic_t refcount;
sys/ofed/drivers/infiniband/core/ib_ucm.c
81
atomic_t ref;
sys/ofed/drivers/infiniband/core/ib_ucma.c
75
atomic_t ref;
sys/ofed/drivers/infiniband/core/iwcm.h
58
atomic_t refcount;
sys/ofed/drivers/infiniband/core/mad_priv.h
109
atomic_t refcount;
sys/ofed/drivers/infiniband/core/mad_priv.h
118
atomic_t refcount;
sys/ofed/drivers/infiniband/core/mad_priv.h
196
atomic_t snoop_count;
sys/ofed/drivers/infiniband/core/uverbs.h
106
atomic_t refcount;
sys/ofed/drivers/infiniband/core/uverbs.h
193
atomic_t refcnt;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
275
atomic_t head;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
276
atomic_t tail;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
279
atomic_t credits;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
288
atomic_t head;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
289
atomic_t tail;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
368
atomic_t rcv_nxt;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
371
atomic_t mseq_ack;
sys/ofed/drivers/infiniband/ulp/sdp/sdp.h
378
atomic_t remote_credits;
sys/ofed/include/rdma/ib_addr.h
60
atomic_t refcount;
sys/ofed/include/rdma/ib_sa.h
309
atomic_t users;
sys/ofed/include/rdma/ib_verbs.h
1415
atomic_t usecnt; /* protects exclusive access */
sys/ofed/include/rdma/ib_verbs.h
1433
atomic_t usecnt; /* count all resources */
sys/ofed/include/rdma/ib_verbs.h
1445
atomic_t usecnt; /* count all exposed resources */
sys/ofed/include/rdma/ib_verbs.h
1473
atomic_t usecnt; /* count number of work queues */
sys/ofed/include/rdma/ib_verbs.h
1485
atomic_t usecnt;
sys/ofed/include/rdma/ib_verbs.h
1530
atomic_t usecnt;
sys/ofed/include/rdma/ib_verbs.h
1566
atomic_t usecnt;
sys/ofed/include/rdma/ib_verbs.h
1593
atomic_t usecnt;
sys/ofed/include/rdma/ib_verbs.h
1612
atomic_t usecnt;
sys/ofed/include/rdma/ib_verbs.h
1970
atomic_t usecnt;
sys/ofed/include/rdma/ib_verbs.h
2060
atomic_t usecnt;
sys/ofed/include/rdma/ib_verbs.h
2572
static inline int ib_destroy_usecnt(atomic_t *usecnt,
sys/ofed/include/rdma/rdma_vt.h
175
atomic_t refcount;
sys/ofed/include/rdma/rdmavt_mr.h
85
atomic_t lkey_invalid; /* true if current lkey is invalid */
sys/ofed/include/rdma/rdmavt_mr.h
87
atomic_t refcount;
sys/ofed/include/rdma/rdmavt_qp.h
307
atomic_t refcount ____cacheline_aligned_in_smp;
sys/ofed/include/rdma/rdmavt_qp.h
337
atomic_t s_reserved_used; /* reserved entries in use */
sys/ofed/include/rdma/rdmavt_qp.h
374
atomic_t local_ops_pending; /* number of fast_reg/local_inv reqs */
sys/ofed/include/rdma/rdmavt_qp.h
440
atomic_t refcount;