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

/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c932 i_cpr_storage_data_alloc(pgcnt_t pages, pgcnt_t *alloc_pages, int retry_cnt) argument
946 *alloc_pages = (pages * alloc_pcnt) / INTEGRAL;
950 str, *alloc_pages, alloc_pcnt);
968 *alloc_pages = (pages * alloc_pcnt) / INTEGRAL;
970 str, *alloc_pages, alloc_pcnt);
973 addr = kmem_alloc(mmu_ptob(*alloc_pages), KM_NOSLEEP);
974 CPR_DEBUG(CPR_DEBUG7, "%s alloc %ld pages\n", str, *alloc_pages);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_page.c268 uint_t alloc_pages[9]; variable
2005 VM_STAT_ADD(alloc_pages[0]);
2022 VM_STAT_ADD(alloc_pages[8]);
2049 VM_STAT_ADD(alloc_pages[1]);
2054 VM_STAT_ADD(alloc_pages[2]);
2059 VM_STAT_ADD(alloc_pages[3]);
2066 VM_STAT_ADD(alloc_pages[4]);
2089 VM_STAT_ADD(alloc_pages[5]);
2096 VM_STAT_ADD(alloc_pages[6]);
2107 VM_STAT_ADD(alloc_pages[
[all...]

Completed in 54 milliseconds