Lines Matching refs:breaks

228 	unsigned long long breaks, needed;  in runtestsingle()  local
271 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtestsingle()
281 (unsigned long int)ptr, breaks, loop_num, readwriteflag, exclude_user, arraytest); in runtestsingle()
282 if (breaks != needed) { in runtestsingle()
284 (unsigned long int)ptr, breaks, needed, loop_num, readwriteflag, exclude_user); in runtestsingle()
298 unsigned long long breaks; in runtest_dar_outside() local
322 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
324 if (breaks == 0) { in runtest_dar_outside()
327 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
337 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
339 if (breaks == 2) { in runtest_dar_outside()
342 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
352 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
354 if (breaks == 2) { in runtest_dar_outside()
357 printf("FAILED: Partial overlap: %lld != 2\n", breaks); in runtest_dar_outside()
367 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
369 if (breaks == 0) { in runtest_dar_outside()
372 printf("FAILED: No overlap: %lld != 0\n", breaks); in runtest_dar_outside()
382 res = read(break_fd, &breaks, sizeof(unsigned long long)); in runtest_dar_outside()
384 if (breaks == 2) { in runtest_dar_outside()
387 printf("FAILED: Full overlap: %lld != 2\n", breaks); in runtest_dar_outside()
777 unsigned long long breaks = 0; in runtest_unaligned_512bytes() local
794 res = read(fd, &breaks, sizeof(breaks)); in runtest_unaligned_512bytes()
799 if (breaks != 2) { in runtest_unaligned_512bytes()
800 printf("FAILED: %s: %lld != 2\n", desc, breaks); in runtest_unaligned_512bytes()