ifsubq_stage_head
static struct ifsubq_stage_head ifsubq_stage_heads[MAXCPU];
ifsq_stage_remove(struct ifsubq_stage_head *head, struct ifsubq_stage *stage)
ifsq_stage_insert(struct ifsubq_stage_head *head, struct ifsubq_stage *stage)
struct ifsubq_stage_head *head = NULL;
struct ifsubq_stage_head *head = &ifsubq_stage_heads[mycpuid];