Searched refs:page_get_pagecolors (Results 1 – 5 of 5) sorted by relevance
358 int colors = page_get_pagecolors(szc); \367 colors = page_get_pagecolors(szc); \662 uint_t color_mask = page_get_pagecolors(0) - 1; \681 ASSERT(bin < page_get_pagecolors(szc));839 extern uint_t page_get_pagecolors(uint_t);
721 cache_sz = (page_get_pagecolors(0) * sizeof (page_t *)) + in calc_free_pagelist_sz()730 free_sz += sizeof (page_t *) * page_get_pagecolors(szc); in calc_free_pagelist_sz()752 (page_get_pagecolors(0) * sizeof (page_t *)); in alloc_page_freelists()761 clrs = page_get_pagecolors(szc); in alloc_page_freelists()
557 extern uint_t page_get_pagecolors(uint_t);
1702 colors = page_get_pagecolors(szc); in plcnt_sz()1719 colors = page_get_pagecolors(szc); in plcnt_init()1913 colors = page_get_pagecolors(i); in page_coloring_init()1966 colors = page_get_pagecolors(j); in page_coloring_setup()
497 page_get_pagecolors(uint_t szc) in page_get_pagecolors() function