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

/linux-master/tools/testing/selftests/timens/
H A Dprocfs.c154 unsigned long long btime_expected; local
168 btime_expected = btime_old - TEN_DAYS_IN_SEC;
169 if (btime_new != btime_expected) {
171 btime_old, btime_new, btime_expected);

Completed in 111 milliseconds