Home
last modified time | relevance | path

Searched refs:SEGOP_SWAPOUT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h223 #define SEGOP_SWAPOUT(s) (*(s)->s_ops->swapout)((s)) macro
H A Dvm_as.c2139 swpcnt += SEGOP_SWAPOUT(seg); in as_swapout()