Searched refs:advice_mapshared (Results 1 – 1 of 1) sorted by relevance
63 static int advice_mapshared = -1; variable394 if (advice_mapshared < 0) { in advice_opts()395 advice_mapshared = advice; in advice_opts()612 MADVPRINT(2, (stderr, "advice_mapshared %d\n", advice_mapshared)); in __madvmain()750 } else if (advice_mapshared >= 0 && (flags & MAP_SHARED)) { in mmap()751 advice = advice_mapshared; in mmap()802 } else if (advice_mapshared >= 0 && (flags & MAP_SHARED)) { in mmap64()803 advice = advice_mapshared; in mmap64()