Home
last modified time | relevance | path

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

/dports/www/h2o-devel/h2o-dcc7134/t/00unit/lib/http3/
H A Dserver.c46 h2o_linklist_t *anchor = &sched->active.urgencies[sched->active.smallest_urgency].high; in get_top_node()
48 anchor = &sched->active.urgencies[sched->active.smallest_urgency].low; in get_top_node()
66 ok(sched.active.smallest_urgency == H2O_ABSPRIO_NUM_URGENCY_LEVELS); in test_scheduler()
133 ok(sched.active.smallest_urgency == H2O_ABSPRIO_NUM_URGENCY_LEVELS); in test_scheduler()
/dports/www/h2o-devel/h2o-dcc7134/lib/http3/
H A Dserver.c39 size_t smallest_urgency; member
255 sched->active.smallest_urgency = i; in req_scheduler_init()
282 if (node->priority.urgency < sched->active.smallest_urgency) in req_scheduler_activate()
283 sched->active.smallest_urgency = node->priority.urgency; in req_scheduler_activate()
288 if (sched->active.smallest_urgency < changed) in req_scheduler_update_smallest_urgency_post_removal()
292 sched->active.smallest_urgency = changed; in req_scheduler_update_smallest_urgency_post_removal()
294 h2o_linklist_is_empty(&sched->active.urgencies[sched->active.smallest_urgency].low)) { in req_scheduler_update_smallest_urgency_post_removal()
295 ++sched->active.smallest_urgency; in req_scheduler_update_smallest_urgency_post_removal()
296 if (sched->active.smallest_urgency >= H2O_ABSPRIO_NUM_URGENCY_LEVELS) in req_scheduler_update_smallest_urgency_post_removal()
1561 if (conn->scheduler.reqs.active.smallest_urgency < H2O_ABSPRIO_NUM_URGENCY_LEVELS) in scheduler_can_send()
[all …]