Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_stream.c137 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() argument
143 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
250 uint64_t last_cycle; in nghttp2_stream_change_weight() local
284 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
289 stream_next_cycle(stream, last_cycle); in nghttp2_stream_change_weight()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_stream.c137 static void stream_next_cycle(nghttp2_stream *stream, uint64_t last_cycle) { in stream_next_cycle() argument
143 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
250 uint64_t last_cycle; in nghttp2_stream_change_weight() local
284 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
289 stream_next_cycle(stream, last_cycle); in nghttp2_stream_change_weight()

Completed in 3 milliseconds