Home
last modified time | relevance | path

Searched refs:READSIZE (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.121.3/tests/
H A Ddisk_mount_conditioner.c22 #define READSIZE 1024L macro
283 char buf[READSIZE];
296 …(elapsed_nsec, expected_nsec, "DMC disabled read(%ld) from %s is reasonably fast", READSIZE, path);
309 …ec, expected_nsec, "DMC enabled read(%ld) from %s is at least the expected delay", READSIZE, path);
310 …ed_nsec, "DMC enabled read(%ld) from %s is no more than twice the expected delay", READSIZE, path);
320 …d_nsec, expected_nsec, "After disabling DMC read(%ld) from %s is reasonably fast", READSIZE, path);
491 char buf[READSIZE]; in time_for_read()
498 ret = read(fd, buf, READSIZE); in time_for_read()
502 T_ASSERT_EQ_LONG(ret, READSIZE, "read %ld bytes from temporary file", READSIZE); in time_for_read()