Home
last modified time | relevance | path

Searched refs:mtime_now (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/timens/
H A Dtimer.c76 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 Dtimerfd.c83 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 Dfutex.c67 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 Dtimer.c76 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 Dtimerfd.c83 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 Dfutex.c67 struct timespec mtime_now; in main() local
73 clock_gettime(CLOCK_MONOTONIC, &mtime_now); in main()

Completed in 2 milliseconds