Searched refs:io_async_msghdr (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/io_uring/ |
H A D | net.c | 133 struct io_async_msghdr *hdr = req->async_data; in io_netmsg_recycle() 145 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req, in io_msg_alloc_async() 150 struct io_async_msghdr *hdr; in io_msg_alloc_async() 155 hdr = container_of(entry, struct io_async_msghdr, cache); in io_msg_alloc_async() 171 static inline struct io_async_msghdr *io_msg_alloc_async_prep(struct io_kiocb *req) in io_msg_alloc_async_prep() 178 struct io_async_msghdr *kmsg, in io_setup_async_msg() 181 struct io_async_msghdr *async_msg; in io_setup_async_msg() 209 struct io_async_msghdr *iomsg, in io_compat_msg_copy_hdr() 252 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr() 289 struct io_async_msghdr *iomsg) in io_sendmsg_copy_hdr() [all …]
|
H A D | opdef.c | 477 .async_size = sizeof(struct io_async_msghdr), 486 .async_size = sizeof(struct io_async_msghdr), 552 .async_size = sizeof(struct io_async_msghdr), 636 .async_size = sizeof(struct io_async_msghdr), 645 .async_size = sizeof(struct io_async_msghdr),
|
H A D | net.h | 8 struct io_async_msghdr { struct
|
H A D | io_uring.c | 321 sizeof(struct io_async_msghdr)); in io_ring_ctx_alloc()
|