Searched defs:iops_threshold (Results 1 – 6 of 6) sorted by relevance
/spdk/lib/vhost/ |
H A D | vhost.c | 227 spdk_vhost_set_coalescing(struct spdk_vhost_dev * vdev,uint32_t delay_base_us,uint32_t iops_threshold) spdk_vhost_set_coalescing() argument 235 spdk_vhost_get_coalescing(struct spdk_vhost_dev * vdev,uint32_t * delay_base_us,uint32_t * iops_threshold) spdk_vhost_get_coalescing() argument 351 uint32_t iops_threshold; vhost_user_config_json() local
|
H A D | vhost_rpc.c | 375 uint32_t delay_base_us, iops_threshold; _rpc_get_vhost_controller() local 473 uint32_t iops_threshold; global() member
|
H A D | rte_vhost_user.c | 1680 uint32_t iops_threshold) argument 1712 uint32_t iops_threshold) argument 1728 uint32_t *iops_threshold) argument
|
H A D | vhost_blk.c | 1845 vhost_blk_set_coalescing(struct spdk_vhost_dev * vdev,uint32_t delay_base_us,uint32_t iops_threshold) vhost_blk_set_coalescing() argument 1856 vhost_blk_get_coalescing(struct spdk_vhost_dev * vdev,uint32_t * delay_base_us,uint32_t * iops_threshold) vhost_blk_get_coalescing() argument
|
/spdk/python/spdk/rpc/ |
H A D | vhost.py | 8 def vhost_controller_set_coalescing(client, ctrlr, delay_base_us, iops_threshold): argument
|
/spdk/python/spdk/spdkcli/ |
H A D | ui_node.py | 705 ui_command_set_coalescing(self, delay_base_us, iops_threshold) global() argument
|