Lines Matching defs:stuck
605 * and only escalate to doing forced unmounts if we get stuck.
611 * The mechanism for determining if we're stuck is to count the number
616 * of mounts that we started out with, we're stuck and try a forced
619 * we're no longer stuck so we continue with our policy of trying
634 boolean_t stuck = B_FALSE;
709 * Try forced unmount if we're stuck.
711 if (stuck) {
714 stuck = B_FALSE;
741 * Last round didn't unmount anything; we're stuck and
744 stuck = B_TRUE;