Home
last modified time | relevance | path

Searched refs:clk (Results 1 – 2 of 2) sorted by relevance

/lib/vdso/
Dgettimeofday.c41 static int do_hres(const struct vdso_data *vd, clockid_t clk, in do_hres() argument
44 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk]; in do_hres()
71 static void do_coarse(const struct vdso_data *vd, clockid_t clk, in do_coarse() argument
74 const struct vdso_timestamp *vdso_ts = &vd->basetime[clk]; in do_coarse()
/lib/
Dvsprintf.c1814 char *clock(char *buf, char *end, struct clk *clk, struct printf_spec spec, in clock() argument
1820 if (check_pointer(&buf, end, clk, spec)) in clock()
1827 return string(buf, end, __clk_get_name(clk), spec); in clock()
1829 return ptr_to_id(buf, end, clk, spec); in clock()