Home
last modified time | relevance | path

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

/spdk/app/spdk_top/
H A Dspdk_top.c423 …enum spdk_poller_type poller_types[] = { SPDK_ACTIVE_POLLER, SPDK_TIMED_POLLER, SPDK_PAUSED_POLLER… in rpc_decode_pollers_threads_array() enum
442 for (i = 0; i < SPDK_COUNTOF(poller_types); i++) { in rpc_decode_pollers_threads_array()
453 thread_info.id, poller_types[i]); in rpc_decode_pollers_threads_array()