Home
last modified time | relevance | path

Searched defs:io_poll_update (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c502 struct io_poll_update { struct
503 struct file *file;
504 u64 old_user_data;
505 u64 new_user_data;
506 __poll_t events;
507 bool update_events;
508 bool update_user_data;
5828 static int io_poll_update(struct io_kiocb *req, unsigned int issue_flags) in io_poll_update() function