Home
last modified time | relevance | path

Searched refs:queue_depth (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/device/
H A Dusb_iouring.cpp130 bool init_io_uring_ffs(usb_handle* h, size_t queue_depth) { in init_io_uring_ffs() argument
131 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()
H A Dusb_iouring.h19 bool init_io_uring_ffs(usb_handle* h, size_t queue_depth);