Searched defs:clock_getres (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/time/ |
H A D | posix-timers.h | 11 int (*clock_getres)(const clockid_t which_clock, member
|
H A D | posix-stubs.c | 75 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, struct __kernel_timespec __user *, tp) in SYSCALL_DEFINE2() argument
|
H A D | posix-timers.c | 1255 SYSCALL_DEFINE2(clock_getres, const clockid_t, which_clock, in SYSCALL_DEFINE2() argument
|
/linux/include/linux/ |
H A D | posix-clock.h | 46 int (*clock_getres) (struct posix_clock *pc, struct timespec64 *ts); member
|
/linux/tools/include/nolibc/ |
H A D | time.h | 60 int clock_getres(clockid_t clockid, struct timespec *res) in clock_getres() function
|