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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c168 int ibcm_path_cache_invalidate; /* invalidate cache on next ibt_get_paths */ variable
196 ibcm_path_cache_invalidate = 1; /* invalidate cache on next check */
264 if (ibcm_path_cache_invalidate) { /* invalidate all entries */
266 ibcm_path_cache_invalidate = 0;
357 ibcm_path_cache_invalidate = 1; /* invalidate cache on next check */

Completed in 102 milliseconds