Lines Matching refs:timeout_ns
46 static long timeout_ns;
280 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns)
291 if (timeout_ns) {
294 info("timeout_ns = %ld\n", timeout_ns);
296 secs = (ts.tv_nsec + timeout_ns) / 1000000000;
297 ts.tv_nsec = ((int64_t)ts.tv_nsec + timeout_ns) % 1000000000;
385 timeout_ns = atoi(optarg);
401 broadcast, locked, owner, timeout_ns);
405 TEST_NAME, broadcast, locked, owner, timeout_ns);
416 ret = unit_test(broadcast, locked, owner, timeout_ns);