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

/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c934 pgcnt_t alloc_pcnt, last_pcnt; local
945 alloc_pcnt = INITIAL_ALLOC_PCNT;
946 *alloc_pages = (pages * alloc_pcnt) / INTEGRAL;
950 str, *alloc_pages, alloc_pcnt);
966 alloc_pcnt = MAX(last_pcnt, INITIAL_ALLOC_PCNT) +
968 *alloc_pages = (pages * alloc_pcnt) / INTEGRAL;
970 str, *alloc_pages, alloc_pcnt);

Completed in 49 milliseconds