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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c70 #define POSITIVE_MIN(x, y) \ macro
996 next_report = POSITIVE_MIN(next_report,
1002 *next_proc_walk = POSITIVE_MIN(*next_proc_walk,
1008 *next_rss_sample = POSITIVE_MIN(*next_rss_sample,
1651 next = POSITIVE_MIN(next, next_report);
1652 next = POSITIVE_MIN(next, next_rss_sample);

Completed in 62 milliseconds