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

/freebsd-13-stable/sys/kern/
H A Dtty_pts.c79 static struct unrhdr *pts_pool; variable in typeref:struct:unrhdr
705 free_unr(pts_pool, psc->pts_unit);
763 unit = alloc_unr(pts_pool);
874 pts_pool = new_unrhdr(0, INT_MAX, NULL);

Completed in 43 milliseconds