MCPcopy Create free account
hub / github.com/F-Stack/f-stack / timekeep_push_vdso

Function timekeep_push_vdso

freebsd/kern/kern_sharedpage.c:216–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214#endif
215
216void
217timekeep_push_vdso(void)
218{
219
220 if (host_svtk != NULL)
221 timehands_update(host_svtk);
222#ifdef COMPAT_FREEBSD32
223 if (compat32_svtk != NULL)
224 timehands_update32(compat32_svtk);
225#endif
226}
227
228struct vdso_sv_tk *
229alloc_sv_tk(void)

Callers 3

alloc_sv_tkFunction · 0.70
alloc_sv_tk_compat32Function · 0.70
kern_tc.cFile · 0.70

Calls 2

timehands_updateFunction · 0.85
timehands_update32Function · 0.85

Tested by

no test coverage detected