Lines Matching refs:refcount
375 atomic_set(&mad_agent_priv->refcount, 1); in ib_register_mad_agent()
544 atomic_set(&mad_snoop_priv->refcount, 1); in ib_register_mad_snoop()
556 if (atomic_dec_and_test(&mad_agent_priv->refcount)) in deref_mad_agent()
562 if (atomic_dec_and_test(&mad_snoop_priv->refcount)) in deref_snoop_agent()
667 atomic_inc(&mad_snoop_priv->refcount); in snoop_send()
692 atomic_inc(&mad_snoop_priv->refcount); in snoop_recv()
802 atomic_inc(&mad_agent_priv->refcount); in handle_outgoing_dr_smp()
838 atomic_inc(&mad_agent_priv->refcount); in handle_outgoing_dr_smp()
978 atomic_inc(&mad_agent_priv->refcount); in ib_create_send_mad()
1184 mad_send_wr->refcount = 1 + (mad_send_wr->timeout > 0); in ib_post_send_mad()
1188 atomic_inc(&mad_agent_priv->refcount); in ib_post_send_mad()
1205 atomic_dec(&mad_agent_priv->refcount); in ib_post_send_mad()
1697 atomic_inc(&mad_agent->refcount); in find_mad_agent()
1858 if (mad_send_wr->refcount == 1) in ib_mark_mad_done()
1897 atomic_dec(&mad_agent_priv->refcount); in ib_mad_complete_recv()
1913 atomic_dec(&mad_agent_priv->refcount); in ib_mad_complete_recv()
2169 mad_send_wr->refcount -= (mad_send_wr->timeout > 0); in ib_mad_complete_send_wr()
2172 if (--mad_send_wr->refcount > 0) { in ib_mad_complete_send_wr()
2173 if (mad_send_wr->refcount == 1 && mad_send_wr->timeout && in ib_mad_complete_send_wr()
2378 mad_send_wr->refcount -= (mad_send_wr->timeout > 0); in cancel_mads()
2396 atomic_dec(&mad_agent_priv->refcount); in cancel_mads()
2438 active = (!mad_send_wr->timeout || mad_send_wr->refcount > 1); in ib_modify_mad()
2441 mad_send_wr->refcount -= (mad_send_wr->timeout > 0); in ib_modify_mad()
2518 atomic_dec(&recv_mad_agent->refcount); in local_completions()
2535 atomic_dec(&mad_agent_priv->refcount); in local_completions()
2572 mad_send_wr->refcount++; in retry_send()
2621 atomic_dec(&mad_agent_priv->refcount); in timeout_sends()