Searched defs:the_xid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_dispatch.c229 uint32_t the_xid; local
238 the_xid = req->rq_xprt->xp_xid;
239 bktdex = the_xid % drc->dr_hash;
242 &(drc->dr_buckets[(the_xid % drc->dr_hash)]);
246 uint32_t, the_xid,
258 if (drp->dr_xid == the_xid &&
335 drp->dr_xid = the_xid;

Completed in 44 milliseconds