Lines Matching defs:end
169 /* User context allocated at the end */
951 thread_update_stats(struct spdk_thread *thread, uint64_t end,
956 thread->stats.idle_tsc += end - start;
959 thread->stats.busy_tsc += end - start;
961 /* Store end time to use it as start time of the next spdk_thread_poll(). */
962 thread->tsc_last = end;
2647 goto end;
2656 goto end;
2672 end:
2704 goto end;
2721 end: