Searched refs:xp_thread (Results 1 – 2 of 2) sorted by relevance
414 xprt->xp_thread = st; in xprt_assignthread()453 if (xprt->xp_thread == NULL) { in xprt_active()471 if (xprt->xp_thread == NULL) in xprt_inactive_locked()495 KASSERT(xprt->xp_thread != NULL, in xprt_inactive_self()1093 if (!xprt->xp_idletimeout || xprt->xp_thread) in svc_checkidle()1228 xprt->xp_thread = st; in svc_run_internal()1314 xprt->xp_thread = NULL; in svc_run_internal()
166 struct __rpc_svcthread *xp_thread; /* assigned service thread */ member