Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc.c1288 rqstp->rq_thread = stpref; in svc_run_internal()
1295 rqstp->rq_thread = st; in svc_run_internal()
1477 st = rqstp->rq_thread; in svc_freereq()
H A Dsvc.h269 struct __rpc_svcthread *rq_thread; /* thread which is to execute this */ member