Searched refs:queue_depth (Results 1 – 2 of 2) sorted by relevance
130 bool init_io_uring_ffs(usb_handle* h, size_t queue_depth) { in init_io_uring_ffs() argument131 const auto err = io_uring_queue_init(queue_depth, &h->ring, 0); in init_io_uring_ffs()133 LOG(ERROR) << "Failed to initialize io_uring of depth " << queue_depth << ": " in init_io_uring_ffs()
19 bool init_io_uring_ffs(usb_handle* h, size_t queue_depth);