Searched refs:T_ASSERT_LT_ULLONG (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | disk_mount_conditioner.m | 298 …T_ASSERT_LT_ULLONG(elapsed_nsec, expected_nsec, "DMC disabled read(%ld) is reasonably fast", READS… 312 …T_ASSERT_LT_ULLONG(elapsed_nsec, 2 * expected_nsec, "DMC enabled read(%ld) is no more than twice t… 322 …T_ASSERT_LT_ULLONG(elapsed_nsec, expected_nsec, "After disabling DMC read(%ld) is reasonably fast"…
|
| /xnu-12377.61.12/osfmk/tests/ |
| H A D | ktest.h | 600 #define T_ASSERT_LT_ULLONG(lhs, rhs, msg, ...) \ macro
|