Searched refs:mtime_now (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
H A D | timer.c | 76 struct timespec btime_now, mtime_now; in main() local 84 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main() 101 mtime_now.tv_sec += 70 * 24 * 3600; in main() 110 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
|
H A D | timerfd.c | 83 struct timespec btime_now, mtime_now; in main() local 91 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main() 108 mtime_now.tv_sec += 70 * 24 * 3600; in main() 117 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
|
H A D | futex.c | 67 struct timespec mtime_now; in main() local 73 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | timer.c | 76 struct timespec btime_now, mtime_now; in main() local 84 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main() 101 mtime_now.tv_sec += 70 * 24 * 3600; in main() 110 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
|
H A D | timerfd.c | 83 struct timespec btime_now, mtime_now; in main() local 91 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main() 108 mtime_now.tv_sec += 70 * 24 * 3600; in main() 117 ret |= run_test(CLOCK_MONOTONIC, mtime_now); in main()
|
H A D | futex.c | 67 struct timespec mtime_now; in main() local 73 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main()
|
Completed in 2 milliseconds