Searched refs:next_pi (Results 1 – 2 of 2) sorted by relevance
628 struct phyint *next_pi; in initifs() local693 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() local1237 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() local1371 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()[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()