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

123

/freebsd-10.3-release/sys/ofed/include/asm/
H A Datomic.h39 } atomic_t; typedef in typeref:struct:__anon11637
51 atomic_add_return(int i, atomic_t *v)
57 atomic_sub_return(int i, atomic_t *v)
63 atomic_set(atomic_t *v, int i)
69 atomic_read(atomic_t *v)
75 atomic_inc(atomic_t *v)
81 atomic_dec(atomic_t *v)
86 static inline int atomic_add_unless(atomic_t *v, int a, int u)
/freebsd-10.3-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.h55 atomic_t refcount;
H A Dmad_priv.h112 atomic_t refcount;
121 atomic_t refcount;
198 atomic_t snoop_count;
H A Dfmr_pool.c100 atomic_t req_ser;
101 atomic_t flush_ser;
/freebsd-10.3-release/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.h186 #define wait_queue_head_t atomic_t
399 atomic_t count; /* Number of free buffers */
518 atomic_t count; /* number of VBLANK interrupts */
520 atomic_t refcount; /* number of users of vblank interrupts */
651 atomic_t counts[15];
686 atomic_t context_flag; /* Context swapping flag */
702 atomic_t *ctx_bitmap;
H A Dr128_drv.h96 atomic_t idle_count;
103 atomic_t vbl_received;
H A Dmga_drv.h126 atomic_t vbl_received; /**< Number of vblanks received. */
128 atomic_t last_fence_retired;
/freebsd-10.3-release/sys/dev/drm2/ttm/
H A Dttm_bo_api.h221 atomic_t cpu_writers;
239 atomic_t reserved;
H A Dttm_bo_driver.h505 atomic_t bo_count;
H A Dttm_object.c87 atomic_t object_count;
/freebsd-10.3-release/sys/i386/include/xen/
H A Dxen-os.h158 typedef struct { volatile int counter; } atomic_t; typedef in typeref:struct:__anon10778
269 * @v: pointer of type atomic_t
272 * useful range of an atomic_t is only 24 bits.
274 static __inline__ void atomic_inc(atomic_t *v)
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp.h315 atomic_t head;
316 atomic_t tail;
319 atomic_t credits;
328 atomic_t head;
329 atomic_t tail;
410 atomic_t rcv_nxt;
413 atomic_t mseq_ack;
420 atomic_t remote_credits;
/freebsd-10.3-release/sys/ofed/drivers/net/mlx4/
H A Dsys_tune.c56 static atomic_t busy_cpu_count[NR_CPUS+1];
74 atomic_t *busy_cpus_ptr;
/freebsd-10.3-release/sys/dev/drm2/
H A DdrmP.h325 atomic_t count; /**< Number of free buffers */
334 atomic_t wfh; /**< If waiting for high mark */
558 atomic_t handle_count; /* number of handles on this object */
951 atomic_t ioctl_count; /**< Outstanding IOCTLs pending */
952 atomic_t vma_count; /**< Outstanding vma areas open */
954 atomic_t buf_alloc; /**< Buffer allocation in progress */
961 atomic_t counts[15];
991 atomic_t context_flag; /**< Context swapping flag */
992 atomic_t interrupt_flag; /**< Interruption handler flag */
993 atomic_t dma_fla
[all...]
H A Ddrm_atomic.h36 typedef u_int atomic_t; typedef
/freebsd-10.3-release/sys/dev/mlx5/
H A Dcq.h41 atomic_t refcount;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h100 atomic_t sqp_count;
/freebsd-10.3-release/sys/ofed/include/linux/
H A Dworkqueue.h43 atomic_t draining;
/freebsd-10.3-release/sys/ofed/include/rdma/
H A Dib_verbs.h983 atomic_t usecnt; /* count all resources */
989 atomic_t usecnt; /* count all exposed resources */
1012 atomic_t usecnt; /* count number of work queues */
1022 atomic_t usecnt;
1041 atomic_t usecnt; /* count times opened, mcast attaches */
1058 atomic_t usecnt; /* count number of MWs */
H A Dib_addr.h47 atomic_t refcount;
H A Dib_sa.h398 atomic_t users;
/freebsd-10.3-release/sys/i386/xen/
H A Dmp_machdep.c427 atomic_t started;
428 atomic_t finished;
440 atomic_t *started = &call_data->started;
441 atomic_t *finished = &call_data->finished;
/freebsd-10.3-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.h41 typedef u_int32_t atomic_t; typedef

Completed in 133 milliseconds

123