ktime_get_coarse_with_offset   69 include/linux/timekeeping.h extern ktime_t ktime_get_coarse_with_offset(enum tk_offsets offs);
ktime_get_coarse_with_offset   84 include/linux/timekeeping.h 	return ktime_get_coarse_with_offset(TK_OFFS_REAL);
ktime_get_coarse_with_offset  100 include/linux/timekeeping.h 	return ktime_get_coarse_with_offset(TK_OFFS_BOOT);
ktime_get_coarse_with_offset  113 include/linux/timekeeping.h 	return ktime_get_coarse_with_offset(TK_OFFS_TAI);
ktime_get_coarse_with_offset  829 kernel/time/timekeeping.c EXPORT_SYMBOL_GPL(ktime_get_coarse_with_offset);