Searched defs:stuck (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_gem.c2544 int stuck, ret; local
2580 stuck = 0;
2586 if (stuck++ > 100) {
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h316 stuck : 1, member in struct:pmcs_hw
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c606 * 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; local
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
[all...]

Completed in 74 milliseconds