Lines Matching refs:cycle
53 if (lhs->cycle == rhs->cycle) { in stream_less()
57 return rhs->cycle - lhs->cycle <= NGHTTP2_MAX_CYCLE_DISTANCE; in stream_less()
98 stream->cycle = 0; in nghttp2_stream_init()
143 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
156 stream->cycle); in stream_obq_push()
194 stream->cycle = 0; in stream_obq_remove()
242 stream->cycle); in nghttp2_stream_reschedule()
284 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
291 if (dep_stream->descendant_last_cycle - stream->cycle <= in nghttp2_stream_change_weight()
293 stream->cycle = dep_stream->descendant_last_cycle; in nghttp2_stream_change_weight()
301 stream->cycle); in nghttp2_stream_change_weight()
950 si->dep_prev->descendant_last_cycle = si->cycle; in nghttp2_stream_next_outbound_item()