Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c383 ASSERT(pool->p_closing); in svc_pool_cleanup()
422 ASSERT(pool->p_closing); in svc_pool_tryexit()
539 pool->p_closing = TRUE; in svc_pool_unregister()
789 if (pool->p_closing) { in svc_xprt_register()
1572 if (pool->p_closing && svc_pool_tryexit(pool)) in svc_thread_exit()
1607 if (pool->p_closing && svc_pool_tryexit(pool)) in svc_thread_exitdetached()
1726 if (pool->p_closing) { in svc_thread_creator()
2462 if (pool->p_closing && svc_pool_tryexit(pool)) { in svc_queueclose()
H A Dsvc.h288 bool_t p_closing : 1; /* Pool is closing */ member