Searched refs:count_verify (Results 1 – 1 of 1) sorted by relevance
100 static unsigned long long *count_verify; variable498 if (count_verify) { in uffd_test_ctx_clear()499 free(count_verify); in uffd_test_ctx_clear()500 count_verify = NULL; in uffd_test_ctx_clear()527 count_verify = malloc(nr_pages * sizeof(unsigned long long)); in uffd_test_ctx_init()528 if (!count_verify) in uffd_test_ctx_init()534 count_verify[nr] = *area_count(area_src, nr) = 1; in uffd_test_ctx_init()642 if (count != count_verify[page_nr]) in locking_thread()644 page_nr, count, count_verify[page_nr]); in locking_thread()646 *area_count(area_dst, page_nr) = count_verify[page_nr] = count; in locking_thread()[all …]