Searched refs:xp_thread (Results 1 – 2 of 2) sorted by relevance
368 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()
160 struct __rpc_svcthread *xp_thread; /* assigned service thread */ member