Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/mlock2/
Dmlock203.c70 SAFE_MUNLOCK(addr, pgsz); in verify_mlock2()
Dmlock202.c66 SAFE_MUNLOCK(*tc->taddr, pgsz); in verify_mlock2()
Dmlock201.c132 SAFE_MUNLOCK(addr, tc->lock_pages * pgsz + tc->offset); in verify_mlock2()
/third_party/ltp/testcases/kernel/syscalls/mincore/
Dmincore03.c72 SAFE_MUNLOCK(ptr, size); in test_mincore()
Dmincore04.c35 SAFE_MUNLOCK(ptr, size); in cleanup()
/third_party/ltp/include/
Dtst_safe_macros.h594 #define SAFE_MUNLOCK(addr, len) safe_munlock(__FILE__, __LINE__, (addr), (len)) macro