Searched refs:tb_orig_stamp (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dvdso_datapage.h65 __u64 tb_orig_stamp; /* Timebase at boot 0x30 */ member in struct:vdso_data
92 __u64 tb_orig_stamp; /* Timebase at boot 0x30 */ member in struct:vdso_data
H A Dtime.h59 u64 tb_orig_stamp; member in struct:gettimeofday_vars
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dtime.c400 tb_ticks = get_tb() - temp_varp->tb_orig_stamp;
456 temp_varp->tb_orig_stamp = new_tb_stamp;
473 vdso_data->tb_orig_stamp = new_tb_stamp;
483 * When the timebase - tb_orig_stamp gets too big, we do a manipulation
484 * between tb_orig_stamp and stamp_xsec. The goal here is to keep the
485 * difference tb - tb_orig_stamp small enough to always fit inside a
503 offset = cur_tb - do_gtod.varp->tb_orig_stamp;
523 xsec_old = mulhdu(tb - varp->tb_orig_stamp, varp->tb_to_xs)
979 do_gtod.varp->tb_orig_stamp = tb_last_jiffy;
986 vdso_data->tb_orig_stamp
[all...]
H A Dasm-offsets.c276 DEFINE(CFG_TB_ORIG_STAMP, offsetof(struct vdso_data, tb_orig_stamp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dasm-offsets.c147 DEFINE(CFG_TB_ORIG_STAMP, offsetof(struct vdso_data, tb_orig_stamp));

Completed in 147 milliseconds