Home
last modified time | relevance | path

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

/NextBSD/sys/rpc/
HDsvc.c368 xprt->xp_thread = st; in xprt_assignthread()
407 if (xprt->xp_thread == NULL) { in xprt_active()
425 if (xprt->xp_thread == NULL) in xprt_inactive_locked()
449 KASSERT(xprt->xp_thread != NULL, in xprt_inactive_self()
1030 if (!xprt->xp_idletimeout || xprt->xp_thread) in svc_checkidle()
1163 xprt->xp_thread = st; in svc_run_internal()
1249 xprt->xp_thread = NULL; in svc_run_internal()
HDsvc.h160 struct __rpc_svcthread *xp_thread; /* assigned service thread */ member