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()
1340 slptimeo = 2 * hz; in ncl_vinvalbuf()
1343 slptimeo = 0; in ncl_vinvalbuf()
1369 error = vinvalbuf(vp, flags, 0, slptimeo);
1408 int slptimeo = 0; in ncl_asyncio()
1490 slptimeo); in ncl_asyncio()
1499 slptimeo = 2 * hz; in ncl_asyncio()
1299 int error = 0, slpflag, slptimeo; ncl_vinvalbuf() local
1379 int slptimeo = 0; ncl_asyncio() local
H A Dnfs_clvnops.c2915 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; in ncl_flush() local
2929 slptimeo = hz; in ncl_flush()
3116 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); in ncl_flush()
3139 slptimeo = 2 * hz; in ncl_flush()
3166 error = bufobj_wwait(bo, slpflag, slptimeo); in ncl_flush()
3182 slptimeo = 2 * hz; in ncl_flush()
/freebsd/sys/sys/
H A Dbufobj.h134 int bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo);
H A Dbuf.h578 int slpflag, int slptimeo, int flags, struct buf **bpp);
H A Dvnode.h746 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()
3354 getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int maxsize, int gbflags) in getnewbuf() argument
3400 bufspace_wait(bd, vp, gbflags, slpflag, slptimeo); in getnewbuf()
3923 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, in getblk() argument
3929 error = getblkx(vp, blkno, blkno, size, slpflag, slptimeo, flags, &bp); in getblk()
3980 int slptimeo, int flags, struct buf **bpp) in getblkx() argument
4070 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo); in getblkx()
4220 bp = getnewbuf(vp, slpflag, slptimeo, maxsize, flags); in getblkx()
4222 if (slpflag || slptimeo) in getblkx()
H A Dvfs_subr.c111 int slpflag, int slptimeo);
2336 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) in bufobj_invalbuf() argument
2342 error = bufobj_wwait(bo, slpflag, slptimeo); in bufobj_invalbuf()
2368 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2371 flags, bo, slpflag, slptimeo); in bufobj_invalbuf()
2423 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) in vinvalbuf() argument
2430 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo)); in vinvalbuf()
2439 int slptimeo) in flushbuflist() argument
2469 "flushbuf", slpflag, slptimeo); in flushbuflist()