Home
last modified time | relevance | path

Searched refs:spdk_json_decode_uint64 (Results 1 – 25 of 31) sorted by relevance

12

/spdk/module/bdev/delay/
H A Dvbdev_delay_rpc.c22 {"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 Djson_util_ut.c646 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 Daccel_error_rpc.c66 {"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 Dnotify_rpc.c51 {"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 Dvbdev_zone_block_rpc.c34 …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 Diobuf_rpc.c13 {"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 Dscheduler.c50 {"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 Dbdev_ftl_rpc.c43 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 Dbdev_daos_rpc.c39 {"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 Dvbdev_error_rpc.c161 …{"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 Dbdev_null_rpc.c23 {"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 Dspdk_json.map14 spdk_json_decode_uint64;
H A Djson_util.c476 spdk_json_decode_uint64(const struct spdk_json_val *val, void *out) in spdk_json_decode_uint64() function
/spdk/app/spdk_top/
H A Dspdk_top.c300 {"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 Dbdev_malloc_rpc.c21 {"num_blocks", offsetof(struct malloc_bdev_opts, num_blocks), spdk_json_decode_uint64},
/spdk/module/bdev/split/
H A Dvbdev_split_rpc.c22 …{"split_size_mb", offsetof(struct rpc_construct_split, split_size_mb), spdk_json_decode_uint64, tr…
/spdk/module/bdev/iscsi/
H A Dbdev_iscsi_rpc.c14 {"timeout_sec", offsetof(struct spdk_bdev_iscsi_opts, timeout_sec), spdk_json_decode_uint64, true},
/spdk/module/bdev/nvme/
H A Dvbdev_opal_rpc.c166 {"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 Dbdev_nvme_rpc.c114 {"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 Dtrace_rpc.c25 {"tpoint_mask", offsetof(struct rpc_tpoint_group, tpoint_mask), spdk_json_decode_uint64, true},
/spdk/module/blobfs/bdev/
H A Dblobfs_bdev_rpc.c29 {"size_in_mb", offsetof(struct rpc_blobfs_set_cache_size, size_in_mb), spdk_json_decode_uint64},
/spdk/include/spdk/
H A Djson.h147 int spdk_json_decode_uint64(const struct spdk_json_val *val, void *out);
/spdk/module/bdev/virtio/
H A Dbdev_virtio_rpc.c26 …{"period_us", offsetof(struct rpc_bdev_virtio_blk_hotplug, period_us), spdk_json_decode_uint64, tr…
/spdk/module/bdev/rbd/
H A Dbdev_rbd_rpc.c177 {"new_size", offsetof(struct rpc_bdev_rbd_resize, new_size), spdk_json_decode_uint64}
/spdk/lib/event/
H A Dapp_rpc.c459 {"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()

12