Home
last modified time | relevance | path

Searched refs:current_threads_row (Results 1 – 1 of 1) sorted by relevance

/spdk/app/spdk_top/
H A Dspdk_top.c2689 uint16_t current_threads_row; in show_core() local
2717 current_threads_row = 0; in show_core()
2722 if (i != current_threads_row) { in show_core()
2746 thread_id = core_info->threads.thread[current_threads_row].id; in show_core()
2765 if (current_threads_row != 0) { in show_core()
2766 current_threads_row--; in show_core()
2771 if (current_threads_row != core_info->threads.threads_count - 1) { in show_core()
2772 current_threads_row++; in show_core()