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

/freebsd-10.1-release/sys/sys/
H A Dbufobj.h128 int bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo);
129 int bufobj_wwait(struct bufobj *bo, int slpflag, int timeo);
H A Dvnode.h655 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
/freebsd-10.1-release/sys/fs/nfsclient/
H A Dnfs_clbio.c1340 int error = 0, slpflag, slptimeo; local
1350 slpflag = PCATCH;
1353 slpflag = 0;
1384 error = vinvalbuf(vp, flags, slpflag, 0);
1421 int slpflag = 0; local
1446 slpflag = PCATCH;
1503 &ncl_iod_mutex, slpflag | PRIBIO, "nfsaio",
1511 if (slpflag == PCATCH) {
1512 slpflag = 0;
H A Dnfs_clvnops.c2653 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; local
2668 slpflag = PCATCH;
2853 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo);
2874 if (slpflag == PCATCH) {
2875 slpflag = 0;
2906 error = bufobj_wwait(bo, slpflag, slptimeo);
2920 if (slpflag == PCATCH) {
2921 slpflag = 0;
2939 &np->n_mtx, slpflag | (PRIBIO + 1),
/freebsd-10.1-release/sys/nfsclient/
H A Dnfs_bio.c1270 int error = 0, slpflag, slptimeo; local
1278 slpflag = PCATCH;
1281 slpflag = 0;
1312 error = vinvalbuf(vp, flags, slpflag, 0);
1340 int slpflag = 0; local
1365 slpflag = PCATCH;
1422 slpflag | PRIBIO,
1430 if (slpflag == PCATCH) {
1431 slpflag = 0;
H A Dnfs_vnops.c2981 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; local
2995 slpflag = PCATCH;
3180 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo);
3193 if (slpflag == PCATCH) {
3194 slpflag = 0;
3225 error = bufobj_wwait(bo, slpflag, slptimeo);
3231 if (slpflag == PCATCH) {
3232 slpflag = 0;
3250 &np->n_mtx, slpflag | (PRIBIO + 1),
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_enc_safte.c55 static int safte_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag);
1037 safte_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag) argument
1070 safte_set_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) argument
H A Dscsi_enc_ses.c2600 ses_get_enc_status(enc_softc_t *enc, int slpflag) argument
2607 ses_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag) argument
2624 ses_get_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) argument
2633 ses_set_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) argument
/freebsd-10.1-release/sys/kern/
H A Dvfs_bio.c2056 getnewbuf_bufd_help(struct vnode *vp, int gbflags, int slpflag, int slptimeo, argument
2116 (PRIBIO + 4) | slpflag, waitmsg, slptimeo);
2407 getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int size, int maxsize, argument
2446 getnewbuf_bufd_help(vp, gbflags, slpflag, slptimeo, defrag);
3025 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, argument
3058 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo);
3203 bp = getnewbuf(vp, slpflag, slptimeo, size, maxsize, flags);
3205 if (slpflag || slptimeo)
4418 bufobj_wwait(struct bufobj *bo, int slpflag, int timeo) argument
4428 slpflag | (PRIBI
[all...]
H A Dvfs_subr.c101 int slpflag, int slptimeo);
1265 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) argument
1271 error = bufobj_wwait(bo, slpflag, slptimeo);
1296 flags, bo, slpflag, slptimeo);
1299 flags, bo, slpflag, slptimeo);
1349 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) argument
1356 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo));
1364 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, argument
1389 "flushbuf", slpflag, slptimeo);

Completed in 302 milliseconds