Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_pts.c76 static struct unrhdr *pts_pool; variable
697 free_unr(pts_pool, psc->pts_unit); in ptsdrv_free()
755 unit = alloc_unr(pts_pool); in pts_alloc()
866 pts_pool = new_unrhdr(0, INT_MAX, NULL); in pts_init()