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

/linux-master/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))
139 uptime_expected = uptime_old.tv_sec + TEN_DAYS_IN_SEC;
143 uptime_old.tv_sec + TEN_DAYS_IN_SEC);
168 btime_expected = btime_old - TEN_DAYS_IN_SEC;
H A Dtimens.c23 #define TEN_DAYS_IN_SEC (10*DAY_IN_SEC) macro
167 offset = TEN_DAYS_IN_SEC + i * 1000;

Completed in 118 milliseconds