Home
last modified time | relevance | path

Searched refs:last_cycle (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_stream.c136 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() argument
142 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
249 uint64_t last_cycle; in nghttp2_stream_change_weight() local
283 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
288 stream_next_cycle(stream, last_cycle); in nghttp2_stream_change_weight()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c136 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() argument
142 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
249 uint64_t last_cycle; in nghttp2_stream_change_weight() local
283 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
288 stream_next_cycle(stream, last_cycle); in nghttp2_stream_change_weight()