Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sharedpage.c144 timehands_update(struct vdso_sv_tk *svtk) in timehands_update() argument
152 idx = svtk->sv_timekeep_curr; in timehands_update()
155 svtk->sv_timekeep_curr = idx; in timehands_update()
156 if (++svtk->sv_timekeep_gen == 0) in timehands_update()
157 svtk->sv_timekeep_gen = 1; in timehands_update()
160 svtk->sv_timekeep_off); in timehands_update()
165 atomic_store_rel_32(&tk->tk_th[idx].th_gen, svtk->sv_timekeep_gen); in timehands_update()
177 timehands_update32(struct vdso_sv_tk *svtk) in timehands_update32() argument
185 idx = svtk->sv_timekeep_curr; in timehands_update32()
188 svtk->sv_timekeep_curr = idx; in timehands_update32()
[all …]