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

  /src/sys/uvm/
uvm_swap.c 300 pool_init(&vndxfer_pool, sizeof(struct vndxfer), 0, 0, 0, "swp vnx",
1359 struct vndxfer *vnx; local in function:sw_reg_strategy
1370 vnx = pool_get(&vndxfer_pool, PR_WAITOK);
1371 vnx->vx_flags = VX_BUSY;
1372 vnx->vx_error = 0;
1373 vnx->vx_pending = 0;
1374 vnx->vx_bp = bp;
1375 vnx->vx_sdp = sdp;
1424 vnx->vx_error = error; /* pass error up */
1464 nbp->vb_xfer = vnx; /* patch it back in to vnx *
1564 struct vndxfer *vnx = vbp->vb_xfer; local in function:sw_reg_iodone
    [all...]
  /src/sys/dev/
vnd.c 676 struct vndxfer *vnx; local in function:vndthread
719 vnx = VND_GETXFER(vnd);
721 vnx->vx_vnd = vnd;
733 bp = &vnx->vx_buf;
979 struct vndxfer *vnx = VND_BUFTOXFER(bp); local in function:vndiodone
980 struct vnd_softc *vnd = vnx->vx_vnd;
985 KASSERT(&vnx->vx_buf == bp);
1004 VND_PUTXFER(vnd, vnx);

Completed in 13 milliseconds