Searched refs:do_test_ro_pin (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | cow.c | 602 static void do_test_ro_pin(char *mem, size_t size, enum ro_pin_test test, in do_test_ro_pin() function 746 do_test_ro_pin(mem, size, RO_PIN_TEST_SHARED, false); in test_ro_pin_on_shared() 751 do_test_ro_pin(mem, size, RO_PIN_TEST_SHARED, true); in test_ro_fast_pin_on_shared() 757 do_test_ro_pin(mem, size, RO_PIN_TEST_PREVIOUSLY_SHARED, false); in test_ro_pin_on_ro_previously_shared() 763 do_test_ro_pin(mem, size, RO_PIN_TEST_PREVIOUSLY_SHARED, true); in test_ro_fast_pin_on_ro_previously_shared() 769 do_test_ro_pin(mem, size, RO_PIN_TEST_RO_EXCLUSIVE, false); in test_ro_pin_on_ro_exclusive() 775 do_test_ro_pin(mem, size, RO_PIN_TEST_RO_EXCLUSIVE, true); in test_ro_fast_pin_on_ro_exclusive() 1534 do_test_ro_pin(mem, size, RO_PIN_TEST, false); in test_ro_pin() 1539 do_test_ro_pin(mem, size, RO_PIN_TEST, true); in test_ro_fast_pin()
|