Home
last modified time | relevance | path

Searched refs:TEN_DAYS_IN_SEC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/timens/
H A Dprocfs.c25 #define TEN_DAYS_IN_SEC (10*DAY_IN_SEC) macro
62 if (_settime(CLOCK_BOOTTIME, TEN_DAYS_IN_SEC)) in init_namespaces()
139 uptime_expected = uptime_old.tv_sec + TEN_DAYS_IN_SEC; in check_uptime()
143 uptime_old.tv_sec + TEN_DAYS_IN_SEC); in check_uptime()
168 btime_expected = btime_old - TEN_DAYS_IN_SEC; in check_stat_btime()
H A Dtimens.c23 #define TEN_DAYS_IN_SEC (10*DAY_IN_SEC) macro
167 offset = TEN_DAYS_IN_SEC + i * 1000; in main()