Searched refs:agent_outstanding_msgs (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h72 int agent_outstanding_msgs; /* # of msgs waiting */ member in struct:umad_agent_s
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c1847 agent->agent_outstanding_msgs--;
1848 ASSERT(agent->agent_outstanding_msgs >= 0);
1850 if (agent->agent_outstanding_msgs == 0)
2057 agent->agent_outstanding_msgs++;
2079 agent->agent_outstanding_msgs--;
2080 ASSERT(agent->agent_outstanding_msgs >= 0);
2082 if (agent->agent_outstanding_msgs == 0)
2397 while (agent->agent_outstanding_msgs != 0) {

Completed in 64 milliseconds