Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c57 static int advice_shm = -1; variable
348 if (advice_shm < 0) { in advice_opts()
349 advice_shm = advice; in advice_opts()
598 if (advice_shm < 0) in __madvmain()
599 advice_shm = advice_all; in __madvmain()
606 MADVPRINT(2, (stderr, "advice_shm %d\n", advice_shm)); in __madvmain()
693 } else if (advice_shm >= 0) { in shmat()
694 advice = advice_shm; in shmat()