Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtimekeeping.h82 static inline ktime_t ktime_get_coarse_real(void) in ktime_get_coarse_real() function
131 return ktime_to_ns(ktime_get_coarse_real()); in ktime_get_coarse_real_ns()
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst104 ktime_t ktime_get_coarse_real( void )
/openbmc/linux/drivers/iio/
H A Dindustrialio-core.c317 return ktime_to_ns(ktime_get_coarse_real()); in iio_get_time_ns()