Searched defs:aio_queue_depth (Results 1 – 3 of 3) sorted by relevance
54 size_t aio_queue_depth() const { return aio_queue_depth_; } in aio_queue_depth() function
95 void OffloadContext::set_aio_queue_depth(size_t aio_queue_depth) { aio_queue_depth_ = aio_queue_dep… in set_aio_queue_depth()
153 def set_aio_queue_depth(self, aio_queue_depth): argument