Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_sharedpage.c153 if (++idx >= VDSO_TH_NUM) in timehands_update()
186 if (++idx >= VDSO_TH_NUM) in timehands_update32()
236 sizeof(struct vdso_timehands) * VDSO_TH_NUM, 16); in alloc_sv_tk()
256 sizeof(struct vdso_timehands32) * VDSO_TH_NUM, 16); in alloc_sv_tk_compat32()
/freebsd/sys/sys/
H A Dvdso.h115 #define VDSO_TH_NUM 4 macro