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

  /src/sys/dev/
vnd.c 1 /* $NetBSD: vnd.c,v 1.291 2025/09/07 21:31:21 andvar Exp $ */
94 __KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.291 2025/09/07 21:31:21 andvar Exp $");
159 #define VND_GETXFER(vnd) pool_get(&(vnd)->sc_vxpool, PR_WAITOK)
160 #define VND_PUTXFER(vnd, vx) pool_put(&(vnd)->sc_vxpool, (vx))
165 #define VND_MAXPENDING(vnd) ((vnd)->sc_maxactive * 4)
166 #define VND_MAXPAGES(vnd) (1024 * 1024 / PAGE_SIZE)
236 CFATTACH_DECL3_NEW(vnd, sizeof(struct vnd_softc)
482 struct vnd_softc *vnd = local in function:vndstrategy
640 struct vnd_softc *vnd = arg; local in function:vndthread
980 struct vnd_softc *vnd = vnx->vx_vnd; local in function:vndiodone
1056 struct vnd_softc *vnd; local in function:vnd_cget
1150 struct vnd_softc *vnd; local in function:vndioctl
1998 struct vnd_softc *vnd = local in function:compstrategy
    [all...]
vnd.c 1 /* $NetBSD: vnd.c,v 1.291 2025/09/07 21:31:21 andvar Exp $ */
94 __KERNEL_RCSID(0, "$NetBSD: vnd.c,v 1.291 2025/09/07 21:31:21 andvar Exp $");
159 #define VND_GETXFER(vnd) pool_get(&(vnd)->sc_vxpool, PR_WAITOK)
160 #define VND_PUTXFER(vnd, vx) pool_put(&(vnd)->sc_vxpool, (vx))
165 #define VND_MAXPENDING(vnd) ((vnd)->sc_maxactive * 4)
166 #define VND_MAXPAGES(vnd) (1024 * 1024 / PAGE_SIZE)
236 CFATTACH_DECL3_NEW(vnd, sizeof(struct vnd_softc)
482 struct vnd_softc *vnd = local in function:vndstrategy
640 struct vnd_softc *vnd = arg; local in function:vndthread
980 struct vnd_softc *vnd = vnx->vx_vnd; local in function:vndiodone
1056 struct vnd_softc *vnd; local in function:vnd_cget
1150 struct vnd_softc *vnd; local in function:vndioctl
1998 struct vnd_softc *vnd = local in function:compstrategy
    [all...]

Completed in 22 milliseconds