HomeSort by: relevance | last modified time | path
    Searched defs:vnx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
vnd.c 676 struct vndxfer *vnx; local
719 vnx = VND_GETXFER(vnd);
721 vnx->vx_vnd = vnd;
733 bp = &vnx->vx_buf;
979 struct vndxfer *vnx = VND_BUFTOXFER(bp); local
980 struct vnd_softc *vnd = vnx->vx_vnd;
985 KASSERT(&vnx->vx_buf == bp);
1004 VND_PUTXFER(vnd, vnx);
  /src/sys/uvm/
uvm_swap.c 300 pool_init(&vndxfer_pool, sizeof(struct vndxfer), 0, 0, 0, "swp vnx",
1487 struct vndxfer *vnx; local
1498 vnx = pool_get(&vndxfer_pool, PR_WAITOK);
1499 vnx->vx_flags = VX_BUSY;
1500 vnx->vx_error = 0;
1501 vnx->vx_pending = 0;
1502 vnx->vx_bp = bp;
1503 vnx->vx_sdp = sdp;
1552 vnx->vx_error = error; /* pass error up */
1592 nbp->vb_xfer = vnx; /* patch it back in to vnx *
1692 struct vndxfer *vnx = vbp->vb_xfer; local
    [all...]

Completed in 16 milliseconds