Searched refs:RTAS_EXTENDED_DELAY_MIN (Results 1 – 3 of 3) sorted by relevance
481 } else if (status >= RTAS_EXTENDED_DELAY_MIN && in rtas_busy_delay_time()483 order = status - RTAS_EXTENDED_DELAY_MIN; in rtas_busy_delay_time()597 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_get_sensor_fast()662 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_set_indicator_fast()
648 if (ret > RTAS_EXTENDED_DELAY_MIN+2 && in pseries_eeh_configure_bridge()650 ret = RTAS_EXTENDED_DELAY_MIN+2; in pseries_eeh_configure_bridge()
30 #define RTAS_EXTENDED_DELAY_MIN 9900 macro