Searched refs:plw_ceq_dif (Results 1 – 4 of 4) sorted by relevance
2731 plw->plw_ceq_dif = colors >> ((ceq >> 4) + (ceq & 0xf)); in page_list_walk_init()2732 ASSERT(szc > 0 || plw->plw_ceq_dif >= vac_colors); in page_list_walk_init()2733 ASSERT(plw->plw_ceq_dif > 0); in page_list_walk_init()2734 plw->plw_ceq_mask[szc] = (plw->plw_ceq_dif - 1) << (ceq & 0xf); in page_list_walk_init()2748 plw->plw_ceq_dif = 1; in page_list_walk_init()2805 if (plw->plw_count != 0 || plw->plw_ceq_dif == vac_colors) { in page_list_walk_next_bin()2893 plw.plw_ceq_dif = 1; in page_get_mnode_freelist()2901 plw.plw_count < plw.plw_ceq_dif; plw.plw_count++) { in page_get_mnode_freelist()3024 if (plw.plw_ceq_dif > 1) in page_get_mnode_freelist()3956 plw.plw_ceq_dif = 1; in page_get_mnode_cachelist()[all …]
269 uint_t plw_ceq_dif; /* number of different color groups */ member
3262 ASSERT(plw.plw_ceq_dif == page_colors); in page_get_mnode_anylist()
318 uint_t plw_ceq_dif; /* number of different color groups */ member