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

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

Completed in 128 milliseconds