Searched refs:atomic_t (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-12-stable/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h43 } atomic_t; typedef in typeref:struct:__anon9891
61 atomic_add_return(int i, atomic_t *v)
67 atomic_sub_return(int i, atomic_t *v)
73 atomic_set(atomic_t *v, int i)
79 atomic_set_release(atomic_t *v, int i)
85 atomic_set_mask(unsigned int mask, atomic_t *v)
91 atomic_read(const atomic_t *v)
97 atomic_inc(atomic_t *v)
103 atomic_dec(atomic_t *v)
109 atomic_add_unless(atomic_t *
[all...]
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Diwcm.h60 atomic_t refcount;
H A Dmad_priv.h111 atomic_t refcount;
120 atomic_t refcount;
198 atomic_t snoop_count;
H A Duverbs.h95 atomic_t refcount;
159 atomic_t refcnt;
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dmm_types.h45 atomic_t mm_count;
46 atomic_t mm_users;
H A Drefcount.h37 atomic_t value;
H A Dsched.h70 atomic_t usage;
71 atomic_t state;
72 atomic_t kthread_flags;
H A Dkref.h46 atomic_t refcount;
H A Dmutex.h134 static inline int atomic_dec_and_mutex_lock(atomic_t *cnt, struct mutex *m)
H A Dwait.h290 void linux_wake_up_atomic_t(atomic_t *);
291 int linux_wait_on_atomic_t(atomic_t *, unsigned int);
H A Dworkqueue.h62 atomic_t draining;
72 atomic_t state;
H A Dinterrupt.h196 atomic_t count;
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_atomic.h37 typedef u_int32_t atomic_t; typedef
46 static __inline atomic_t
H A Dvia_drv.h58 atomic_t irq_received;
82 atomic_t vbl_received;
H A DdrmP.h179 #define wait_queue_head_t atomic_t
388 atomic_t count; /* Number of free buffers */
507 atomic_t count; /* number of VBLANK interrupts */
509 atomic_t refcount; /* number of users of vblank interrupts */
640 atomic_t counts[15];
675 atomic_t context_flag; /* Context swapping flag */
691 atomic_t *ctx_bitmap;
/freebsd-12-stable/sys/ofed/include/rdma/
H A Drdmavt_mr.h87 atomic_t lkey_invalid; /* true if current lkey is invalid */
89 atomic_t refcount;
H A Drdmavt_qp.h309 atomic_t refcount ____cacheline_aligned_in_smp;
339 atomic_t s_reserved_used; /* reserved entries in use */
376 atomic_t local_ops_pending; /* number of fast_reg/local_inv reqs */
442 atomic_t refcount;
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.h72 atomic_t ka_use_count;
73 atomic_t ka_use_ack_count;
74 atomic_t ka_release_count;
/freebsd-12-stable/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h82 typedef volatile unsigned atomic_t; typedef
97 atomic_add_return(int i, atomic_t *v)
103 atomic_sub_return(int i, atomic_t *v)
109 atomic_cmpxchg(atomic_t *v, int oldv, int newv)
118 atomic_xchg(atomic_t *v, int newv)
/freebsd-12-stable/sys/dev/drm2/ttm/
H A Dttm_bo_api.h221 atomic_t cpu_writers;
239 atomic_t reserved;
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h317 atomic_t head;
318 atomic_t tail;
321 atomic_t credits;
330 atomic_t head;
331 atomic_t tail;
410 atomic_t rcv_nxt;
413 atomic_t mseq_ack;
420 atomic_t remote_credits;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_atomic.h36 typedef u_int atomic_t; typedef
H A DdrmP.h356 atomic_t count; /**< Number of free buffers */
365 atomic_t wfh; /**< If waiting for high mark */
589 atomic_t handle_count; /* number of handles on this object */
984 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */
985 atomic_t vma_count; /**< Outstanding vma areas open */
987 atomic_t buf_alloc; /**< Buffer allocation in progress */
994 atomic_t counts[15];
1024 atomic_t context_flag; /**< Context swapping flag */
1025 atomic_t interrupt_flag; /**< Interruption handler flag */
1026 atomic_t dma_fla
[all...]
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h463 atomic_t refcount;
475 atomic_t refcount;
529 atomic_t writercount;
591 atomic_t reg_pages;
692 atomic_t num_qps;
718 atomic_t roce_en;
954 atomic_t num_inflight;
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_provider.h102 atomic_t sqp_count;

Completed in 135 milliseconds

123