Searched refs:bad_lock_test (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/test/nvme-tests/tests/ioctl/ |
H A D | bad-lock.c | 246 bad_lock_test(int fd, const bad_lock_test_t *test, bool ns) in bad_lock_test() function 298 if (!bad_lock_test(fd, &bad_lock_tests_com[i], false)) { in main() 304 if (!bad_lock_test(fd, &bad_lock_tests_ctrl[i], false)) { in main() 325 if (!bad_lock_test(fd, &bad_lock_tests_com[i], true)) { in main() 331 if (!bad_lock_test(fd, &bad_lock_tests_ns[i], true)) { in main()
|