Searched refs:MAX_RETRIES_FOR_FAN_FAULT (Results 1 – 2 of 2) sorted by relevance
2080 for (ntries = 0; ntries < MAX_RETRIES_FOR_FAN_FAULT; ntries++) { in has_fan_failed()2095 if (ntries == MAX_RETRIES_FOR_FAN_FAULT) { in has_fan_failed()2146 for (ntries = 0; ntries < MAX_RETRIES_FOR_FAN_FAULT; ntries++) { in has_psufan_failed()2161 if (ntries == MAX_RETRIES_FOR_FAN_FAULT) { in has_psufan_failed()
122 #define MAX_RETRIES_FOR_FAN_FAULT 10 macro