Lines Matching refs:urgency
922 uint32_t urgency;
929 urgency = nghttp2_extpri_uint8_urgency(stream->extpri);
932 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS);
934 pq = &session->sched[urgency].ob_data;
953 uint32_t urgency;
958 urgency = nghttp2_extpri_uint8_urgency(stream->extpri);
960 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS);
962 nghttp2_pq_remove(&session->sched[urgency].ob_data, &stream->pq_entry);
1060 uint32_t urgency = nghttp2_extpri_uint8_urgency(stream->extpri);
1067 assert(urgency < NGHTTP2_EXTPRI_URGENCY_LEVELS);
1069 pq = &session->sched[urgency].ob_data;
5311 extpri.urgency = NGHTTP2_EXTPRI_DEFAULT_URGENCY;
8358 if (extpri.urgency > NGHTTP2_EXTPRI_URGENCY_LOW) {
8359 extpri.urgency = NGHTTP2_EXTPRI_URGENCY_LOW;