Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c493 struct io_poll_update { struct
494 struct file *file;
495 u64 old_user_data;
496 u64 new_user_data;
497 __poll_t events;
498 bool update_events;
499 bool update_user_data;
6152 static int io_poll_update(struct io_kiocb *req, unsigned int issue_flags) in io_poll_update() function