Home
last modified time | relevance | path

Searched refs:SAFE_MLOCK (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/munlock/
Dmunlock02.c36 SAFE_MLOCK(addr, len); in setup()
Dmunlock01.c34 SAFE_MLOCK(addr, tc->len); in verify_munlock()
/third_party/ltp/testcases/kernel/syscalls/mincore/
Dmincore03.c55 SAFE_MLOCK(ptr, size); in test_mincore()
Dmincore04.c58 SAFE_MLOCK(ptr, size); in lock_file()
/third_party/ltp/include/
Dtst_safe_macros.h615 #define SAFE_MLOCK(addr, len) safe_mlock(__FILE__, __LINE__, (addr), (len)) macro