Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdssubr.c62 struct kmem_cache *rds_alloc_cache; variable
122 kmem_cache_destroy(rds_alloc_cache); in rds_fini()
130 rds_alloc_cache = kmem_cache_create("rds_alloc_cache", in rds_init()
175 kmem_cache_free(rds_alloc_cache, rds); in rds_free()
186 rds = kmem_cache_alloc(rds_alloc_cache, KM_SLEEP); in rds_create()