Home
last modified time | relevance | path

Searched refs:slpflag (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/fs/nfs/client/
Dnfs_clbio.c1298 int error = 0, slpflag, slptimeo; in ncl_vinvalbuf() local
1308 slpflag = PCATCH; in ncl_vinvalbuf()
1311 slpflag = 0; in ncl_vinvalbuf()
1342 error = vinvalbuf(vp, flags, slpflag, 0); in ncl_vinvalbuf()
1379 int slpflag = 0; in ncl_asyncio() local
1404 slpflag = PCATCH; in ncl_asyncio()
1461 &ncl_iod_mutex, slpflag | PRIBIO, "nfsaio", in ncl_asyncio()
1469 if (slpflag == PCATCH) { in ncl_asyncio()
1470 slpflag = 0; in ncl_asyncio()
Dnfs_clvnops.c2646 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; in ncl_flush() local
2661 slpflag = PCATCH; in ncl_flush()
2846 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo); in ncl_flush()
2867 if (slpflag == PCATCH) { in ncl_flush()
2868 slpflag = 0; in ncl_flush()
2899 error = bufobj_wwait(bo, slpflag, slptimeo); in ncl_flush()
2913 if (slpflag == PCATCH) { in ncl_flush()
2914 slpflag = 0; in ncl_flush()
2932 &np->n_mtx, slpflag | (PRIBIO + 1), in ncl_flush()
/netbsd/src/sys/dev/scsipi/
Dses.c857 ses_get_encstat(ses_softc_t *ssc, int slpflag) in ses_get_encstat() argument
862 if ((status = ses_getputstat(ssc, -1, &ComStat, slpflag, 1)) != 0) { in ses_get_encstat()
870 ses_set_encstat(ses_softc_t *ssc, uint8_t encstat, int slpflag) in ses_set_encstat() argument
876 if ((status = ses_getputstat(ssc, -1, &ComStat, slpflag, 0)) != 0) { in ses_set_encstat()
884 ses_get_objstat(ses_softc_t *ssc, ses_objstat *obp, int slpflag) in ses_get_objstat() argument
890 int err = ses_getputstat(ssc, i, &ComStat, slpflag, 1); in ses_get_objstat()
907 ses_set_objstat(ses_softc_t *ssc, ses_objstat *obp, int slpflag) in ses_set_objstat() argument
921 err = ses_getputstat(ssc, (int)obp->obj_id, &ComStat, slpflag, 0); in ses_set_objstat()
/netbsd/src/sys/kern/
Dvfs_bio.c1209 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo) in getblk() argument
1219 err = bbusy(bp, ((slpflag & PCATCH) != 0), slptimeo, NULL); in getblk()
1237 if ((bp = getnewbuf(slpflag, slptimeo, 0)) == NULL) in getblk()
1387 getnewbuf(int slpflag, int slptimeo, int from_bufq) in getnewbuf() argument
1449 if ((slpflag & PCATCH) != 0) in getnewbuf()