Searched refs:H_IS_LONG_BUSY (Results 1 – 3 of 3) sorted by relevance
342 if (!H_IS_LONG_BUSY(rc)) { in pseries_enable_reloc_on_exc()373 if (!H_IS_LONG_BUSY(rc)) in pseries_disable_reloc_on_exc()400 if (!H_IS_LONG_BUSY(rc)) in pseries_big_endian_exceptions()426 if (!H_IS_LONG_BUSY(rc)) in pseries_little_endian_exceptions()
672 while (H_IS_LONG_BUSY(rc)) { in pseries_lpar_resize_hpt()749 if (!H_IS_LONG_BUSY(rc)) in pseries_lpar_register_process_table()
113 #define H_IS_LONG_BUSY(x) ((x >= H_LONG_BUSY_START_RANGE) \ macro