include\linux\timekeeping.h
static
inline
u64 ktime_get_coarse_ns(
void
)
{
return
ktime_to_ns(ktime_get_coarse());
}