Searched refs:state_time (Results 1 – 3 of 3) sorted by relevance
88 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_start()89 ctx->state_time = now; in rte_jobstats_context_start()101 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_context_finish()102 ctx->state_time = now; in rte_jobstats_context_finish()111 ctx->state_time = ctx->start_time; in rte_jobstats_context_reset()135 ADD_TIME_MIN_MAX(ctx, management, now - ctx->state_time); in rte_jobstats_start()136 ctx->state_time = now; in rte_jobstats_start()153 exec_time = now - ctx->state_time; in rte_jobstats_abort()155 ctx->state_time = now; in rte_jobstats_abort()182 exec_time = now - ctx->state_time; in rte_jobstats_finish()[all …]
77 uint64_t state_time; member
162 stats_period = ctx->state_time - ctx->start_time; in show_lcore_stats()