Home
last modified time | relevance | path

Searched refs:io_uring_prep_remove_buffers (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/liburing/test/
H A Ddefer.c58 io_uring_prep_remove_buffers(sqe, 10, 1); in init_context()
H A Dlink.c181 io_uring_prep_remove_buffers(sqe, 10, 1); in test_single_link_fail()
H A Dread-write.c536 io_uring_prep_remove_buffers(sqe, to_rem, bgid); in test_rem_buf()
/aosp_15_r20/external/liburing/src/include/
H A Dliburing.h710 static inline void io_uring_prep_remove_buffers(struct io_uring_sqe *sqe, in io_uring_prep_remove_buffers() function