Searched refs:d_pool (Results 1 – 2 of 2) sorted by relevance
86 struct door_node *d_pool; /* our server thread pool */ member
1434 door_release_server(st->d_pool, curthread); in door_return()1580 (dp = st->d_pool) == NULL) in door_info()1735 if (st->d_pool) in door_bind()1736 door_unbind_thread(st->d_pool); in door_bind()1737 st->d_pool = dp; in door_bind()1757 ASSERT(st->d_pool == NULL); in door_unbind()1761 if (st->d_pool == NULL) in door_unbind()1763 door_unbind_thread(st->d_pool); in door_unbind()1764 st->d_pool = NULL; in door_unbind()1934 if (st->d_pool != NULL) { in door_server_exit()[all …]