| /freebsd/sys/dev/bnxt/bnxt_re/ |
| H A D | stats.h | 132 atomic_t qp_count; 133 atomic_t rc_qp_count; 134 atomic_t ud_qp_count; 135 atomic_t cq_count; 136 atomic_t srq_count; 137 atomic_t mr_count; 138 atomic_t mw_count; 139 atomic_t ah_count; 140 atomic_t pd_count; 141 atomic_t resize_count; [all …]
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | atomic.h | 42 #define atomic_inc_32(v) atomic_inc((atomic_t *)(v)) 43 #define atomic_dec_32(v) atomic_dec((atomic_t *)(v)) 44 #define atomic_add_32(v, i) atomic_add((i), (atomic_t *)(v)) 45 #define atomic_sub_32(v, i) atomic_sub((i), (atomic_t *)(v)) 46 #define atomic_inc_32_nv(v) atomic_inc_return((atomic_t *)(v)) 47 #define atomic_dec_32_nv(v) atomic_dec_return((atomic_t *)(v)) 48 #define atomic_add_32_nv(v, i) atomic_add_return((i), (atomic_t *)(v)) 49 #define atomic_sub_32_nv(v, i) atomic_sub_return((i), (atomic_t *)(v)) 50 #define atomic_cas_32(v, x, y) atomic_cmpxchg((atomic_t *)(v), x, y) 51 #define atomic_swap_32(v, x) atomic_xchg((atomic_t *)(v), x) [all …]
|
| H A D | condvar.h | 72 atomic_t cv_refs; 73 atomic_t cv_waiters;
|
| /freebsd/sys/compat/linuxkpi/common/include/asm/ |
| H A D | atomic.h | 40 } atomic_t; typedef 58 atomic_add_return(int i, atomic_t *v) in atomic_add_return() 64 atomic_sub_return(int i, atomic_t *v) in atomic_sub_return() 70 atomic_set(atomic_t *v, int i) in atomic_set() 76 atomic_set_release(atomic_t *v, int i) in atomic_set_release() 82 atomic_set_mask(unsigned int mask, atomic_t *v) in atomic_set_mask() 88 atomic_read(const atomic_t *v) in atomic_read() 94 atomic_inc(atomic_t *v) in atomic_inc() 100 atomic_dec(atomic_t *v) in atomic_dec() 106 atomic_add_unless(atomic_t *v, int a, int u) in atomic_add_unless() [all …]
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | ccompat.h | 41 } atomic_t; typedef 85 atomic_read(const atomic_t *v) in atomic_read() 91 atomic_inc(atomic_t *v) in atomic_inc() 97 atomic_dec(atomic_t *v) in atomic_dec()
|
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.h | 72 atomic_t ka_use_count; 73 atomic_t ka_use_ack_count; 74 atomic_t ka_release_count;
|
| /freebsd/sys/dev/irdma/ |
| H A D | irdma_verbs.h | 161 atomic_t armed; 168 atomic_t refcnt; 228 atomic_t refcnt; 233 atomic_t hw_mod_qp_pend; 239 atomic_t close_timer_started;
|
| H A D | irdma_cm.h | 283 atomic_t refcnt; 284 atomic_t pend_accepts_cnt; 328 atomic_t passive_state; 329 atomic_t refcnt;
|
| H A D | osdep.h | 156 atomic_t open_ongoing; 157 atomic_t close_ongoing; 166 atomic_t event_rfcnt;
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | mm_types.h | 44 atomic_t mm_count; 45 atomic_t mm_users;
|
| H A D | sched.h | 76 atomic_t usage; 77 atomic_t state; 78 atomic_t kthread_flags;
|
| H A D | refcount.h | 35 typedef atomic_t refcount_t;
|
| H A D | workqueue.h | 60 atomic_t draining; 70 atomic_t state;
|
| /freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp.h | 275 atomic_t head; 276 atomic_t tail; 279 atomic_t credits; 288 atomic_t head; 289 atomic_t tail; 368 atomic_t rcv_nxt; 371 atomic_t mseq_ack; 378 atomic_t remote_credits;
|
| /freebsd/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.h | 82 typedef volatile unsigned atomic_t; typedef 97 atomic_add_return(int i, atomic_t *v) in atomic_add_return() 103 atomic_sub_return(int i, atomic_t *v) in atomic_sub_return() 109 atomic_cmpxchg(atomic_t *v, int oldv, int newv) in atomic_cmpxchg() 118 atomic_xchg(atomic_t *v, int newv) in atomic_xchg()
|
| /freebsd/sys/ofed/drivers/infiniband/core/ |
| H A D | mad_priv.h | 109 atomic_t refcount; 118 atomic_t refcount; 196 atomic_t snoop_count;
|
| H A D | uverbs.h | 106 atomic_t refcount; 193 atomic_t refcnt;
|
| H A D | iwcm.h | 58 atomic_t refcount;
|
| /freebsd/sys/dev/drm2/ |
| H A D | drmP.h | 354 atomic_t count; /**< Number of free buffers */ 363 atomic_t wfh; /**< If waiting for high mark */ 587 atomic_t handle_count; /* number of handles on this object */ 982 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */ 983 atomic_t vma_count; /**< Outstanding vma areas open */ 985 atomic_t buf_alloc; /**< Buffer allocation in progress */ 992 atomic_t counts[15]; 1022 atomic_t context_flag; /**< Context swapping flag */ 1023 atomic_t interrupt_flag; /**< Interruption handler flag */ 1024 atomic_t dma_flag; /**< DMA dispatch flag */ [all …]
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | rdmavt_mr.h | 85 atomic_t lkey_invalid; /* true if current lkey is invalid */ 87 atomic_t refcount;
|
| H A D | rdmavt_qp.h | 307 atomic_t refcount ____cacheline_aligned_in_smp; 337 atomic_t s_reserved_used; /* reserved entries in use */ 374 atomic_t local_ops_pending; /* number of fast_reg/local_inv reqs */ 440 atomic_t refcount;
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | core.h | 557 atomic_t num_pending_mgmt_tx; 665 atomic_t misc_fail; 769 atomic_t reset_count; 770 atomic_t recovery_count; 771 atomic_t recovery_start_count; 777 atomic_t fail_cont_count;
|
| /freebsd/sys/dev/drm2/ttm/ |
| H A D | ttm_bo_api.h | 220 atomic_t cpu_writers; 238 atomic_t reserved;
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | core.h | 757 atomic_t num_pending_mgmt_tx; 898 atomic_t misc_fail; 1030 atomic_t reset_count; 1031 atomic_t recovery_count; 1032 atomic_t recovery_start_count; 1038 atomic_t fail_cont_count;
|
| /freebsd/sys/dev/mlx5/ |
| H A D | driver.h | 444 atomic_t refcount; 489 atomic_t refcount; 538 atomic_t writercount; 598 atomic_t reg_pages; 721 atomic_t num_qps; 755 atomic_t roce_en; 987 atomic_t num_inflight;
|