Home
last modified time | relevance | path

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

/kernel/time/
Dposix-timers.c281 .clock_getres = hrtimer_get_res, in init_posix_timers()
293 .clock_getres = hrtimer_get_res, in init_posix_timers()
303 .clock_getres = hrtimer_get_res, in init_posix_timers()
315 .clock_getres = hrtimer_get_res, in init_posix_timers()
325 .clock_getres = hrtimer_get_res, in init_posix_timers()
Dhrtimer.c1188 int hrtimer_get_res(const clockid_t which_clock, struct timespec *tp) in hrtimer_get_res() function
1198 EXPORT_SYMBOL_GPL(hrtimer_get_res);
Dalarmtimer.c503 return hrtimer_get_res(baseid, tp); in alarm_clock_getres()