Lines Matching defs:stuck
606 * and only escalate to doing forced unmounts if we get stuck.
612 * The mechanism for determining if we're stuck is to count the number
617 * of mounts that we started out with, we're stuck and try a forced
620 * we're no longer stuck so we continue with our policy of trying
635 boolean_t stuck = B_FALSE;
710 * Try forced unmount if we're stuck.
712 if (stuck) {
715 stuck = B_FALSE;
742 * Last round didn't unmount anything; we're stuck and
745 stuck = B_TRUE;