Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/timens/
Dprocfs.c25 #define TEN_DAYS_IN_SEC (10*DAY_IN_SEC) macro
64 if (_settime(CLOCK_BOOTTIME, TEN_DAYS_IN_SEC)) in init_namespaces()
141 uptime_expected = uptime_old.tv_sec + TEN_DAYS_IN_SEC; in check_uptime()
145 uptime_old.tv_sec + TEN_DAYS_IN_SEC); in check_uptime()
170 btime_expected = btime_old - TEN_DAYS_IN_SEC; in check_stat_btime()
Dtimens.c23 #define TEN_DAYS_IN_SEC (10*DAY_IN_SEC) macro
169 offset = TEN_DAYS_IN_SEC + i * 1000; in main()