Searched refs:clk (Results 1 – 2 of 2) sorted by relevance
| /lib/vdso/ |
| A D | gettimeofday.c | 123 clockid_t clk, struct __kernel_timespec *ts) in do_hres_timens() argument 132 if (clk != CLOCK_MONOTONIC_RAW) in do_hres_timens() 140 if (!vdso_get_timestamp(vd, vc, clk, &sec, &ns)) in do_hres_timens() 161 clockid_t clk, struct __kernel_timespec *ts) in do_hres_timens() argument 169 clockid_t clk, struct __kernel_timespec *ts) in do_hres() argument 193 return do_hres_timens(vd, vc, clk, ts); in do_hres() 198 if (!vdso_get_timestamp(vd, vc, clk, &sec, &ns)) in do_hres() 210 clockid_t clk, struct __kernel_timespec *ts) in do_coarse_timens() argument 220 vdso_ts = &vc->basetime[clk]; in do_coarse_timens() 239 clockid_t clk, struct __kernel_timespec *ts) in do_coarse_timens() argument [all …]
|
| /lib/ |
| A D | vsprintf.c | 2010 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock() argument 2016 if (check_pointer(&buf, end, clk, spec)) in clock() 2020 return string(buf, end, __clk_get_name(clk), spec); in clock() 2022 return ptr_to_id(buf, end, clk, spec); in clock()
|
Completed in 11 milliseconds