Lines Matching full:discovery
373 * @return Whether discovery was successfully finished.
381 // Persistent list - only populated after complete/successful discovery in discoverCPUsAndConfigs()
387 // next discovery attempt. in discoverCPUsAndConfigs()
393 // PECI contention, SST discovery could take a long time. This lets us in discoverCPUsAndConfigs()
502 * Attempt discovery process, and if it fails, wait for 10 seconds to try again.
516 DEBUG_PRINT << "Starting discovery\n"; in discoverOrWait()
524 // In case of repeated failure to finish discovery, turn off this in discoverOrWait()
529 std::cerr << "Aborting SST discovery\n"; in discoverOrWait()
533 std::cerr << "Retrying SST discovery later\n"; in discoverOrWait()
536 DEBUG_PRINT << "Finished discovery attempt: " << finished << '\n'; in discoverOrWait()
560 // Start or re-start discovery any time the host moves out of the in hostStateHandler()