Searched refs:count_verify (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-stress.c | 123 if (count != gopts->count_verify[page_nr]) in locking_thread() 125 page_nr, count, gopts->count_verify[page_nr]); in locking_thread() 127 *area_count(gopts->area_dst, page_nr, gopts) = gopts->count_verify[page_nr] = count; in locking_thread() 370 gopts->count_verify[nr]) in userfaultfd_stress() 373 gopts->count_verify[nr], nr); in userfaultfd_stress()
|
| H A D | uffd-common.c | 300 if (gopts->count_verify) { in uffd_test_ctx_clear() 301 free(gopts->count_verify); in uffd_test_ctx_clear() 302 gopts->count_verify = NULL; in uffd_test_ctx_clear() 354 gopts->count_verify = malloc(gopts->nr_pages * sizeof(unsigned long long)); in uffd_test_ctx_init() 355 if (!gopts->count_verify) in uffd_test_ctx_init() 361 gopts->count_verify[nr] = *area_count(gopts->area_src, nr, gopts) = 1; in uffd_test_ctx_init()
|
| H A D | uffd-unit-tests.c | 711 if (count != gopts->count_verify[nr]) in faulting_process() 713 nr, count, gopts->count_verify[nr]); in faulting_process() 735 if (count != gopts->count_verify[nr]) { in faulting_process() 737 nr, count, gopts->count_verify[nr]); in faulting_process() 1180 if (count != gopts->count_verify[src_offs + nr + i]) in uffd_move_test_common() 1182 nr + i, count, gopts->count_verify[src_offs + nr + i]); in uffd_move_test_common() 1188 if (count != gopts->count_verify[dst_offs + nr + i]) in uffd_move_test_common() 1190 nr, count, gopts->count_verify[dst_offs + nr + i]); in uffd_move_test_common() 1198 nr, count, gopts->count_verify[src_offs + nr + i]); in uffd_move_test_common()
|
| H A D | uffd-common.h | 65 unsigned long long *count_verify; member
|