Searched refs:tb_update_count (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dvdso.h23 __u64 tb_update_count; /* Timebase atomicity ctr 0x00 */ member in struct:vdso_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dvdso_datapage.h70 __u64 tb_update_count; /* Timebase atomicity ctr 0x50 */ member in struct:vdso_data
103 __u32 tb_update_count; /* Timebase atomicity ctr 0x50 */ member in struct:vdso_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dtime.c807 ++vdso_data->tb_update_count;
821 * tb_update_count is used to allow the userspace gettimeofday code
823 * stamp_xsec variables. It reads the tb_update_count, then reads
824 * tb_to_xs and stamp_xsec and then reads tb_update_count again. If
825 * the two values of tb_update_count match and are even then the
829 * vdso_data->tb_update_count already.
839 ++(vdso_data->tb_update_count);
845 ++vdso_data->tb_update_count;
850 ++vdso_data->tb_update_count;
1004 vdso_data->tb_update_count
[all...]
H A Dasm-offsets.c337 DEFINE(CFG_TB_UPDATE_COUNT, offsetof(struct vdso_data, tb_update_count));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dasm-offsets.c57 DEFINE(__VDSO_UPD_COUNT, offsetof(struct vdso_data, tb_update_count));
H A Dtime.c217 ++vdso_data->tb_update_count;
226 ++vdso_data->tb_update_count;
234 ++vdso_data->tb_update_count;
239 ++vdso_data->tb_update_count;

Completed in 118 milliseconds