Home
last modified time | relevance | path

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

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