Searched refs:timeout_usecs (Results 1 – 2 of 2) sorted by relevance
210 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in mc_polling_wait_atomic() local221 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in mc_polling_wait_atomic()222 if (timeout_usecs == 0) { in mc_polling_wait_atomic()
285 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in vfio_fsl_mc_send_command() local310 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in vfio_fsl_mc_send_command()311 if (timeout_usecs == 0) in vfio_fsl_mc_send_command()