Home
last modified time | relevance | path

Searched defs:iops_threshold (Results 1 – 6 of 6) sorted by relevance

/spdk/lib/vhost/
H A Dvhost.c227 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 Dvhost_rpc.c375 uint32_t delay_base_us, iops_threshold; _rpc_get_vhost_controller() local
473 uint32_t iops_threshold; global() member
H A Drte_vhost_user.c1680 uint32_t iops_threshold) argument
1712 uint32_t iops_threshold) argument
1728 uint32_t *iops_threshold) argument
H A Dvhost_blk.c1845 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 Dvhost.py8 def vhost_controller_set_coalescing(client, ctrlr, delay_base_us, iops_threshold): argument
/spdk/python/spdk/spdkcli/
H A Dui_node.py705 ui_command_set_coalescing(self, delay_base_us, iops_threshold) global() argument