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

/illumos-gate/usr/src/uts/common/io/
H A Dstream.c166 static struct kmem_cache *ftblk_cache; variable in typeref:struct:kmem_cache
404 ftblk_cache = kmem_cache_create("streams_ftblk", sizeof (ftblk_t), 32,
4208 * ftblk_cache - pointer to the kmem cache for trace data blocks.
4239 nbp = kmem_cache_alloc(ftblk_cache, KM_NOSLEEP);
4262 kmem_cache_free(ftblk_cache, nbp);
4339 kmem_cache_free(ftblk_cache, bp);

Completed in 60 milliseconds