Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_sharedpage.c143 timehands_update(struct vdso_sv_tk *svtk) in timehands_update() argument
151 idx = svtk->sv_timekeep_curr; in timehands_update()
154 svtk->sv_timekeep_curr = idx; in timehands_update()
155 if (++svtk->sv_timekeep_gen == 0) in timehands_update()
156 svtk->sv_timekeep_gen = 1; in timehands_update()
159 svtk->sv_timekeep_off); in timehands_update()
164 atomic_store_rel_32(&tk->tk_th[idx].th_gen, svtk->sv_timekeep_gen); in timehands_update()
176 timehands_update32(struct vdso_sv_tk *svtk) in timehands_update32() argument
184 idx = svtk->sv_timekeep_curr; in timehands_update32()
187 svtk->sv_timekeep_curr = idx; in timehands_update32()
[all …]