HomeSort by relevance Sort by last modified time
    Searched refs:queue_length_limit_ (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/wifi/
mac80211_monitor.cc 60 queue_length_limit_(queue_length_limit),
184 if (queue_state.queue_length < queue_length_limit_) {
187 << " (threshold is " << queue_length_limit_ << ")";
201 if (max_stuck_queue_len >= queue_length_limit_) {
mac80211_monitor.h 126 size_t queue_length_limit_; member in class:shill::Mac80211Monitor

Completed in 43 milliseconds