Searched refs:SEGOP_SWAPOUT (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ | ||
H A D | seg.h | 222 #define SEGOP_SWAPOUT(s) (*(s)->s_ops->swapout)((s)) macro |
H A D | vm_as.c | 2101 swpcnt += SEGOP_SWAPOUT(seg); in as_swapout() |