Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h226 IN DAT_TIMEOUT timeout_val);
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp.h198 u8 timeout_val; /* 1..254, '0' - default value, '255' - no timeout */ member
H A Decore_mcp.c695 u8 timeout_val; member
728 p_in_params->timeout_val); in __ecore_mcp_load_req()
878 in_params.timeout_val = p_params->timeout_val; in ecore_mcp_load_req()
H A Decore_dev.c2114 p_load_req->timeout_val = p_drv_load->mfw_timeout_val; in ecore_fill_load_req_params()
2120 p_load_req->timeout_val = ECORE_LOAD_REQ_LOCK_TO_DEFAULT; in ecore_fill_load_req_params()