Searched refs:atomic_get (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dconnection.c295 atomic_get(&conn->c_state));
304 while (atomic_get(&conn->c_senders)) {
327 atomic_get(&conn->c_state));
553 atomic_get(&conn->c_state) == RDSV3_CONN_CONNECTING,
556 atomic_get(&conn->c_state) == RDSV3_CONN_UP,
H A Dib_ring.c87 diff = ring->w_alloc_ctr - (uint32_t)atomic_get(&ring->w_free_ctr);
H A Dthreads.c97 atomic_get(&conn->c_state));
H A Dmessage.c70 rm, atomic_get(&rm->m_refcount));
123 "put rm %p ref %d\n", rm, atomic_get(&rm->m_refcount));
H A Drds_recv.c66 "addref inc %p ref %d", inc, atomic_get(&inc->i_refcount));
74 inc, atomic_get(&inc->i_refcount));
H A Dcong.c291 unsigned long gen = atomic_get(&rdsv3_cong_generation);
H A Dib_send.c374 oldval = newval = atomic_get(&ic->i_credits);
430 IB_GET_SEND_CREDITS(atomic_get(&ic->i_credits)),
473 if (IB_GET_POST_CREDITS(atomic_get(&ic->i_credits)) >= 16)
H A Drdma.c113 mr->r_key, atomic_get(&mr->r_refcount));
H A Dib_cm.c273 atomic_get(&ic->i_credits));
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h578 return (atomic_get(&conn->c_state));
584 return (atomic_get(&conn->c_state) == RDSV3_CONN_UP);
590 return (atomic_get(&conn->c_state) == RDSV3_CONN_CONNECTING);
H A Drdsv3_impl.h59 #define atomic_get(p) (*(p)) macro

Completed in 75 milliseconds