Lines Matching refs:breaks

182 	unsigned long long breaks, needed;  in runtestsingle()  local
225 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtestsingle()
235 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle()
236 if (breaks != needed) { in runtestsingle()
238 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
252 unsigned long long breaks; in runtest_dar_outside() local
276 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
278 if (breaks == 0) { in runtest_dar_outside()
281 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
291 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
293 if (breaks == 2) { in runtest_dar_outside()
296 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
306 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
308 if (breaks == 2) { in runtest_dar_outside()
311 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
321 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
323 if (breaks == 0) { in runtest_dar_outside()
326 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
336 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
338 if (breaks == 2) { in runtest_dar_outside()
341 printf("FAILED: Full overlap: %lld != 2\n", breaks); in runtest_dar_outside()
743 unsigned long long breaks = 0; in runtest_unaligned_512bytes() local
760 res = read(fd, &breaks, sizeof(breaks)); in runtest_unaligned_512bytes()
765 if (breaks != 2) { in runtest_unaligned_512bytes()
766 printf("FAILED: %s: %lld != 2\n", desc, breaks); in runtest_unaligned_512bytes()