Searched refs:vdso_th (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/kern/
H A Dsubr_dummy_vdso_tc.c36 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
H A Dkern_tc.c1007 tc_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
1013 vdso_th->th_algo = VDSO_TH_ALGO_1;
1014 vdso_th->th_scale = th->th_scale;
1015 vdso_th->th_offset_count = th->th_offset_count;
1016 vdso_th->th_counter_mask = th->th_counter->tc_counter_mask;
1017 vdso_th->th_offset = th->th_offset;
1018 vdso_th->th_boottime = boottimebin;
1019 enabled = cpu_fill_vdso_timehands(vdso_th);
/freebsd-9.3-release/sys/sys/
H A Dvdso.h65 u_int __vdso_gettc(const struct vdso_timehands *vdso_th);
74 uint32_t tc_fill_vdso_timehands(struct vdso_timehands *vdso_th);
84 uint32_t cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th);
/freebsd-9.3-release/sys/x86/x86/
H A Dtsc.c755 cpu_fill_vdso_timehands(struct vdso_timehands *vdso_th) argument
758 vdso_th->th_x86_shift = (int)(intptr_t)timecounter->tc_priv;
759 bzero(vdso_th->th_res, sizeof(vdso_th->th_res));

Completed in 110 milliseconds