Searched refs:tstamp (Results 1 – 14 of 14) sorted by relevance
176 static inline unsigned long tb_ticks_since(unsigned long tstamp) in tb_ticks_since() argument179 int delta = get_rtcl() - (unsigned int) tstamp; in tb_ticks_since()182 return get_tbl() - tstamp; in tb_ticks_since()
96 struct timeval tstamp; /* Time on first-time freeze */ member
179 unsigned long long tstamp; member
529 struct timeval tstamp; in eeh_pe_update_time_stamp() local535 do_gettimeofday(&pe->tstamp); in eeh_pe_update_time_stamp()537 do_gettimeofday(&tstamp); in eeh_pe_update_time_stamp()538 if (tstamp.tv_sec - pe->tstamp.tv_sec > 3600) { in eeh_pe_update_time_stamp()539 pe->tstamp = tstamp; in eeh_pe_update_time_stamp()
639 struct timeval tstamp; in eeh_reset_device() local645 tstamp = pe->tstamp; in eeh_reset_device()728 pe->tstamp = tstamp; in eeh_reset_device()
69 unsigned long tstamp; /* ar.itc when entering perfmon intr. handler */ member
72 struct timespec tstamp; member133 unsigned long long tstamp; /* time of last state switch */ member
71 ctx->stats.tstamp = ktime_get_ns(); in alloc_spu_context()
1048 delta = curtime - ctx->stats.tstamp; in spuctx_switch_state()1056 ctx->stats.tstamp = curtime; in spuctx_switch_state()1065 spu->stats.tstamp = curtime; in spuctx_switch_state()
2242 time += ktime_get_ns() - ctx->stats.tstamp; in spufs_acct_time()2379 (unsigned int) p->tstamp.tv_sec, in switch_log_sprint()2380 (unsigned int) p->tstamp.tv_nsec, in switch_log_sprint()2502 ktime_get_ts(&p->tstamp); in spu_switch_log_notify()
553 uint64_t tstamp:64; member555 uint64_t tstamp:64;
168 ent->tstamp = stamp; in default_handler()
5183 unsigned long tstamp; in pfm_overflow_handler() local5195 tstamp = ia64_get_itc(); in pfm_overflow_handler()5306 ret = (*ctx->ctx_buf_fmt->fmt_handler)(task, ctx->ctx_smpl_hdr, ovfl_arg, regs, tstamp); in pfm_overflow_handler()
620 spu->stats.tstamp = ktime_get_ns(); in create_spu()651 time += ktime_get_ns() - spu->stats.tstamp; in spu_acct_time()