Home
last modified time | relevance | path

Searched refs:mtime_now (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/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()