Searched defs:rpc_poller_info (Results 1 – 1 of 1) sorted by relevance
223 struct rpc_poller_info { struct224 char *name;225 char *state;226 uint64_t id;227 uint64_t run_count;228 uint64_t busy_count;229 uint64_t period_ticks;230 enum spdk_poller_type type;231 char thread_name[MAX_THREAD_NAME];232 uint64_t thread_id;