Home
last modified time | relevance | path

Searched refs:srv_conn_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dib.h241 rib_conn_list_t srv_conn_list; /* server conn list */ member
H A Drpcib.c2116 if (hca->srv_conn_list.conn_hd == NULL) { in rib_disconnect_channel()
2128 rw_exit(&hca->srv_conn_list.conn_lock); in rib_disconnect_channel()
3031 (void) rib_add_connlist(conn, &hca->srv_conn_list); in rib_srv_cm_handler()
3177 &hca->srv_conn_list); in rib_srv_cm_handler()
3505 rib_close_channels(&hca->srv_conn_list); in rib_listen_stop()
4500 &qp->hca->srv_conn_list); in rib_conn_close()
4827 rib_close_channels(&hca->srv_conn_list); in rib_stop_hca_services()
4830 rib_purge_connlist(&hca->srv_conn_list); in rib_stop_hca_services()
4838 rw_enter(&hca->srv_conn_list.conn_lock, RW_READER); in rib_stop_hca_services()
4840 if (hca->srv_conn_list.conn_hd == NULL && in rib_stop_hca_services()
[all …]