Home
last modified time | relevance | path

Searched refs:__io_cqring_fill_event (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/fs/
Dio_uring.c1686 static void __io_cqring_fill_event(struct io_kiocb *req, long res, long cflags) in __io_cqring_fill_event() function
1728 __io_cqring_fill_event(req, res, 0); in io_cqring_fill_event()
1737 __io_cqring_fill_event(req, res, cflags); in io_cqring_add_event()
1754 __io_cqring_fill_event(req, req->result, req->compl.cflags); in io_submit_flush_completions()
2344 __io_cqring_fill_event(req, req->result, cflags); in io_iopoll_complete()