Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
running_clock
include/linux/sched/clock.h
29
extern u64 running_clock(void);
kernel/watchdog.c
642
return running_clock() >> 30LL; /* 2^30 ~= 10^9 */