Searched refs:SAFE_MUNLOCK (Results 1 – 6 of 6) sorted by relevance
70 SAFE_MUNLOCK(addr, pgsz); in verify_mlock2()
66 SAFE_MUNLOCK(*tc->taddr, pgsz); in verify_mlock2()
132 SAFE_MUNLOCK(addr, tc->lock_pages * pgsz + tc->offset); in verify_mlock2()
72 SAFE_MUNLOCK(ptr, size); in test_mincore()
35 SAFE_MUNLOCK(ptr, size); in cleanup()
619 #define SAFE_MUNLOCK(addr, len) safe_munlock(__FILE__, __LINE__, (addr), (len)) macro