Searched refs:pi_prev (Results 1 – 5 of 5) sorted by relevance
108 struct phyint *pi_prev; member1715 pi->pi_prev = NULL; in add_phyint()1717 phyint->pi_prev = pi; in add_phyint()1728 if (pi->pi_prev == NULL) { in free_phyint()1733 assert(pi->pi_prev->pi_next == pi); in free_phyint()1734 pi->pi_prev->pi_next = pi->pi_next; in free_phyint()1737 assert(pi->pi_next->pi_prev == pi); in free_phyint()1738 pi->pi_next->pi_prev = pi->pi_prev; in free_phyint()
320 pi->pi_prev = NULL; in phyint_insert()322 phyints->pi_prev = pi; in phyint_insert()1345 assert(phyints == pi || pi->pi_prev != NULL); in phyint_delete()1366 if (pi->pi_prev == NULL) { in phyint_delete()1370 pi->pi_prev->pi_next = pi->pi_next; in phyint_delete()1373 pi->pi_next->pi_prev = pi->pi_prev; in phyint_delete()1375 pi->pi_prev = NULL; in phyint_delete()
188 struct phyint *pi_prev; /* List of all phyints */ member
158 pi->pi_prev = NULL; in phyint_insert()160 phyints->pi_prev = pi; in phyint_insert()497 if (pi->pi_prev == NULL) { in phyint_delete()501 pi->pi_prev->pi_next = pi->pi_next; in phyint_delete()504 pi->pi_next->pi_prev = pi->pi_prev; in phyint_delete()505 pi->pi_next = pi->pi_prev = NULL; in phyint_delete()
51 struct phyint *pi_prev; member