Home | History | Annotate | Download | only in socket

Lines Matching full:priority

143     RequestPriority priority,
153 priority_(priority),
201 // priority. Highest priorities are closest to the front. Older requests are
202 // prioritized over requests of equal priority.
208 while (it != pending_requests->end() && r->priority() >= (*it)->priority())
306 DCHECK_GE(request->priority(), 0);
760 // Search for the highest priority pending request, amongst the groups that
762 // the same priority, the winner is based on group hash ordering (and not