Searched defs:ibcm_path_cache_timeout_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c170 timeout_id_t ibcm_path_cache_timeout_id; variable
197 if (ibcm_path_cache_timeout_id)
198 ibcm_path_cache_timeout_id = timeout(ibcm_path_cache_timeout_cb,
217 ibcm_path_cache_timeout_id = timeout(ibcm_path_cache_timeout_cb,
230 if (ibcm_path_cache_timeout_id) {
231 tmp_timeout_id = ibcm_path_cache_timeout_id;
232 ibcm_path_cache_timeout_id = 0; /* no more timeouts */

Completed in 68 milliseconds