Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock2-tests.c224 #define UNEVICTABLE_BIT (1UL << 18) macro
245 if (((page1_flags & UNEVICTABLE_BIT) == 0) || in lock_check()
246 ((page2_flags & UNEVICTABLE_BIT) == 0)) { in lock_check()
274 if ((page1_flags & UNEVICTABLE_BIT) || (page2_flags & UNEVICTABLE_BIT)) { in unlock_lock_check()
361 if ((page1_flags & UNEVICTABLE_BIT) == 0) { in onfault_check()
387 if (page1_flags & UNEVICTABLE_BIT) { in unlock_onfault_check()
474 if ((page1_flags & UNEVICTABLE_BIT) == 0) { in test_lock_onfault_of_present()