Home
last modified time | relevance | path

Searched refs:stuck_flags (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/wifi/
Dmac80211_monitor.cc139 uint32_t stuck_flags = in WakeQueuesIfNeeded() local
141 SLOG(this, 2) << __func__ << " stuck_flags=" << stuck_flags; in WakeQueuesIfNeeded()
142 if (!(stuck_flags & kStopFlagPowerSave)) { in WakeQueuesIfNeeded()
143 if (stuck_flags) { in WakeQueuesIfNeeded()
145 << std::showbase << std::hex << stuck_flags in WakeQueuesIfNeeded()
182 uint32_t stuck_flags = 0; in CheckAreQueuesStuck() local
196 stuck_flags = stuck_flags | queue_state.stop_flags; in CheckAreQueuesStuck()
205 if (stuck_flags) { in CheckAreQueuesStuck()
208 if (stuck_flags & GetFlagForReason(stop_reason)) { in CheckAreQueuesStuck()
222 return stuck_flags; in CheckAreQueuesStuck()