Searched defs:stop_it (Results 1 - 2 of 2) sorted by relevance

/drivers/pci/hotplug/
H A Dcpqphp_pci.c314 int stop_it; local
425 stop_it = 0;
430 while ((function < max_functions) && (!stop_it)) {
444 stop_it++;
473 int stop_it; local
515 stop_it = 0;
520 while ((function < max_functions) && (!stop_it)) {
528 stop_it++;
H A Dcpqphp_ctrl.c2276 u8 temp_byte, function, max_functions, stop_it; local
2319 stop_it = 0;
2324 while ((function < max_functions) && (!stop_it)) {
2342 stop_it++;

Completed in 191 milliseconds