Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtimekeeping.h43 extern void getboottime64(struct timespec64 *ts);
86 return getboottime64(ts); in getboottime()
150 getboottime64(&ts64); in getboottime()
/linux-4.4.14/kernel/time/
Dtimekeeping.c1859 void getboottime64(struct timespec64 *ts) in getboottime64() function
1866 EXPORT_SYMBOL_GPL(getboottime64);