Lines Matching refs:next_pi
628 struct phyint *next_pi; in initifs() local
693 for (pi = phyints; pi != NULL; pi = next_pi) { in initifs()
694 next_pi = pi->pi_next; in initifs()
1210 struct phyint *next_pi; in run_timeouts() local
1237 for (pi = phyints; pi != NULL; pi = next_pi) { in run_timeouts()
1238 next_pi = pi->pi_next; in run_timeouts()
1337 struct phyint *next_pi; in in_signal() local
1371 for (pi = phyints; pi != NULL; pi = next_pi) { in in_signal()
1372 next_pi = pi->pi_next; in in_signal()
1403 for (pi = phyints; pi != NULL; pi = next_pi) { in in_signal()
1404 next_pi = pi->pi_next; in in_signal()