Searched refs:H_IS_LONG_BUSY (Results 1 – 14 of 14) sorted by relevance
170 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in tpm_ibmvtpm_resume()357 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in tpm_ibmvtpm_remove()438 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvtpm_reset_crq()707 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
408 if (!H_IS_LONG_BUSY(rc)) { in pseries_enable_reloc_on_exc()442 if (!H_IS_LONG_BUSY(rc)) in pseries_disable_reloc_on_exc()461 if (!H_IS_LONG_BUSY(rc)) in pseries_big_endian_exceptions()487 if (!H_IS_LONG_BUSY(rc)) in pseries_little_endian_exceptions()
143 if (H_IS_LONG_BUSY(rc)) { in papr_scm_pmem_flush()214 if (H_IS_LONG_BUSY(rc)) { in drc_pmem_unbind()
39 if (H_IS_LONG_BUSY(rc)) { in hcall_return_busy_check()
744 if (!H_IS_LONG_BUSY(rc)) in pseries_lpar_register_process_table()1648 while (H_IS_LONG_BUSY(rc)) { in pseries_lpar_resize_hpt()
58 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) \576 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) in cxl_h_download_facility()
51 if (H_IS_LONG_BUSY(ret)) { in ehea_plpar_hcall_norets()91 if (H_IS_LONG_BUSY(ret)) { in ehea_plpar_hcall9()
117 #define H_IS_LONG_BUSY(x) ((x >= H_LONG_BUSY_START_RANGE) \ macro
75 if (H_IS_LONG_BUSY(rc)) in h_free_crq()79 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_free_crq()100 if (H_IS_LONG_BUSY(rc)) in h_request_vmc()107 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_request_vmc()
153 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_release_crq_queue()295 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_reset_crq_queue()396 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_init_crq_queue()425 } while ((rc == H_IN_PROGRESS) || (rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in ibmvscsi_reenable_crq_queue()
904 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_release_crq_queue()932 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reenable_crq_queue()970 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reset_crq()5754 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_init_crq()5829 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_deregister_scsi_channel()
516 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY)); in ibmveth_register_logical_lan()635 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_open()699 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_close()
3854 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_sub_crq_queue()3941 } while (rc == H_BUSY || rc == H_IS_LONG_BUSY(rc)); in init_sub_crq_queue()6004 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reenable_crq_queue()6022 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reset_crq()6059 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_crq_queue()6137 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in init_crq_queue()
136 if (H_IS_LONG_BUSY(rc)) { in plpar_busy_delay_time()
Completed in 62 milliseconds