Searched refs:next_pi (Results 1 – 2 of 2) sorted by relevance
623 struct phyint *next_pi; in initifs() local688 for (pi = phyints; pi != NULL; pi = next_pi) { in initifs()689 next_pi = pi->pi_next; in initifs()1205 struct phyint *next_pi; in run_timeouts() local1232 for (pi = phyints; pi != NULL; pi = next_pi) { in run_timeouts()1233 next_pi = pi->pi_next; in run_timeouts()1332 struct phyint *next_pi; in in_signal() local1366 for (pi = phyints; pi != NULL; pi = next_pi) { in in_signal()1367 next_pi = pi->pi_next; in in_signal()1398 for (pi = phyints; pi != NULL; pi = next_pi) { in in_signal()[all …]
752 di_path_t next_pi = DI_PATH_NIL; in check_available_path() local760 while (next_pi = di_path_client_next_path(client_node, next_pi)) { in check_available_path()762 if ((next_pi != pi_node) && in check_available_path()763 (((pi_state = di_path_state(next_pi)) == in check_available_path()