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

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c212 static size_t ptms_ptymax = 0; /* Maximum number of ptys */ variable
290 ptms_ptymax = ptms_roundup((pt_pctofmem * kmem_maxavail()) /
351 * it is not zero and ptms_ptymax otherwise.
353 size_t user_max = (pt_max_pty == 0 ? ptms_ptymax : pt_max_pty);
356 if (ptms_inuse >= min(ptms_ptymax, user_max)) {

Completed in 45 milliseconds