Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc.h188 int xp_doneddp; member
H A Dsvc.c998 if (xprt->xp_doneddp == 0 && r->rq_proc != NULLPROC && in svc_getreq()
1000 atomic_cmpset_int(&xprt->xp_doneddp, 0, 1)) { in svc_getreq()