Lines Matching refs:clock_getres
288 .clock_getres = posix_get_hrtimer_res, in init_posix_timers()
300 .clock_getres = posix_get_hrtimer_res, in init_posix_timers()
310 .clock_getres = posix_get_hrtimer_res, in init_posix_timers()
314 .clock_getres = posix_get_coarse_res, in init_posix_timers()
318 .clock_getres = posix_get_coarse_res, in init_posix_timers()
322 .clock_getres = posix_get_hrtimer_res, in init_posix_timers()
332 .clock_getres = posix_get_hrtimer_res, in init_posix_timers()
537 if (!new_clock->clock_getres) { in posix_timers_register_clock()
589 if (id >= MAX_CLOCKS || !posix_clocks[id].clock_getres) in clockid_to_kclock()
1068 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
1078 error = kc->clock_getres(which_clock, &rtn_tp); in SYSCALL_DEFINE2()