Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c209 ibcm_path_cache_t *path_cachep; in ibcm_path_cache_init() local
212 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() local
235 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() local
267 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 …]