Searched defs:sbin (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_pagelist.c2587 uint_t bin, sbin, bin_prev; local
2597 bin = sbin = PAGE_GET_NSZ_COLOR(szc, color);
2669 if (bin == sbin) {
2677 bin = sbin = PAGE_GET_NSZ_COLOR(nszc, bin);
2923 uint_t sbin; local
2948 sbin = bin;
3050 } while (sbin != bin);
3986 uint_t sbin; local
4012 sbin = bin;
4091 } while (sbin !
[all...]

Completed in 70 milliseconds