Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_osd.c228 IN DAT_TIMEOUT timeout_val) in dapl_os_wait_object_wait() argument
237 if (timeout_val != DAT_TIMEOUT_INFINITE) { in dapl_os_wait_object_wait()
243 microsecs = now.tv_usec + (timeout_val % 1000000); in dapl_os_wait_object_wait()
245 now.tv_sec = now.tv_sec + timeout_val / 1000000 + 1; in dapl_os_wait_object_wait()
248 now.tv_sec = now.tv_sec + timeout_val / 1000000; in dapl_os_wait_object_wait()
/titanic_44/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h228 IN DAT_TIMEOUT timeout_val);
/titanic_44/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c1010 clock_t timeout_val = drv_usectohz(kcf_idlethr_timeout); in kcfpool_svc() local
1023 &gswq->gs_lock, timeout_val, TR_CLOCK_TICK); in kcfpool_svc()
1399 clock_t timeout_val = drv_usectohz(kcf_idlethr_timeout); in kcfpoold() local
1421 &kcfpool->kp_lock, timeout_val, TR_CLOCK_TICK); in kcfpoold()