Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg.h233 #define SEGOP_ADVISE(s, a, l, b) (*(s)->s_ops->advise)((s), (a), (l), (b)) macro
H A Dvm_as.c2459 error = SEGOP_ADVISE(seg, raddr, ssize, (uint_t)arg); in as_ctl()