Searched refs:WeightGroupEntry (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_worker.h | 172 struct WeightGroupEntry { struct 179 bool operator()(const WeightGroupEntry &lhs, in operator() argument 180 const WeightGroupEntry &rhs) const { in operator() 204 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>,
|
D | shrpx_worker.cc | 172 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in ensure_enqueue_addr() argument 198 wgpq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in ensure_enqueue_addr() 351 WeightGroupEntry{kv.second, kv.second->seq, kv.second->cycle}); in replace_downstream_config()
|
D | shrpx_client_handler.cc | 776 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in reschedule_wg() argument 783 pq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in reschedule_wg()
|