Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
Dpoll.c23 struct io_poll_update { struct
24 struct file *file;
25 u64 old_user_data;
26 u64 new_user_data;
27 __poll_t events;
28 bool update_events;
29 bool update_user_data;
/kernel/linux/linux-5.10/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;
6005 static int io_poll_update(struct io_kiocb *req, unsigned int issue_flags) in io_poll_update() function