Searched refs:last_cycle (Results 1 – 2 of 2) sorted by relevance
144 static void stream_next_cycle(nghttp2_stream *stream, uint32_t last_cycle) in stream_next_cycle() argument151 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()263 uint32_t last_cycle; in nghttp2_stream_change_weight() local297 last_cycle = stream->cycle - (wlen_penalty + stream->pending_penalty) / in nghttp2_stream_change_weight()302 stream_next_cycle(stream, last_cycle); in nghttp2_stream_change_weight()
211 uint64_t last_cycle; member
Completed in 9 milliseconds