Home
last modified time | relevance | path

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

/aosp_15_r20/external/liburing/test/
H A Dmulticqes_drain.c94 io_uring_prep_poll_remove(sqe, arg); in io_uring_sqe_prep()
321 io_uring_prep_poll_remove(sqe[0], 0); in test_simple_drain()
H A Dpoll-cancel-ton.c58 io_uring_prep_poll_remove(sqe, (__u64)(uintptr_t)data); in del_polls()
H A Dpoll-cancel.c82 io_uring_prep_poll_remove(sqe, (__u64)(uintptr_t)&pds[0]); in test_poll_cancel()
/aosp_15_r20/external/liburing/src/include/
H A Dliburing.h447 static inline void io_uring_prep_poll_remove(struct io_uring_sqe *sqe, in io_uring_prep_poll_remove() function