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