Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/systat/
Dpftop.c66 #define MIN_NUM_STATES 1024 macro
630 if (ns < MIN_NUM_STATES) in alloc_buf()
631 ns = MIN_NUM_STATES; in alloc_buf()