Home
last modified time | relevance | path

Searched refs:atomic_t (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/uts/common/io/drm/
H A DdrmP.h434 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 Ddrm_irq.c115 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 Ddrm_atomic.h54 typedef uint32_t atomic_t; typedef
/titanic_50/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h125 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 Drdma.h22 atomic_t r_refcount;
H A Dib.h91 atomic_t w_free_ctr;
173 atomic_t i_credits;
H A Drdsv3_impl.h56 typedef unsigned int atomic_t; typedef
237 atomic_t sk_refcount;
/titanic_50/usr/src/uts/intel/io/drm/
H A Dradeon_irq.c161 atomic_t *counter; in radeon_driver_vblank_do_wait()
H A Dradeon_drv.h294 atomic_t swi_emitted;
H A Di915_drv.h240 atomic_t irq_received;
/titanic_50/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c54 static atomic_t rdsv3_ib_allocation = ATOMIC_INIT(0);
109 extern int atomic_add_unless(atomic_t *, uint_t, ulong_t);
H A Dcong.c91 static atomic_t rdsv3_cong_generation = ATOMIC_INIT(0);
H A Drdsv3_impl.c1330 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 Decore_sp_verbs.h20 typedef volatile unsigned long atomic_t; typedef
704 atomic_t credit;
H A Decore_sp_verbs.c4282 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()