Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sharedpage.c233 uint32_t tk_ver; in alloc_sv_tk() local
235 tk_ver = VDSO_TK_VER_CURR; in alloc_sv_tk()
240 shared_page_write(tk_base + offsetof(struct vdso_timekeep, tk_ver), in alloc_sv_tk()
241 sizeof(uint32_t), &tk_ver); in alloc_sv_tk()
253 uint32_t tk_ver; in alloc_sv_tk_compat32() local
256 tk_ver = VDSO_TK_VER_CURR; in alloc_sv_tk_compat32()
261 tk_ver), sizeof(uint32_t), &tk_ver); in alloc_sv_tk_compat32()
/f-stack/freebsd/sys/
H A Dvdso.h48 uint32_t tk_ver; member
145 uint32_t tk_ver; member