Searched refs:WeightGroupEntry (Results 1 – 3 of 3) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_worker.h | 182 struct WeightGroupEntry { struct 189 bool operator()(const WeightGroupEntry &lhs, in operator() argument 190 const WeightGroupEntry &rhs) const { in operator() 215 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>,
|
D | shrpx_worker.cc | 211 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in ensure_enqueue_addr() argument 237 wgpq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in ensure_enqueue_addr() 397 WeightGroupEntry{kv.second, kv.second->seq, kv.second->cycle}); in replace_downstream_config()
|
D | shrpx_client_handler.cc | 840 std::priority_queue<WeightGroupEntry, std::vector<WeightGroupEntry>, in reschedule_wg() argument 847 pq.push(WeightGroupEntry{wg, wg->seq, wg->cycle}); in reschedule_wg()
|