Home
last modified time | relevance | path

Searched refs: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.c171 timeout_id_t ibcm_path_cache_timeout_id; variable
198 if (ibcm_path_cache_timeout_id) in ibcm_path_cache_timeout_cb()
199 ibcm_path_cache_timeout_id = timeout(ibcm_path_cache_timeout_cb, in ibcm_path_cache_timeout_cb()
218 ibcm_path_cache_timeout_id = timeout(ibcm_path_cache_timeout_cb, in ibcm_path_cache_init()
231 if (ibcm_path_cache_timeout_id) { in ibcm_path_cache_fini()
232 tmp_timeout_id = ibcm_path_cache_timeout_id; in ibcm_path_cache_fini()
233 ibcm_path_cache_timeout_id = 0; /* no more timeouts */ in ibcm_path_cache_fini()