Searched refs:RTAS_EXTENDED_DELAY_MIN (Results 1 – 3 of 3) sorted by relevance
498 } else if (status >= RTAS_EXTENDED_DELAY_MIN && in rtas_busy_delay_time()500 order = status - RTAS_EXTENDED_DELAY_MIN; in rtas_busy_delay_time()614 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_get_sensor_fast()679 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_set_indicator_fast()
642 if (ret > RTAS_EXTENDED_DELAY_MIN+2 && in pseries_eeh_configure_bridge()644 ret = RTAS_EXTENDED_DELAY_MIN+2; in pseries_eeh_configure_bridge()
30 #define RTAS_EXTENDED_DELAY_MIN 9900 macro