Lines Matching refs:clock_getres
281 .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()
307 .clock_getres = posix_get_coarse_res, in init_posix_timers()
311 .clock_getres = posix_get_coarse_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()
530 if (!new_clock->clock_getres) { in posix_timers_register_clock()
582 if (id >= MAX_CLOCKS || !posix_clocks[id].clock_getres) in clockid_to_kclock()
1061 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1071 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()