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

/freebsd-10.0-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.h652 int vinvalbuf(struct vnode *vp, int save, int slpflag, int slptimeo);
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clbio.c1325 int error = 0, slpflag, slptimeo; local
1335 slpflag = PCATCH;
1338 slpflag = 0;
1369 error = vinvalbuf(vp, flags, slpflag, 0);
1406 int slpflag = 0; local
1431 slpflag = PCATCH;
1488 &ncl_iod_mutex, slpflag | PRIBIO, "nfsaio",
1496 if (slpflag == PCATCH) {
1497 slpflag = 0;
H A Dnfs_clvnops.c2655 int error = 0, slptimeo = 0, slpflag = 0, retv, bvecpos; local
2670 slpflag = PCATCH;
2855 BO_LOCKPTR(bo), "nfsfsync", slpflag, slptimeo);
2876 if (slpflag == PCATCH) {
2877 slpflag = 0;
2908 error = bufobj_wwait(bo, slpflag, slptimeo);
2922 if (slpflag == PCATCH) {
2923 slpflag = 0;
2941 &np->n_mtx, slpflag | (PRIBIO + 1),
/freebsd-10.0-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.0-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.c2607 ses_get_enc_status(enc_softc_t *enc, int slpflag) argument
2614 ses_set_enc_status(enc_softc_t *enc, uint8_t encstat, int slpflag) argument
2631 ses_get_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) argument
2640 ses_set_elm_status(enc_softc_t *enc, encioc_elm_status_t *elms, int slpflag) argument
/freebsd-10.0-release/sys/kern/
H A Dvfs_bio.c2046 getnewbuf_bufd_help(struct vnode *vp, int gbflags, int slpflag, int slptimeo, argument
2108 if (msleep(&needsbuffer, &nblock, (PRIBIO + 4) | slpflag,
2399 getnewbuf(struct vnode *vp, int slpflag, int slptimeo, int size, int maxsize, argument
2438 getnewbuf_bufd_help(vp, gbflags, slpflag, slptimeo, defrag);
3017 getblk(struct vnode *vp, daddr_t blkno, int size, int slpflag, int slptimeo, argument
3050 BO_LOCKPTR(bo), "getblk", slpflag, slptimeo);
3195 bp = getnewbuf(vp, slpflag, slptimeo, size, maxsize, flags);
3197 if (slpflag || slptimeo)
4416 bufobj_wwait(struct bufobj *bo, int slpflag, int timeo) argument
4426 slpflag | (PRIBI
[all...]
H A Dvfs_subr.c101 int slpflag, int slptimeo);
1229 bufobj_invalbuf(struct bufobj *bo, int flags, int slpflag, int slptimeo) argument
1235 error = bufobj_wwait(bo, slpflag, slptimeo);
1260 flags, bo, slpflag, slptimeo);
1263 flags, bo, slpflag, slptimeo);
1313 vinvalbuf(struct vnode *vp, int flags, int slpflag, int slptimeo) argument
1320 return (bufobj_invalbuf(&vp->v_bufobj, flags, slpflag, slptimeo));
1328 flushbuflist(struct bufv *bufv, int flags, struct bufobj *bo, int slpflag, argument
1353 "flushbuf", slpflag, slptimeo);

Completed in 279 milliseconds