Searched refs:child_memcmp_fn (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/mm/ |
H A D | cow.c | 134 static int child_memcmp_fn(char *mem, size_t size, in child_memcmp_fn() 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() 1289 exit(child_memcmp_fn(mem, size, &comm_pipes)); in do_test_anon_thp_collapse() 1292 exit(child_memcmp_fn(mem, size / 2, &comm_pipes)); in do_test_anon_thp_collapse() 1295 exit(child_memcmp_fn(mem + size / 2, size / 2, in do_test_anon_thp_collapse()
|