Searched refs:tstamp (Results 1 – 13 of 13) sorted by relevance
108 static inline unsigned long tb_ticks_since(unsigned long tstamp) in tb_ticks_since() argument110 return mftb() - tstamp; in tb_ticks_since()
81 time64_t tstamp; /* Time on first-time freeze */ member
166 unsigned long long tstamp; member
491 time64_t tstamp; in eeh_pe_update_time_stamp() local497 pe->tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp()499 tstamp = ktime_get_seconds(); in eeh_pe_update_time_stamp()500 if (tstamp - pe->tstamp > 3600) { in eeh_pe_update_time_stamp()501 pe->tstamp = tstamp; in eeh_pe_update_time_stamp()
628 time64_t tstamp; in eeh_reset_device() local639 tstamp = pe->tstamp; in eeh_reset_device()710 pe->tstamp = tstamp; in eeh_reset_device()
69 unsigned long tstamp; /* ar.itc when entering perfmon intr. handler */ member
59 struct timespec64 tstamp; member120 unsigned long long tstamp; /* time of last state switch */ member
58 ctx->stats.tstamp = ktime_get_ns(); in alloc_spu_context()
1035 delta = curtime - ctx->stats.tstamp; in spuctx_switch_state()1043 ctx->stats.tstamp = curtime; in spuctx_switch_state()1052 spu->stats.tstamp = curtime; in spuctx_switch_state()
2216 time += ktime_get_ns() - ctx->stats.tstamp; in spufs_acct_time()2352 (unsigned long long) p->tstamp.tv_sec, in switch_log_sprint()2353 (unsigned int) p->tstamp.tv_nsec, in switch_log_sprint()2475 ktime_get_ts64(&p->tstamp); in spu_switch_log_notify()
423 uint64_t tstamp:64; member425 uint64_t tstamp:64;
169 ent->tstamp = stamp; in default_handler()
607 spu->stats.tstamp = ktime_get_ns(); in create_spu()638 time += ktime_get_ns() - spu->stats.tstamp; in spu_acct_time()