Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dnet.c133 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 Dopdef.c477 .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 Dnet.h8 struct io_async_msghdr { struct
H A Dio_uring.c321 sizeof(struct io_async_msghdr)); in io_ring_ctx_alloc()