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

/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c512 * If a page is being shared more than "po_share" times
517 ulong_t po_share = MIN_PO_SHARE; variable
595 if (po_share > MIN_PO_SHARE) {
596 po_share >>= 1;
888 if (po_share < MAX_PO_SHARE) {
889 po_share <<= 1;
956 * - that are shared more than po_share'd times
964 hat_page_checkshare(pp, po_share)) {

Completed in 46 milliseconds