Searched refs:do_test_cow_in_parent (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | cow.c | 167 static void do_test_cow_in_parent(char *mem, size_t size, bool do_mprotect, in do_test_cow_in_parent() function 223 do_test_cow_in_parent(mem, size, false, child_memcmp_fn); in test_cow_in_parent() 228 do_test_cow_in_parent(mem, size, true, child_memcmp_fn); in test_cow_in_parent_mprotect() 233 do_test_cow_in_parent(mem, size, false, child_vmsplice_memcmp_fn); in test_vmsplice_in_child() 238 do_test_cow_in_parent(mem, size, true, child_vmsplice_memcmp_fn); in test_vmsplice_in_child_mprotect()
|