Searched refs:pi_prev (Results 1 – 5 of 5) sorted by relevance
103 struct phyint *pi_prev; member1713 pi->pi_prev = NULL; in add_phyint()1715 phyint->pi_prev = pi; in add_phyint()1726 if (pi->pi_prev == NULL) { in free_phyint()1731 assert(pi->pi_prev->pi_next == pi); in free_phyint()1732 pi->pi_prev->pi_next = pi->pi_next; in free_phyint()1735 assert(pi->pi_next->pi_prev == pi); in free_phyint()1736 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
160 pi->pi_prev = NULL; in phyint_insert()162 phyints->pi_prev = pi; in phyint_insert()499 if (pi->pi_prev == NULL) { in phyint_delete()503 pi->pi_prev->pi_next = pi->pi_next; in phyint_delete()506 pi->pi_next->pi_prev = pi->pi_prev; in phyint_delete()507 pi->pi_next = pi->pi_prev = NULL; in phyint_delete()
51 struct phyint *pi_prev; member