Searched refs:H_BUSY (Results 1 – 22 of 22) sorted by relevance
331 if (rc == H_BUSY) { in plpar_guest_create()339 rc = H_BUSY; in plpar_guest_create()356 if (rc == H_BUSY) in plpar_guest_create_vcpu()361 rc = H_BUSY; in plpar_guest_create_vcpu()383 if (rc == H_BUSY) { in plpar_guest_set_state()469 if (rc == H_BUSY) in plpar_guest_delete()474 rc = H_BUSY; in plpar_guest_delete()490 if (rc == H_BUSY) in plpar_guest_set_capabilities()495 rc = H_BUSY; in plpar_guest_set_capabilities()510 if (rc == H_BUSY) in plpar_guest_get_capabilities()[all …]
14 #define U_BUSY H_BUSY
9 #define H_BUSY 1 /* Hardware busy -- retry later */ macro
58 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) \61 if (rc == H_BUSY) \70 rc = H_BUSY; \162 case H_BUSY: in cxl_h_attach_process()192 case H_BUSY: in cxl_h_detach_process()233 case H_BUSY: in cxl_h_control_function()504 case H_BUSY: in cxl_h_control_facility()576 if (rc != H_BUSY && !H_IS_LONG_BUSY(rc)) in cxl_h_download_facility()579 if (rc != H_BUSY) { in cxl_h_download_facility()586 rc = H_BUSY; in cxl_h_download_facility()[all …]
62 rc = H_BUSY; in hcall_return_busy_check()63 } else if (rc == H_BUSY) { in hcall_return_busy_check()85 } while (rc == H_BUSY); in h_allocate_vas_window()116 } while (rc == H_BUSY); in h_deallocate_vas_window()145 } while (rc == H_BUSY); in h_modify_vas_window()
70 if (ret == H_BUSY) in hvc_put_chars()
106 rc = H_BUSY; in papr_scm_pmem_flush()107 } else if (rc == H_BUSY) { in papr_scm_pmem_flush()110 } while (rc == H_BUSY); in papr_scm_pmem_flush()147 } while (rc == H_BUSY); in drc_pmem_bind()177 rc = H_BUSY; in drc_pmem_unbind()178 } else if (rc == H_BUSY) { in drc_pmem_unbind()182 } while (rc == H_BUSY); in drc_pmem_unbind()
40 case H_BUSY: in hvcs_convert()
87 case H_BUSY: in pseries_status_to_err()
746 } else if (retval == H_BUSY) { in lparcfg_write()
1114 hret != H_BUSY && hret != H_RESOURCE) || in vio_h_cop_sync()1137 case H_BUSY: in vio_h_cop_sync()
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()711 } while (rc1 == H_BUSY || H_IS_LONG_BUSY(rc1)); in tpm_ibmvtpm_probe()
67 return H_BUSY; in ehea_plpar_hcall_norets()119 return H_BUSY; in ehea_plpar_hcall9()
282 | Return Value: *H_SUCCESS, H_Parameter, H_P2, H_BUSY*286 The hcall returns H_BUSY when the flush takes longer time and the hcall needs
493 } while (H_IS_LONG_BUSY(rc) || (rc == H_BUSY)); in ibmveth_register_logical_lan()612 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_open()676 } while (H_IS_LONG_BUSY(lpar_rc) || (lpar_rc == H_BUSY)); in ibmveth_close()1064 } while ((ret == H_BUSY) && (retry_count--)); in ibmveth_send()
3983 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_sub_crq_queue()4070 } while (rc == H_BUSY || rc == H_IS_LONG_BUSY(rc)); in init_sub_crq_queue()6154 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reenable_crq_queue()6172 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvnic_reset_crq()6209 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in release_crq_queue()6287 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in init_crq_queue()
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()
911 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_release_crq_queue()939 } while (rc == H_IN_PROGRESS || rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reenable_crq_queue()977 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_reset_crq()5909 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_init_crq()5978 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_register_channel()6002 } while (rc == H_BUSY || H_IS_LONG_BUSY(rc)); in ibmvfc_deregister_channel()
157 {H_BUSY, "H_BUSY"}, \
138 } else if (rc == H_BUSY) { in plpar_busy_delay_time()
79 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_free_crq()107 } while ((rc == H_BUSY) || (H_IS_LONG_BUSY(rc))); in h_request_vmc()
162 case H_BUSY: in ibmvscsis_unregister_command_q()
Completed in 677 milliseconds