Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c167 static struct kmem_cache *ftblk_cache; variable
405 ftblk_cache = kmem_cache_create("streams_ftblk", sizeof (ftblk_t), 32, in streams_msg_init()
4220 nbp = kmem_cache_alloc(ftblk_cache, KM_NOSLEEP); in str_ftevent()
4243 kmem_cache_free(ftblk_cache, nbp); in str_ftevent()
4320 kmem_cache_free(ftblk_cache, bp); in str_ftfree()