Home
last modified time | relevance | path

Searched refs:getboottime64 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dtimekeeping.h36 extern void getboottime64(struct timespec64 *ts);
79 return getboottime64(ts); in getboottime()
143 getboottime64(&ts64); in getboottime()
/linux-4.1.27/kernel/time/
Dtimekeeping.c1859 void getboottime64(struct timespec64 *ts) in getboottime64() function
1866 EXPORT_SYMBOL_GPL(getboottime64);