Home
last modified time | relevance | path

Searched refs:PAGE_GET_PAGECOLORS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c204 ASSERT((c) < PAGE_GET_PAGECOLORS(r)); \
501 return (PAGE_GET_PAGECOLORS(szc)); in page_get_pagecolors()
513 ASSERT(color < PAGE_GET_PAGECOLORS(szc)); in page_correct_color()
514 ASSERT(ncolor < PAGE_GET_PAGECOLORS(nszc)); in page_correct_color()
558 colors_per_szc[i] = PAGE_GET_PAGECOLORS(i); in page_ctrs_sz()
2289 color_mask = PAGE_GET_PAGECOLORS(szc) - 1; in page_freelist_coalesce()
2712 colors = PAGE_GET_PAGECOLORS(szc); in page_list_walk_init()
2994 PAGE_GET_PAGECOLORS(szc)); in page_get_mnode_freelist()
3398 colors = PAGE_GET_PAGECOLORS(szc); in page_geti_contig_pages()
3741 ASSERT(bin < PAGE_GET_PAGECOLORS(szc)); in page_get_freelist()
[all …]
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h212 #define PAGE_GET_PAGECOLORS(szc) \ macro
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h247 #define PAGE_GET_PAGECOLORS(szc) \ macro