/spdk/module/bdev/delay/ |
H A D | vbdev_delay_rpc.c | 22 {"latency_us", offsetof(struct rpc_update_latency, latency_us), spdk_json_decode_uint64} 105 …vg_read_latency", offsetof(struct rpc_construct_delay, avg_read_latency), spdk_json_decode_uint64}, 106 …99_read_latency", offsetof(struct rpc_construct_delay, p99_read_latency), spdk_json_decode_uint64}, 107 …_write_latency", offsetof(struct rpc_construct_delay, avg_write_latency), spdk_json_decode_uint64}, 108 …_write_latency", offsetof(struct rpc_construct_delay, p99_write_latency), spdk_json_decode_uint64},
|
/spdk/test/unit/lib/json/json_util.c/ |
H A D | json_util_ut.c | 646 CU_ASSERT(spdk_json_decode_uint64(&v, &i) != 0); in test_decode_uint64() 652 CU_ASSERT(spdk_json_decode_uint64(&v, &i) != 0); in test_decode_uint64() 658 CU_ASSERT(spdk_json_decode_uint64(&v, &i) == 0); in test_decode_uint64() 664 CU_ASSERT(spdk_json_decode_uint64(&v, &i) != 0); in test_decode_uint64() 670 CU_ASSERT(spdk_json_decode_uint64(&v, &i) == 0); in test_decode_uint64() 677 CU_ASSERT(spdk_json_decode_uint64(&v, &i) != 0); in test_decode_uint64() 683 CU_ASSERT(spdk_json_decode_uint64(&v, &i) == 0); in test_decode_uint64() 690 CU_ASSERT(spdk_json_decode_uint64(&v, &i) != 0); in test_decode_uint64() 696 CU_ASSERT(spdk_json_decode_uint64(&v, &i) != 0); in test_decode_uint64() 702 CU_ASSERT(spdk_json_decode_uint64( in test_decode_uint64() [all...] |
/spdk/module/accel/error/ |
H A D | accel_error_rpc.c | 66 {"count", offsetof(struct accel_error_inject_opts, count), spdk_json_decode_uint64, true}, 67 {"interval", offsetof(struct accel_error_inject_opts, interval), spdk_json_decode_uint64, true},
|
/spdk/lib/notify/ |
H A D | notify_rpc.c | 51 {"id", offsetof(struct rpc_notify_get_notifications, id), spdk_json_decode_uint64, true}, 52 {"max", offsetof(struct rpc_notify_get_notifications, max), spdk_json_decode_uint64, true},
|
/spdk/module/bdev/zone_block/ |
H A D | vbdev_zone_block_rpc.c | 34 …zone_capacity", offsetof(struct rpc_construct_zone_block, zone_capacity), spdk_json_decode_uint64}, 35 …en_zones", offsetof(struct rpc_construct_zone_block, optimal_open_zones), spdk_json_decode_uint64},
|
/spdk/module/event/subsystems/iobuf/ |
H A D | iobuf_rpc.c | 13 {"small_pool_count", offsetof(struct spdk_iobuf_opts, small_pool_count), spdk_json_decode_uint64, true}, 14 {"large_pool_count", offsetof(struct spdk_iobuf_opts, large_pool_count), spdk_json_decode_uint64, true},
|
/spdk/test/event/scheduler/ |
H A D | scheduler.c | 50 {"active", offsetof(struct rpc_thread_create, active_percent), spdk_json_decode_uint64}, 212 {"thread_id", offsetof(struct rpc_thread_set_active, thread_id), spdk_json_decode_uint64}, 213 {"active", offsetof(struct rpc_thread_set_active, active_percent), spdk_json_decode_uint64}, 293 {"thread_id", offsetof(struct rpc_thread_delete, thread_id), spdk_json_decode_uint64},
|
/spdk/module/bdev/ftl/ |
H A D | bdev_ftl_rpc.c | 43 spdk_json_decode_uint64, true 47 spdk_json_decode_uint64, true 187 {"lba", offsetof(struct rpc_ftl_unmap, lba), spdk_json_decode_uint64, true}, in rpc_bdev_ftl_unmap() 188 {"num_blocks", offsetof(struct rpc_ftl_unmap, num_blocks), spdk_json_decode_uint64, true}, in rpc_bdev_ftl_unmap()
|
/spdk/module/bdev/daos/ |
H A D | bdev_daos_rpc.c | 39 {"num_blocks", offsetof(struct rpc_construct_daos, num_blocks), spdk_json_decode_uint64}, 138 {"new_size", offsetof(struct rpc_bdev_daos_resize, new_size), spdk_json_decode_uint64}
|
/spdk/module/bdev/error/ |
H A D | vbdev_error_rpc.c | 161 …{"queue_depth", offsetof(struct rpc_error_information, opts.error_qd), spdk_json_decode_uint64, tr… 162 …fset", offsetof(struct rpc_error_information, opts.corrupt_offset), spdk_json_decode_uint64, true},
|
/spdk/module/bdev/null/ |
H A D | bdev_null_rpc.c | 23 {"num_blocks", offsetof(struct null_bdev_opts, num_blocks), spdk_json_decode_uint64}, 125 {"new_size", offsetof(struct rpc_bdev_null_resize, new_size), spdk_json_decode_uint64}
|
/spdk/lib/json/ |
H A D | spdk_json.map | 14 spdk_json_decode_uint64;
|
H A D | json_util.c | 476 spdk_json_decode_uint64(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint64() function
|
/spdk/app/spdk_top/ |
H A D | spdk_top.c | 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}, [all …]
|
/spdk/module/bdev/malloc/ |
H A D | bdev_malloc_rpc.c | 21 {"num_blocks", offsetof(struct malloc_bdev_opts, num_blocks), spdk_json_decode_uint64},
|
/spdk/module/bdev/split/ |
H A D | vbdev_split_rpc.c | 22 …{"split_size_mb", offsetof(struct rpc_construct_split, split_size_mb), spdk_json_decode_uint64, tr…
|
/spdk/module/bdev/iscsi/ |
H A D | bdev_iscsi_rpc.c | 14 {"timeout_sec", offsetof(struct spdk_bdev_iscsi_opts, timeout_sec), spdk_json_decode_uint64, true},
|
/spdk/module/bdev/nvme/ |
H A D | vbdev_opal_rpc.c | 166 {"range_start", offsetof(struct rpc_bdev_opal_create, range_start), spdk_json_decode_uint64}, 167 {"range_length", offsetof(struct rpc_bdev_opal_create, range_length), spdk_json_decode_uint64},
|
H A D | bdev_nvme_rpc.c | 114 {"timeout_us", offsetof(struct spdk_bdev_nvme_opts, timeout_us), spdk_json_decode_uint64, true}, 115 {"timeout_admin_us", offsetof(struct spdk_bdev_nvme_opts, timeout_admin_us), spdk_json_decode_uint64, true}, 121 {"nvme_adminq_poll_period_us", offsetof(struct spdk_bdev_nvme_opts, nvme_adminq_poll_period_us), spdk_json_decode_uint64, true}, 122 {"nvme_ioq_poll_period_us", offsetof(struct spdk_bdev_nvme_opts, nvme_ioq_poll_period_us), spdk_json_decode_uint64, true}, 183 {"period_us", offsetof(struct rpc_bdev_nvme_hotplug, period_us), spdk_json_decode_uint64, true}, 331 {"fabrics_connect_timeout_us", offsetof(struct rpc_bdev_nvme_attach_controller, drv_opts.fabrics_connect_timeout_us), spdk_json_decode_uint64, true}, 1655 {"attach_timeout_ms", offsetof(struct rpc_bdev_nvme_start_discovery, attach_timeout_ms), spdk_json_decode_uint64, true}, 1897 { "timeout_in_us", offsetof(struct rpc_add_error_injection, timeout_in_us), spdk_json_decode_uint64, true }, in rpc_error_injection_decode_cmd_type()
|
/spdk/lib/trace/ |
H A D | trace_rpc.c | 25 {"tpoint_mask", offsetof(struct rpc_tpoint_group, tpoint_mask), spdk_json_decode_uint64, true},
|
/spdk/module/blobfs/bdev/ |
H A D | blobfs_bdev_rpc.c | 29 {"size_in_mb", offsetof(struct rpc_blobfs_set_cache_size, size_in_mb), spdk_json_decode_uint64},
|
/spdk/include/spdk/ |
H A D | json.h | 147 int spdk_json_decode_uint64(const struct spdk_json_val *val, void *out);
|
/spdk/module/bdev/virtio/ |
H A D | bdev_virtio_rpc.c | 26 …{"period_us", offsetof(struct rpc_bdev_virtio_blk_hotplug, period_us), spdk_json_decode_uint64, tr…
|
/spdk/module/bdev/rbd/ |
H A D | bdev_rbd_rpc.c | 177 {"new_size", offsetof(struct rpc_bdev_rbd_resize, new_size), spdk_json_decode_uint64}
|
/spdk/lib/event/ |
H A D | app_rpc.c | 459 {"period", offsetof(struct rpc_set_scheduler_ctx, period), spdk_json_decode_uint64, true}, 712 {"id", offsetof(struct rpc_thread_set_cpumask, id), spdk_json_decode_uint64}, in rpc_thread_set_cpumask()
|