Searched refs:queue_length_limit_ (Results 1 – 2 of 2) sorted by relevance
60 queue_length_limit_(queue_length_limit), in Mac80211Monitor()184 if (queue_state.queue_length < queue_length_limit_) { in CheckAreQueuesStuck()187 << " (threshold is " << queue_length_limit_ << ")"; in CheckAreQueuesStuck()201 if (max_stuck_queue_len >= queue_length_limit_) { in CheckAreQueuesStuck()
126 size_t queue_length_limit_; variable