Searched defs:rpc_thread_info (Results 1 – 1 of 1) sorted by relevance
208 struct rpc_thread_info { struct209 char *name;210 uint64_t id;211 int core_num;212 int core_idx;213 char *cpumask;214 uint64_t busy;215 uint64_t last_busy;216 uint64_t idle;217 uint64_t last_idle;[all …]