Searched refs:tk_is_cntvct (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/arm/include/asm/
H A Dvdso_datapage.h33 u16 tk_is_cntvct; /* fall back to syscall if false */ member in struct:vdso_data
/linux-4.4.14/arch/arm/kernel/
H A Dvdso.c268 static bool tk_is_cntvct(const struct timekeeper *tk) tk_is_cntvct() function
310 vdso_data->tk_is_cntvct = tk_is_cntvct(tk); update_vsyscall()
317 if (vdso_data->tk_is_cntvct) { update_vsyscall()
/linux-4.4.14/arch/arm/vdso/
H A Dvgettimeofday.c144 if (!vdata->tk_is_cntvct) do_realtime()
167 if (!vdata->tk_is_cntvct) do_monotonic()

Completed in 168 milliseconds