Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dio_uring.c494 struct io_poll_update { struct
495 struct file *file;
496 u64 old_user_data;
497 u64 new_user_data;
498 __poll_t events;
499 bool update_events;
500 bool update_user_data;
5859 static int io_poll_update(struct io_kiocb *req, unsigned int issue_flags) in io_poll_update() function