Home
last modified time | relevance | path

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

/dragonfly/sys/net/
HDif.c98 struct ifsubq_stage_head { struct
195 static struct ifsubq_stage_head ifsubq_stage_heads[MAXCPU];
260 ifsq_stage_remove(struct ifsubq_stage_head *head, struct ifsubq_stage *stage) in ifsq_stage_remove()
270 ifsq_stage_insert(struct ifsubq_stage_head *head, struct ifsubq_stage *stage) in ifsq_stage_insert()
3329 struct ifsubq_stage_head *head = NULL; in ifq_dispatch()
3575 struct ifsubq_stage_head *head = &ifsubq_stage_heads[mycpuid]; in if_start_rollup()