Searched refs:xdb_request_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.h70 ((xdb_request_t *)((char *)(bp) - offsetof(xdb_request_t, xr_buf)))
80 /* one blkif_request_t matches one xdb_request_t */
88 /* index of this xdb_request_t in vdp->xs_req */
104 } xdb_request_t; typedef in typeref:struct:xdb_request
146 /* head of free list of xdb_request_t */
148 /* pre-allocated xdb_request_t pool */
149 xdb_request_t *xs_req;
H A Dxdb.c237 xdb_get_buf(xdb_t *vdp, blkif_request_t *req, xdb_request_t *xreq)
442 static xdb_request_t *
445 xdb_request_t *req;
453 bzero(req, sizeof (xdb_request_t));
459 xdb_free_req(xdb_request_t *req)
487 sizeof (xdb_request_t), KM_SLEEP);
520 kmem_free(vdp->xs_req, vdp->xs_nentry * sizeof (xdb_request_t));
538 xdb_request_t *xreq;
636 xdb_request_t *xreq = XDB_BP2XREQ(bp);

Completed in 60 milliseconds