Searched defs:queue_length (Results 1 - 2 of 2) sorted by relevance

/system/connectivity/shill/wifi/
H A Dmac80211_monitor.cc184 if (queue_state.queue_length < queue_length_limit_) {
186 << " skipping queue of length " << queue_state.queue_length
192 << " skipping queue of length " << queue_state.queue_length
198 std::max(max_stuck_queue_len, queue_state.queue_length);
268 size_t queue_length; local
277 if (!base::StringToSizeT(stopflags_and_length[1], &queue_length)) {
281 queue_states.emplace_back(queue_number, stop_flags, queue_length);
H A Dmac80211_monitor.h45 queue_length(queue_length_in) {}
49 size_t queue_length; member in struct:shill::Mac80211Monitor::QueueState

Completed in 39 milliseconds