Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dtimekeeping.h69 extern ktime_t ktime_get_coarse_with_offset(enum tk_offsets offs);
84 return ktime_get_coarse_with_offset(TK_OFFS_REAL); in ktime_get_coarse_real()
100 return ktime_get_coarse_with_offset(TK_OFFS_BOOT); in ktime_get_coarse_boottime()
113 return ktime_get_coarse_with_offset(TK_OFFS_TAI); in ktime_get_coarse_clocktai()
/kernel/linux/linux-5.10/kernel/time/
Dtimekeeping.c887 ktime_t ktime_get_coarse_with_offset(enum tk_offsets offs) in ktime_get_coarse_with_offset() function
905 EXPORT_SYMBOL_GPL(ktime_get_coarse_with_offset);
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch13774 return ktime_get_coarse_with_offset(TK_OFFS_BOOT);