Home
last modified time | relevance | path

Searched defs:clock_getres (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/time/
H A Dposix-timers.h11 int (*clock_getres)(const clockid_t which_clock, member
H A Dposix-stubs.c75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
H A Dposix-timers.c1255 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
/linux/include/linux/
H A Dposix-clock.h46 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts); member
/linux/tools/include/nolibc/
H A Dtime.h60 int clock_getres(clockid_t clockid, struct timespec *res) in clock_getres() function