Lines Matching refs:slpflag

1623 	int error = 0, slpflag = NMFLAG(nmp, INTR) ? PCATCH : 0;
1630 msleep(&nmp->nm_state, &nmp->nm_lock, slpflag|(PZERO-1), "nfsrecoverwait", &ts);
1631 slpflag = 0;
1648 int error = 0, slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
1661 msleep(&nmp->nm_state, &nmp->nm_lock, slpflag|(PZERO-1), "nfsrecoverwait", &ts);
1662 slpflag = 0;
1759 int error = 0, slpflag;
1764 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
1771 msleep(&np->n_openflags, &np->n_openlock, slpflag, "nfs_open_state_set_busy", &ts);
1772 slpflag = 0;
1902 int error = 0, slpflag;
1907 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
1914 msleep(noop, &noop->noo_lock, slpflag, "nfs_open_owner_set_busy", &ts);
1915 slpflag = 0;
2083 int error = 0, slpflag;
2088 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
2095 msleep(nofp, &nofp->nof_lock, slpflag, "nfs_open_file_set_busy", &ts);
2096 slpflag = 0;
3055 int error = 0, slpflag;
3060 slpflag = (NMFLAG(nmp, INTR) && thd) ? PCATCH : 0;
3067 msleep(nlop, &nlop->nlo_lock, slpflag, "nfs_lock_owner_set_busy", &ts);
3068 slpflag = 0;
3574 int error = 0, error2, willsplit = 0, delay, slpflag, busy = 0, inuse = 0, restart, inqueue = 0;
3580 slpflag = NMFLAG(nmp, INTR) ? PCATCH : 0;
3676 msleep(nflp, &np->n_openlock, slpflag, "nfs_advlock_setlock_blocked", &ts);
3677 slpflag = 0;
3798 tsleep(newnflp, slpflag, "nfs_advlock_setlock_delay", delay * (hz/2));
3799 slpflag = 0;
4409 int error = 0, done = 0, slpflag = NMFLAG(nmp, INTR) ? PCATCH : 0;
4416 msleep(&nofp->nof_flags, &nofp->nof_lock, slpflag|(PZERO-1), "nfsreopenwait", &ts);
4417 slpflag = 0;