Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ptools/pmap/
H A Dpmap.c177 reallocstacks(uint_t newcount) in reallocstacks() function
201 if (*np + 2 > nstacks && !reallocstacks(nstacks + 2)) { in getstack()
464 if (reallocstacks(psinfo.pr_nlwp * 2)) { in main()