Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sharedpage.c155 if (++idx >= VDSO_TH_NUM) in timehands_update()
188 if (++idx >= VDSO_TH_NUM) in timehands_update32()
238 sizeof(struct vdso_timehands) * VDSO_TH_NUM, 16); in alloc_sv_tk()
258 sizeof(struct vdso_timehands32) * VDSO_TH_NUM, 16); in alloc_sv_tk_compat32()
/f-stack/freebsd/sys/
H A Dvdso.h117 #define VDSO_TH_NUM 4 macro