Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c102 stream->descendant_last_cycle = 0; in nghttp2_stream_init()
161 stream_next_cycle(stream, dep_stream->descendant_last_cycle); in stream_obq_push()
206 stream->descendant_last_cycle = 0; in stream_obq_remove()
248 stream_next_cycle(stream, dep_stream->descendant_last_cycle); in nghttp2_stream_reschedule()
304 if (stream->cycle < dep_stream->descendant_last_cycle && in nghttp2_stream_change_weight()
305 (dep_stream->descendant_last_cycle - stream->cycle) <= in nghttp2_stream_change_weight()
307 stream->cycle = dep_stream->descendant_last_cycle; in nghttp2_stream_change_weight()
986 si->dep_prev->descendant_last_cycle = si->cycle; in nghttp2_stream_next_outbound_item()
A Dnghttp2_stream.h150 uint32_t descendant_last_cycle; member

Completed in 5 milliseconds