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

/linux-master/tools/testing/selftests/timens/
H A Dprocfs.c70 unsigned long up_sec, up_nsec; local
79 if (fscanf(proc, "%lu.%02lu", &up_sec, &up_nsec) != 2) {
90 uptime->tv_nsec = up_nsec;

Completed in 257 milliseconds