Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c2117 static size_t smallest_percent = (size_t)-1; in stkinfo_end() local
2209 if (full == KMEM_STKINFO_LOG_SIZE && percent < smallest_percent) { in stkinfo_end()
2254 if (percent < smallest_percent) { in stkinfo_end()
2255 smallest_percent = percent; in stkinfo_end()