Searched refs:xp_thread (Results 1 – 2 of 2) sorted by relevance
408 xprt->xp_thread = st; in xprt_assignthread()447 if (xprt->xp_thread == NULL) { in xprt_active()465 if (xprt->xp_thread == NULL) in xprt_inactive_locked()489 KASSERT(xprt->xp_thread != NULL, in xprt_inactive_self()1067 if (!xprt->xp_idletimeout || xprt->xp_thread) in svc_checkidle()1201 xprt->xp_thread = st; in svc_run_internal()1287 xprt->xp_thread = NULL; in svc_run_internal()
162 struct __rpc_svcthread *xp_thread; /* assigned service thread */ member