Home
last modified time | relevance | path

Searched refs:saa_client_event_cb_num_active (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_events.c667 client->saa_client_event_cb_num_active--; in ibmf_saa_notify_event_client_task()
669 if (client->saa_client_event_cb_num_active == 0) { in ibmf_saa_notify_event_client_task()
953 client->saa_client_event_cb_num_active++; in ibmf_saa_notify_event_clients()
994 client->saa_client_event_cb_num_active--; in ibmf_saa_notify_event_clients()
996 if (client->saa_client_event_cb_num_active == 0) { in ibmf_saa_notify_event_clients()
H A Dibmf_saa.c480 if (client_data->saa_client_event_cb_num_active > 0) { in ibmf_sa_session_close()
487 client_data->saa_client_event_cb_num_active); in ibmf_sa_session_close()
/titanic_50/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_saa_impl.h178 int saa_client_event_cb_num_active; member