Searched defs:clock_getres (Results 1 – 3 of 3) sorted by relevance
46 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts); member
75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
62 int clock_getres(clockid_t clockid, struct timespec *res) in clock_getres() function