Searched refs:io_uring_prep_poll_remove (Results 1 – 4 of 4) sorted by relevance
94 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()
58 io_uring_prep_poll_remove(sqe, (__u64)(uintptr_t)data); in del_polls()
82 io_uring_prep_poll_remove(sqe, (__u64)(uintptr_t)&pds[0]); in test_poll_cancel()
447 static inline void io_uring_prep_poll_remove(struct io_uring_sqe *sqe, in io_uring_prep_poll_remove() function