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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c70 * using gref_get() and gref_put() respectively.
234 static void gref_put(xnf_t *, grant_ref_t);
235 #pragma inline(gref_put)
382 gref_put(xnf_t *xnfp, grant_ref_t gref) function
545 gref_put(xnfp, txp->tx_txreq.gref);
1286 gref_put(xnfp, txp->tx_txreq.gref);
1708 gref_put(xnfp, loop->tx_txreq.gref);
2064 gref_put(xnfp, bdesc->grant_ref);
2400 gref_put(xnfp, gref);
2426 gref_put(xnf
[all...]

Completed in 62 milliseconds