Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sharedpage.c163 tk->tk_th[idx].th_gen = 0; in timehands_update()
166 tk->tk_th[idx] = th; in timehands_update()
167 atomic_store_rel_32(&tk->tk_th[idx].th_gen, svtk->sv_timekeep_gen); in timehands_update()
196 tk->tk_th[idx].th_gen = 0; in timehands_update32()
199 tk->tk_th[idx] = th; in timehands_update32()
200 atomic_store_rel_32(&tk->tk_th[idx].th_gen, svtk->sv_timekeep_gen); in timehands_update32()
/f-stack/freebsd/sys/
H A Dvdso.h51 struct vdso_timehands tk_th[]; member
148 struct vdso_timehands32 tk_th[]; member