Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDkern_sharedpage.c135 timehands_update(struct vdso_sv_tk *svtk) in timehands_update() argument
143 idx = svtk->sv_timekeep_curr; in timehands_update()
146 svtk->sv_timekeep_curr = idx; in timehands_update()
147 if (++svtk->sv_timekeep_gen == 0) in timehands_update()
148 svtk->sv_timekeep_gen = 1; in timehands_update()
151 svtk->sv_timekeep_off); in timehands_update()
156 atomic_store_rel_32(&tk->tk_th[idx].th_gen, svtk->sv_timekeep_gen); in timehands_update()
168 timehands_update32(struct vdso_sv_tk *svtk) in timehands_update32() argument
176 idx = svtk->sv_timekeep_curr; in timehands_update32()
179 svtk->sv_timekeep_curr = idx; in timehands_update32()
[all …]