Searched refs:last_cycle (Results 1 – 2 of 2) sorted by relevance
136 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() argument142 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()249 uint64_t last_cycle; in nghttp2_stream_change_weight() local283 last_cycle = stream->cycle - in nghttp2_stream_change_weight()288 stream_next_cycle(stream, last_cycle); in nghttp2_stream_change_weight()