Lines Matching refs:spdk_json_decode_uint64
300 {"id", offsetof(struct rpc_thread_info, id), spdk_json_decode_uint64},
302 {"busy", offsetof(struct rpc_thread_info, busy), spdk_json_decode_uint64},
303 {"idle", offsetof(struct rpc_thread_info, idle), spdk_json_decode_uint64},
304 …e_pollers_count", offsetof(struct rpc_thread_info, active_pollers_count), spdk_json_decode_uint64},
305 …ed_pollers_count", offsetof(struct rpc_thread_info, timed_pollers_count), spdk_json_decode_uint64},
306 …d_pollers_count", offsetof(struct rpc_thread_info, paused_pollers_count), spdk_json_decode_uint64},
371 {"id", offsetof(struct rpc_poller_info, id), spdk_json_decode_uint64},
372 {"run_count", offsetof(struct rpc_poller_info, run_count), spdk_json_decode_uint64},
373 {"busy_count", offsetof(struct rpc_poller_info, busy_count), spdk_json_decode_uint64},
374 {"period_ticks", offsetof(struct rpc_poller_info, period_ticks), spdk_json_decode_uint64, true},
408 {"id", offsetof(struct rpc_thread_info, id), spdk_json_decode_uint64},
481 {"id", offsetof(struct rpc_core_thread_info, id), spdk_json_decode_uint64},
483 {"elapsed", offsetof(struct rpc_core_thread_info, elapsed), spdk_json_decode_uint64},
515 {"busy", offsetof(struct rpc_core_info, busy), spdk_json_decode_uint64},
516 {"idle", offsetof(struct rpc_core_info, idle), spdk_json_decode_uint64},
517 {"irq", offsetof(struct rpc_core_info, irq), spdk_json_decode_uint64},
518 {"sys", offsetof(struct rpc_core_info, sys), spdk_json_decode_uint64},
519 {"usr", offsetof(struct rpc_core_info, usr), spdk_json_decode_uint64},
523 {"tid", offsetof(struct rpc_core_info, tid), spdk_json_decode_uint64},
569 {"scheduler_period", offsetof(struct rpc_scheduler, scheduler_period), spdk_json_decode_uint64},
3458 {"tick_rate", offsetof(struct t_rate, tr), spdk_json_decode_uint64} in rpc_decode_tick_rate()