Searched defs:delay_base_us (Results 1 – 6 of 6) sorted by relevance
/spdk/lib/vhost/ |
H A D | vhost.c | 234 return vdev->backend->set_coalescing(vdev, delay_base_us, iops_threshold); in spdk_vhost_get_coalescing() argument 226 spdk_vhost_set_coalescing(struct spdk_vhost_dev * vdev,uint32_t delay_base_us,uint32_t iops_threshold) spdk_vhost_set_coalescing() argument 350 uint32_t delay_base_us; vhost_user_config_json() local
|
H A D | vhost_rpc.c | 375 uint32_t delay_base_us, iops_threshold; _rpc_get_vhost_controller() local 472 uint32_t delay_base_us; global() member
|
H A D | rte_vhost_user.c | 1679 vhost_user_dev_set_coalescing(struct spdk_vhost_user_dev *user_dev, uint32_t delay_base_us, argument 1711 vhost_user_set_coalescing(struct spdk_vhost_dev *vdev, uint32_t delay_base_us, argument 1727 vhost_user_get_coalescing(struct spdk_vhost_dev *vdev, uint32_t *delay_base_us, argument
|
H A D | vhost_blk.c | 1844 vhost_blk_set_coalescing(struct spdk_vhost_dev * vdev,uint32_t delay_base_us,uint32_t iops_threshold) vhost_blk_set_coalescing() argument 1855 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
|