Searched refs:PAGE_GET_NSZ_COLOR (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_pagelist.c | 2597 bin = sbin = PAGE_GET_NSZ_COLOR(szc, color); in page_freelist_split() 2599 PAGE_GET_NSZ_COLOR(szc, plw->plw_bin_split_prev); in page_freelist_split() 2677 bin = sbin = PAGE_GET_NSZ_COLOR(nszc, bin); in page_freelist_split() 2679 bin_prev = PAGE_GET_NSZ_COLOR(nszc, bin_prev); in page_freelist_split() 2822 uint_t bin_nsz = PAGE_GET_NSZ_COLOR(szc, bin); \ 2823 uint_t bin0_nsz = PAGE_GET_NSZ_COLOR(szc, plw->plw_bin0); \ 2893 nbin_nsz = PAGE_GET_NSZ_COLOR(szc, in page_list_walk_next_bin() 2895 bin0_nsz = PAGE_GET_NSZ_COLOR(szc, in page_list_walk_next_bin() 2908 nbin_nsz = PAGE_GET_NSZ_COLOR(szc, nbin); in page_list_walk_next_bin()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | vm_dep.h | 236 #define PAGE_GET_NSZ_COLOR(szc, color) \ macro
|
/titanic_50/usr/src/uts/sun4/vm/ |
H A D | vm_dep.h | 281 #define PAGE_GET_NSZ_COLOR(szc, color) \ macro
|