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

/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c213 static size_t ptms_inuse = 0; /* # of ptys currently allocated */ variable
344 if (ptms_inuse >= pt_cnt) {
356 if (ptms_inuse >= min(ptms_ptymax, user_max)) {
361 ptms_inuse++;
377 ptms_inuse--;
386 ptms_inuse--;
542 ASSERT(ptms_inuse > 0);
544 ptms_inuse--;
574 DDBG("ptmopen(%d): need to grow\n", (int)ptms_inuse);

Completed in 57 milliseconds