Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/vm/
Dmlock2-tests.c22 static int mlock2_(void *start, size_t len, int flags) in mlock2_() function
363 if (mlock2_(map, 2 * page_size, 0)) { in test_mlock_lock()
472 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_mlock_onfault()
517 if (mlock2_(map, 2 * page_size, MLOCK_ONFAULT)) { in test_lock_onfault_of_present()
643 if (call_mlock && mlock2_(map, 3 * page_size, MLOCK_ONFAULT)) { in test_vma_management()