Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/madv/common/
H A Dmadv.c59 static int advice_shm = -1; variable
350 if (advice_shm < 0) { in advice_opts()
351 advice_shm = advice; in advice_opts()
600 if (advice_shm < 0) in __madvmain()
601 advice_shm = advice_all; in __madvmain()
608 MADVPRINT(2, (stderr, "advice_shm %d\n", advice_shm)); in __madvmain()
698 } else if (advice_shm >= 0) { in shmat()
699 advice = advice_shm; in shmat()