Searched defs:ptms_cache (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c217 static struct kmem_cache *ptms_cache = NULL; /* pty cache */ variable in typeref:struct:kmem_cache
274 ptms_cache = kmem_cache_create("pty_map",
382 pt = kmem_cache_alloc(ptms_cache, KM_NOSLEEP);
552 kmem_cache_free(ptms_cache, pt);

Completed in 58 milliseconds