Home
last modified time | relevance | path

Searched refs:getrawmonotonic64 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dtimekeeping.h36 extern void getrawmonotonic64(struct timespec64 *ts);
76 getrawmonotonic64(ts); in getrawmonotonic()
137 getrawmonotonic64(&ts64); in getrawmonotonic()
/linux-4.4.14/kernel/time/
Dtimekeeping.c1106 void getrawmonotonic64(struct timespec64 *ts) in getrawmonotonic64() function
1123 EXPORT_SYMBOL(getrawmonotonic64);
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_chardev.c747 getrawmonotonic64(&time); in kfd_ioctl_get_clock_counters()