Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sharedpage.c146 timehands_update(struct vdso_sv_tk *svtk) in timehands_update()
179 timehands_update32(struct vdso_sv_tk *svtk) in timehands_update32()
211 static struct vdso_sv_tk *host_svtk;
213 static struct vdso_sv_tk *compat32_svtk;
228 struct vdso_sv_tk *
231 struct vdso_sv_tk *svtk; in alloc_sv_tk()
236 svtk = malloc(sizeof(struct vdso_sv_tk), M_TEMP, M_WAITOK | M_ZERO); in alloc_sv_tk()
248 struct vdso_sv_tk *
251 struct vdso_sv_tk *svtk; in alloc_sv_tk_compat32()
255 svtk = malloc(sizeof(struct vdso_sv_tk), M_TEMP, M_WAITOK | M_ZERO); in alloc_sv_tk_compat32()
/f-stack/freebsd/sys/
H A Dvdso.h91 struct vdso_sv_tk { struct
115 struct vdso_sv_tk *alloc_sv_tk(void); argument
154 struct vdso_sv_tk *alloc_sv_tk_compat32(void);