Lines Matching defs:stats
116 struct spdk_thread_stats stats;
956 thread->stats.idle_tsc += end - start;
959 thread->stats.busy_tsc += end - start;
1347 spdk_thread_get_stats(struct spdk_thread_stats *stats)
1357 if (stats == NULL) {
1361 *stats = thread->stats;
1972 spdk_poller_get_stats(struct spdk_poller *poller, struct spdk_poller_stats *stats)
1974 stats->run_count = poller->run_count;
1975 stats->busy_count = poller->busy_count;