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

/freebsd-11-stable/usr.bin/top/
H A Dmachine.c219 static struct timespec proc_uptime; variable in typeref:struct:timespec
822 previous_proc_uptime = proc_uptime;
829 if (clock_gettime(CLOCK_UPTIME, &proc_uptime) != 0)
830 memset(&proc_uptime, 0, sizeof(proc_uptime));
833 previous_interval = (proc_uptime.tv_sec -
835 nsec = proc_uptime.tv_nsec - previous_proc_uptime.tv_nsec;

Completed in 110 milliseconds