Home
last modified time | relevance | path

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

/titanic_44/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()
656 colors_per_szc[i] = PAGE_GET_PAGECOLORS(i); in page_ctrs_alloc()
986 colors_per_szc[r] = PAGE_GET_PAGECOLORS(r); in page_ctrs_adjust()
2292 color_mask = PAGE_GET_PAGECOLORS(szc) - 1; in page_freelist_coalesce()
2596 color_mask = PAGE_GET_PAGECOLORS(nszc) - 1; in page_freelist_split()
2685 color_mask = PAGE_GET_PAGECOLORS(nnszc) - 1; in page_freelist_split()
[all …]
/titanic_44/usr/src/uts/i86pc/vm/
H A Dvm_dep.h209 #define PAGE_GET_PAGECOLORS(szc) \ macro
/titanic_44/usr/src/uts/sun4/vm/
H A Dvm_dep.h246 #define PAGE_GET_PAGECOLORS(szc) \ macro