Home
last modified time | relevance | path

Searched refs:slptimeo (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1328 int error = 0, slpflag, slptimeo; in ncl_vinvalbuf() local
1340 slptimeo = 2 * hz; in ncl_vinvalbuf()
1343 slptimeo = 0; in ncl_vinvalbuf()
1369 error = vinvalbuf(vp, flags, 0, slptimeo); in ncl_vinvalbuf()
1408 int slptimeo = 0; in ncl_asyncio() local
1490 slptimeo); in ncl_asyncio()
1499 slptimeo = 2 * hz; in ncl_asyncio()
H A Dnfs_clvnops.c2907 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; in ncl_flush() local
2921 slptimeo = hz; in ncl_flush()
3108 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); in ncl_flush()
3131 slptimeo = 2 * hz; in ncl_flush()
3158 error = bufobj_wwait(bo, slpflag, slptimeo); in ncl_flush()
3174 slptimeo = 2 * hz; in ncl_flush()
/freebsd/sys/sys/
H A Dbufobj.h133 int bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo);
H A Dbuf.h571 int slpflag, int slptimeo, int flags, struct buf **bpp);
H A Dvnode.h745 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
/freebsd/sys/kern/
H A Dvfs_bio.c716 int slpflag, int slptimeo) in bufspace_wait() argument
759 (PRIBIO + 4) | slpflag, "newbuf", slptimeo); in bufspace_wait()
3349 getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int maxsize, int gbflags) in getnewbuf() argument
3395 bufspace_wait(bd, vp, gbflags, slpflag, slptimeo); in getnewbuf()
3918 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, in getblk() argument
3924 error = getblkx(vp, blkno, blkno, size, slpflag, slptimeo, flags, &bp); in getblk()
3975 int slptimeo, int flags, struct buf **bpp) in getblkx() argument
4040 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo); in getblkx()
4190 bp = getnewbuf(vp, slpflag, slptimeo, maxsize, flags); in getblkx()
4192 if (slpflag || slptimeo) in getblkx()
H A Dvfs_subr.c110 int slpflag, int slptimeo);
2309 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) in bufobj_invalbuf() argument
2315 error = bufobj_wwait(bo, slpflag, slptimeo); in bufobj_invalbuf()
2341 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2344 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2396 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() argument
2403 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo)); in vinvalbuf()
2412 int slptimeo) in flushbuflist() argument
2442 "flushbuf", slpflag, slptimeo); in flushbuflist()