Searched refs:atomic_t (Results 1 – 15 of 15) sorted by relevance
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | drmP.h | 434 atomic_t refcount; 437 atomic_t handlecount; 773 atomic_t context_flag; /* Context swapping flag */ 777 atomic_t vbl_received; 778 atomic_t vbl_received2; 796 atomic_t *_vblank_count; 801 atomic_t vbl_signal_pending; 803 atomic_t *vblank_refcount; 807 atomic_t *vblank_enabled; 839 atomic_t object_count; [all …]
|
H A D | drm_irq.c | 115 drm_free(dev->_vblank_count, sizeof (atomic_t) * in drm_vblank_cleanup() 117 drm_free(dev->vblank_refcount, sizeof (atomic_t) * in drm_vblank_cleanup() 147 dev->_vblank_count = drm_alloc(sizeof (atomic_t) * num_crtcs, in drm_vblank_init() 152 dev->vblank_refcount = drm_alloc(sizeof (atomic_t) * num_crtcs, in drm_vblank_init()
|
H A D | drm_atomic.h | 54 typedef uint32_t atomic_t; typedef
|
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3.h | 125 atomic_t c_send_generation; 126 atomic_t c_senders; 144 atomic_t c_state; 230 atomic_t i_refcount; 278 atomic_t m_refcount;
|
H A D | rdma.h | 22 atomic_t r_refcount;
|
H A D | ib.h | 91 atomic_t w_free_ctr; 173 atomic_t i_credits;
|
H A D | rdsv3_impl.h | 56 typedef unsigned int atomic_t; typedef 237 atomic_t sk_refcount;
|
/titanic_50/usr/src/uts/intel/io/drm/ |
H A D | radeon_irq.c | 161 atomic_t *counter; in radeon_driver_vblank_do_wait()
|
H A D | radeon_drv.h | 294 atomic_t swi_emitted;
|
H A D | i915_drv.h | 240 atomic_t irq_received;
|
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_recv.c | 54 static atomic_t rdsv3_ib_allocation = ATOMIC_INIT(0); 109 extern int atomic_add_unless(atomic_t *, uint_t, ulong_t);
|
H A D | cong.c | 91 static atomic_t rdsv3_cong_generation = ATOMIC_INIT(0);
|
H A D | rdsv3_impl.c | 1330 atomic_add_unless(atomic_t *v, uint_t a, ulong_t u) in atomic_add_unless()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_sp_verbs.h | 20 typedef volatile unsigned long atomic_t; typedef 704 atomic_t credit;
|
H A D | ecore_sp_verbs.c | 4282 static INLINE BOOL __atomic_add_ifless(atomic_t *v, int a, int u) in __atomic_add_ifless() 4310 static INLINE BOOL __atomic_dec_ifmoe(atomic_t *v, int a, int u) in __atomic_dec_ifmoe()
|