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

/freebsd-12-stable/usr.bin/top/
H A Dmachine.c170 static struct timespec proc_uptime; variable in typeref:struct:timespec
762 previous_proc_uptime = proc_uptime;
769 if (clock_gettime(CLOCK_UPTIME, &proc_uptime) != 0)
770 memset(&proc_uptime, 0, sizeof(proc_uptime));
773 previous_interval = (proc_uptime.tv_sec -
775 nsec = proc_uptime.tv_nsec - previous_proc_uptime.tv_nsec;

Completed in 181 milliseconds