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