Home
last modified time | relevance | path

Searched refs:mlock2_ (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/vm/
Dmlock2.h15 static int mlock2_(void *start, size_t len, int flags) in mlock2_() function
Dmlock-random-test.c168 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()
Dmlock2-tests.c305 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()