Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Dnet.h28 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags);
H A Dnet.c22 struct io_shutdown { struct
107 struct io_shutdown *shutdown = io_kiocb_to_cmd(req, struct io_shutdown); in io_shutdown_prep()
118 int io_shutdown(struct io_kiocb *req, unsigned int issue_flags) in io_shutdown() function
120 struct io_shutdown *shutdown = io_kiocb_to_cmd(req, struct io_shutdown); in io_shutdown()
H A Dopdef.c356 .issue = io_shutdown,