Searched refs:state_time (Results 1 – 3 of 3) sorted by relevance
91 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_start()92 ctx->state_time = now; in rte_jobstats_context_start()104 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_finish()105 ctx->state_time = now; in rte_jobstats_context_finish()114 ctx->state_time = ctx->start_time; in rte_jobstats_context_reset()138 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_start()139 ctx->state_time = now; in rte_jobstats_start()156 exec_time = now - ctx->state_time; in rte_jobstats_abort()158 ctx->state_time = now; in rte_jobstats_abort()185 exec_time = now - ctx->state_time; in rte_jobstats_finish()[all …]
77 uint64_t state_time; member
161 stats_period = ctx->state_time - ctx->start_time; in show_lcore_stats()