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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c209 ibcm_path_cache_t *path_cachep; local
212 path_cachep = kmem_zalloc(cache_size * sizeof (*path_cachep), KM_SLEEP);
216 ibcm_path_cachep = path_cachep;
227 ibcm_path_cache_t *path_cachep; local
235 path_cachep = ibcm_path_cachep;
240 kmem_free(path_cachep, cache_size * sizeof (*path_cachep));
249 ibcm_path_cache_t *path_cachep; local
267 path_cachep
312 ibcm_path_cache_t *path_cachep; local
[all...]

Completed in 49 milliseconds