Searched refs:advice_mapshared (Results 1 – 1 of 1) sorted by relevance
61 static int advice_mapshared = -1; variable392 if (advice_mapshared < 0) { in advice_opts()393 advice_mapshared = advice; in advice_opts()610 MADVPRINT(2, (stderr, "advice_mapshared %d\n", advice_mapshared)); in __madvmain()744 } else if (advice_mapshared >= 0 && (flags & MAP_SHARED)) { in mmap()745 advice = advice_mapshared; in mmap()797 } else if (advice_mapshared >= 0 && (flags & MAP_SHARED)) { in mmap64()798 advice = advice_mapshared; in mmap64()