Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_api/qat_utils/src/
H A DQatUtilsSemaphore.c46 unsigned long timeoutTime; in qatUtilsSemaphoreWait() local
71 timeoutTime = timeout * hz / 1000; in qatUtilsSemaphoreWait()
72 if (sema_timedwait(*pSid, timeoutTime)) { in qatUtilsSemaphoreWait()