Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1449 door_release_server(st->d_pool, curthread); in door_return()
1595 (dp = st->d_pool) == NULL) in door_info()
1750 if (st->d_pool) in door_bind()
1751 door_unbind_thread(st->d_pool); in door_bind()
1752 st->d_pool = dp; in door_bind()
1772 ASSERT(st->d_pool == NULL); in door_unbind()
1776 if (st->d_pool == NULL) in door_unbind()
1778 door_unbind_thread(st->d_pool); in door_unbind()
1779 st->d_pool = NULL; in door_unbind()
1949 if (st->d_pool != NULL) { in door_server_exit()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor_data.h84 struct door_node *d_pool; /* our server thread pool */ member