Lines Matching refs:timeout_ns
25 static long timeout_ns = 100000; /* 100us default timeout */
79 long timeout_ns)
86 to->tv_nsec += timeout_ns;
119 timeout_ns = atoi(optarg);
134 ksft_print_msg("\tArguments: timeout=%ldns\n", timeout_ns);
141 to.tv_nsec = timeout_ns;
147 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns))
153 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns))
159 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns))
165 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns))
183 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns))
193 if (futex_get_abs_timeout(CLOCK_MONOTONIC, &to, timeout_ns))
199 if (futex_get_abs_timeout(CLOCK_REALTIME, &to, timeout_ns))