Searched refs:xp_thread (Results 1 – 2 of 2) sorted by relevance
410 xprt->xp_thread = st; in xprt_assignthread()449 if (xprt->xp_thread == NULL) { in xprt_active()467 if (xprt->xp_thread == NULL) in xprt_inactive_locked()491 KASSERT(xprt->xp_thread != NULL, in xprt_inactive_self()1089 if (!xprt->xp_idletimeout || xprt->xp_thread) in svc_checkidle()1224 xprt->xp_thread = st; in svc_run_internal()1310 xprt->xp_thread = NULL; in svc_run_internal()
163 struct __rpc_svcthread *xp_thread; /* assigned service thread */ member