Home | History | Annotate | Download | only in dev

Lines Matching defs:ip

45 	struct newsmips_intr *ip;
52 ip = &hbintr_tab[i];
53 LIST_INIT(&ip->intr_q);
98 struct newsmips_intr *ip;
101 ip = &hbintr_tab[level];
110 if (LIST_EMPTY(&ip->intr_q)) {
111 LIST_INSERT_HEAD(&ip->intr_q, ih, ih_q);
115 for (curih = LIST_FIRST(&ip->intr_q);
133 struct newsmips_intr *ip;
136 ip = &hbintr_tab[level];
138 LIST_FOREACH(ih, &ip->intr_q, ih_q) {