Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2551 bin = sbin = PAGE_GET_NSZ_COLOR(szc, color); in page_freelist_split()
2553 PAGE_GET_NSZ_COLOR(szc, plw->plw_bin_split_prev); in page_freelist_split()
2631 bin = sbin = PAGE_GET_NSZ_COLOR(nszc, bin); in page_freelist_split()
2633 bin_prev = PAGE_GET_NSZ_COLOR(nszc, bin_prev); in page_freelist_split()
2776 uint_t bin_nsz = PAGE_GET_NSZ_COLOR(szc, bin); \
2777 uint_t bin0_nsz = PAGE_GET_NSZ_COLOR(szc, plw->plw_bin0); \
2847 nbin_nsz = PAGE_GET_NSZ_COLOR(szc, in page_list_walk_next_bin()
2849 bin0_nsz = PAGE_GET_NSZ_COLOR(szc, in page_list_walk_next_bin()
2862 nbin_nsz = PAGE_GET_NSZ_COLOR(szc, nbin); in page_list_walk_next_bin()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h239 #define PAGE_GET_NSZ_COLOR(szc, color) \ macro
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.h282 #define PAGE_GET_NSZ_COLOR(szc, color) \ macro