Home
last modified time | relevance | path

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

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