Searched refs:ocq_size (Results 1 - 1 of 1) sorted by relevance

/linux-master/io_uring/
H A Dio_uring.c784 size_t ocq_size = sizeof(struct io_overflow_cqe); local
790 ocq_size += sizeof(struct io_uring_cqe);
792 ocqe = kmalloc(ocq_size, GFP_ATOMIC | __GFP_ACCOUNT);

Completed in 120 milliseconds