Searched refs:page_get_pagecolors (Results 1 – 6 of 6) sorted by relevance
357 int colors = page_get_pagecolors(szc); \366 colors = page_get_pagecolors(szc); \659 uint_t color_mask = page_get_pagecolors(0) - 1; \678 ASSERT(bin < page_get_pagecolors(szc));839 extern uint_t page_get_pagecolors(uint_t);
782 cache_sz = (page_get_pagecolors(0) * sizeof (page_t *)) + in calc_free_pagelist_sz()791 free_sz += sizeof (page_t *) * page_get_pagecolors(szc); in calc_free_pagelist_sz()813 (page_get_pagecolors(0) * sizeof (page_t *)); in alloc_page_freelists()822 clrs = page_get_pagecolors(szc); in alloc_page_freelists()
284 max_color = page_get_pagecolors(size); in plat_freelist_process()
557 extern uint_t page_get_pagecolors(uint_t);
1605 colors = page_get_pagecolors(szc); in plcnt_sz()1622 colors = page_get_pagecolors(szc); in plcnt_init()1820 colors = page_get_pagecolors(i); in page_coloring_init()1876 colors = page_get_pagecolors(j); in page_coloring_setup()
497 page_get_pagecolors(uint_t szc) in page_get_pagecolors() function