Home
last modified time | relevance | path

Searched refs:clock_id (Results 1 – 8 of 8) sorted by relevance

/arch/mips/vdso/
A Dvgettimeofday.c37 int __vdso_clock_getres(clockid_t clock_id, in __vdso_clock_getres() argument
40 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
73 int __vdso_clock_getres(clockid_t clock_id, in __vdso_clock_getres() argument
76 return __cvdso_clock_getres(clock_id, res); in __vdso_clock_getres()
/arch/powerpc/kernel/vdso/
A Dvgettimeofday.c15 int __c_kernel_clock_getres(clockid_t clock_id, struct __kernel_timespec *res, in __c_kernel_clock_getres() argument
18 return __cvdso_clock_getres_data(vd, clock_id, res); in __c_kernel_clock_getres()
33 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res, in __c_kernel_clock_getres() argument
36 return __cvdso_clock_getres_time32_data(vd, clock_id, res); in __c_kernel_clock_getres()
/arch/arm64/kernel/vdso/
A Dvgettimeofday.c11 int __kernel_clock_getres(clockid_t clock_id, struct __kernel_timespec *res);
25 int __kernel_clock_getres(clockid_t clock_id, in __kernel_clock_getres() argument
28 return __cvdso_clock_getres(clock_id, res); in __kernel_clock_getres()
/arch/loongarch/vdso/
A Dvgettimeofday.c20 int __vdso_clock_getres(clockid_t clock_id, struct __kernel_timespec *res) in __vdso_clock_getres() argument
22 return __cvdso_clock_getres(clock_id, res); in __vdso_clock_getres()
/arch/riscv/kernel/vdso/
A Dvgettimeofday.c23 int __vdso_clock_getres(clockid_t clock_id, struct __kernel_timespec *res) in __vdso_clock_getres() argument
25 return __cvdso_clock_getres(clock_id, res); in __vdso_clock_getres()
/arch/arm/vdso/
A Dvgettimeofday.c31 int __vdso_clock_getres(clockid_t clock_id, in __vdso_clock_getres() argument
34 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/arch/arm64/kernel/vdso32/
A Dvgettimeofday.c29 int __vdso_clock_getres(clockid_t clock_id, in __vdso_clock_getres() argument
32 return __cvdso_clock_getres_time32(clock_id, res); in __vdso_clock_getres()
/arch/powerpc/include/asm/vdso/
A Dgettimeofday.h129 int __c_kernel_clock_getres(clockid_t clock_id, struct __kernel_timespec *res,
136 int __c_kernel_clock_getres(clockid_t clock_id, struct old_timespec32 *res,

Completed in 9 milliseconds