Lines Matching defs:UNMAP
266 #define UNMAP(s, h, f, d) unmap_(s, h, f, d, __LINE__)
322 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap on shared with no touch"))
327 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private with on touch"))
333 UNMAP(SL_TEST, 1, MAP_SHARED, "doing munmap shared after touch"))
339 UNMAP(SL_TEST, 1, MAP_PRIVATE, "doing munmap private after touch"))
363 if (UNMAP(SL_TEST, 2, MAP_SHARED, "reducing surplus counts"))
397 UNMAP(SL_SETUP, 1, MAP_SHARED, "unmap after test having prior untouched shared mmap"))
403 UNMAP(SL_SETUP, 1, MAP_PRIVATE, "unmap after test having prior untouched private mmap"))
410 UNMAP(SL_SETUP, 1, MAP_SHARED, "unmap after test having prior touched shared mmap"))
417 UNMAP(SL_SETUP, 1, MAP_PRIVATE, "unmap after test having prior touched private mmap"))