Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddoor_data.h86 struct door_node *d_pool; /* our server thread pool */ member
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1434 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 …]