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()
99 stream->cycle = 0; in nghttp2_stream_init()
142 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()
155 stream->cycle); in stream_obq_push()
193 stream->cycle = 0; in stream_obq_remove()
241 stream->cycle); in nghttp2_stream_reschedule()
283 last_cycle = stream->cycle - in nghttp2_stream_change_weight()
290 if (dep_stream->descendant_last_cycle - stream->cycle <= in nghttp2_stream_change_weight()
292 stream->cycle = dep_stream->descendant_last_cycle; in nghttp2_stream_change_weight()
300 stream->cycle); in nghttp2_stream_change_weight()
933 si->dep_prev->descendant_last_cycle = si->cycle; in nghttp2_stream_next_outbound_item()