Searched refs:UNEVICTABLE_BIT (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/tools/testing/selftests/vm/
H A Dmlock2-tests.c282 #define UNEVICTABLE_BIT (1UL << 18) macro
303 if (((page1_flags & UNEVICTABLE_BIT) == 0) || lock_check()
304 ((page2_flags & UNEVICTABLE_BIT) == 0)) { lock_check()
332 if ((page1_flags & UNEVICTABLE_BIT) || (page2_flags & UNEVICTABLE_BIT)) { unlock_lock_check()
419 if ((page1_flags & UNEVICTABLE_BIT) == 0) { onfault_check()
445 if (page1_flags & UNEVICTABLE_BIT) { unlock_onfault_check()
532 if ((page1_flags & UNEVICTABLE_BIT) == 0) { test_lock_onfault_of_present()

Completed in 456 milliseconds