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

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c79 #define INTEGRAL 100 /* for integer math */ macro
636 size = (ip->i_size * SIZE_RATE) / INTEGRAL;
664 size = ((ksize * COMPRESS_PERCENT) / INTEGRAL) +
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c113 #define INTEGRAL 100 /* to get 1% precision */ macro
946 *alloc_pages = (pages * alloc_pcnt) / INTEGRAL;
957 last_pcnt = (mmu_btopr(sensitive_size_saved) * INTEGRAL) /
968 *alloc_pages = (pages * alloc_pcnt) / INTEGRAL;

Completed in 49 milliseconds