Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_pts.c79 static struct unrhdr *pts_pool; variable
705 free_unr(pts_pool, psc->pts_unit); in ptsdrv_free()
763 unit = alloc_unr(pts_pool); in pts_alloc()
874 pts_pool = new_unrhdr(0, INT_MAX, NULL); in pts_init()