Lines Matching refs:urgency
927 uint32_t urgency;
934 urgency = nghttp2_extpri_uint8_urgency(stream->extpri);
937 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS);
939 pq = &session->sched[urgency].ob_data;
958 uint32_t urgency;
963 urgency = nghttp2_extpri_uint8_urgency(stream->extpri);
965 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS);
967 nghttp2_pq_remove(&session->sched[urgency].ob_data, &stream->pq_entry);
1065 uint32_t urgency = nghttp2_extpri_uint8_urgency(stream->extpri);
1072 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS);
1074 pq = &session->sched[urgency].ob_data;
5316 extpri.urgency = NGHTTP2_EXTPRI_DEFAULT_URGENCY;
8369 if (extpri.urgency > NGHTTP2_EXTPRI_URGENCY_LOW) {
8370 extpri.urgency = NGHTTP2_EXTPRI_URGENCY_LOW;