Searched refs:shuttingDown (Results 1 – 2 of 2) sorted by relevance
3622 private boolean putStacksToSleepLocked(boolean allowDelay, boolean shuttingDown) { in putStacksToSleepLocked() argument3629 allSleep &= stack.goToSleepIfPossible(shuttingDown); in putStacksToSleepLocked()
1319 boolean goToSleepIfPossible(boolean shuttingDown) { in goToSleepIfPossible() argument1336 if (!shuttingDown) { in goToSleepIfPossible()