Home
last modified time | relevance | path

Searched refs:timeout_usecs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c279 unsigned long timeout_usecs = MC_CMD_COMPLETION_TIMEOUT_MS * 1000; in vfio_fsl_mc_send_command() local
304 timeout_usecs -= MC_CMD_COMPLETION_POLLING_MAX_SLEEP_USECS; in vfio_fsl_mc_send_command()
305 if (timeout_usecs == 0) in vfio_fsl_mc_send_command()
/linux/drivers/crypto/ccp/
H A Dsev-dev.c180 unsigned long timeout_usecs = (timeout * USEC_PER_SEC) / 10; in sev_wait_cmd_ioc() local
183 while (timeout_usecs--) { in sev_wait_cmd_ioc()