time_zero        2350 arch/x86/events/core.c 		userpg->time_zero = offset;
time_zero          99 fs/xfs/xfs_mru_cache.c 	unsigned long		time_zero; /* Time first element was added. */
time_zero         135 fs/xfs/xfs_mru_cache.c 	if (!mru->time_zero)
time_zero         139 fs/xfs/xfs_mru_cache.c 	while (mru->time_zero <= now - mru->grp_count * mru->grp_time) {
time_zero         154 fs/xfs/xfs_mru_cache.c 		mru->time_zero += mru->grp_time;
time_zero         162 fs/xfs/xfs_mru_cache.c 			mru->time_zero = 0;
time_zero         173 fs/xfs/xfs_mru_cache.c 			return mru->time_zero +
time_zero         179 fs/xfs/xfs_mru_cache.c 	mru->time_zero = 0;
time_zero         203 fs/xfs/xfs_mru_cache.c 		mru->time_zero = now;
time_zero         210 fs/xfs/xfs_mru_cache.c 		grp = (now - mru->time_zero) / mru->grp_time;
time_zero         585 include/uapi/linux/perf_event.h 	__u64	time_zero;
time_zero         585 tools/include/uapi/linux/perf_event.h 	__u64	time_zero;
time_zero          98 tools/perf/arch/x86/util/intel-bts.c 	auxtrace_info->priv[INTEL_BTS_TIME_ZERO] = tc.time_zero;
time_zero         377 tools/perf/arch/x86/util/intel-pt.c 	auxtrace_info->priv[INTEL_PT_TIME_ZERO] = tc.time_zero;
time_zero          27 tools/perf/arch/x86/util/tsc.c 		tc->time_zero = pc->time_zero;
time_zero          81 tools/perf/arch/x86/util/tsc.c 	event.time_conv.time_zero  = tc.time_zero;
time_zero         312 tools/perf/lib/include/perf/event.h 	__u64			 time_zero;
time_zero         874 tools/perf/util/intel-bts.c 	bts->tc.time_zero = auxtrace_info->priv[INTEL_BTS_TIME_ZERO];
time_zero        3109 tools/perf/util/intel-pt.c 	pt->tc.time_zero = auxtrace_info->priv[INTEL_PT_TIME_ZERO];
time_zero         378 tools/perf/util/jitdump.c 	tc.time_zero  = jd->session->time_conv.time_zero;
time_zero          11 tools/perf/util/tsc.c 	t = ns - tc->time_zero;
time_zero          24 tools/perf/util/tsc.c 	return tc->time_zero + quot * tc->time_mult +
time_zero          10 tools/perf/util/tsc.h 	u64 time_zero;