Searched refs:RTAS_EXTENDED_DELAY_MIN (Results 1 – 3 of 3) sorted by relevance
496 } else if (status >= RTAS_EXTENDED_DELAY_MIN && in rtas_busy_delay_time()498 order = status - RTAS_EXTENDED_DELAY_MIN; in rtas_busy_delay_time()612 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_get_sensor_fast()677 WARN_ON(rc == RTAS_BUSY || (rc >= RTAS_EXTENDED_DELAY_MIN && in rtas_set_indicator_fast()
616 if (ret > RTAS_EXTENDED_DELAY_MIN+2 && in pseries_eeh_configure_bridge()618 ret = RTAS_EXTENDED_DELAY_MIN+2; in pseries_eeh_configure_bridge()
27 #define RTAS_EXTENDED_DELAY_MIN 9900 macro