Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c210 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_init() local
213 path_cachep = kmem_zalloc(cache_size * sizeof (*path_cachep), KM_SLEEP); in ibcm_path_cache_init()
217 ibcm_path_cachep = path_cachep; in ibcm_path_cache_init()
228 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_fini() local
236 path_cachep = ibcm_path_cachep; in ibcm_path_cache_fini()
241 kmem_free(path_cachep, cache_size * sizeof (*path_cachep)); in ibcm_path_cache_fini()
250 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_check() local
268 path_cachep = ibcm_path_cachep; in ibcm_path_cache_check()
269 for (i = 0; i < ibcm_path_cache_size; i++, path_cachep++) { in ibcm_path_cache_check()
270 path_cachep->dgid.gid_guid = 0ULL; in ibcm_path_cache_check()
[all …]