Searched refs:path_cachep (Results 1 – 1 of 1) sorted by relevance
209 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_init() local212 path_cachep = kmem_zalloc(cache_size * sizeof (*path_cachep), KM_SLEEP); in ibcm_path_cache_init()216 ibcm_path_cachep = path_cachep; in ibcm_path_cache_init()227 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_fini() local235 path_cachep = ibcm_path_cachep; in ibcm_path_cache_fini()240 kmem_free(path_cachep, cache_size * sizeof (*path_cachep)); in ibcm_path_cache_fini()249 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_check() local267 path_cachep = ibcm_path_cachep; in ibcm_path_cache_check()268 for (i = 0; i < ibcm_path_cache_size; i++, path_cachep++) { in ibcm_path_cache_check()269 path_cachep->dgid.gid_guid = 0ULL; in ibcm_path_cache_check()[all …]