Searched refs:mlock2_ (Results 1 – 3 of 3) sorted by relevance
/tools/testing/selftests/vm/ |
D | mlock2.h | 15 static int mlock2_(void *start, size_t len, int flags) in mlock2_() function
|
D | mlock-random-test.c | 168 ret = mlock2_(p + start_offset, lock_size, in test_mlock_within_limit() 240 ret = mlock2_(p + start_offset, lock_size, in test_mlock_outof_limit()
|
D | mlock2-tests.c | 305 if (mlock2_(map, 2 * page_size, 0)) { in test_mlock_lock() 414 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_mlock_onfault() 459 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_lock_onfault_of_present() 585 if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) { in test_vma_management()
|