Searched refs:path_cachep (Results 1 – 1 of 1) sorted by relevance
210 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_init() local213 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() local236 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() local268 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 …]