Home
last modified time | relevance | path

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

/linux-6.14.4/io_uring/
Dnet.c130 static void io_netmsg_iovec_free(struct io_async_msghdr *kmsg) in io_netmsg_iovec_free()
141 struct io_async_msghdr *hdr = req->async_data; in io_netmsg_recycle()
157 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req) in io_msg_alloc_async()
160 struct io_async_msghdr *hdr; in io_msg_alloc_async()
173 static void io_net_vec_assign(struct io_kiocb *req, struct io_async_msghdr *kmsg, in io_net_vec_assign()
186 struct io_async_msghdr *kmsg) in io_mshot_prep_retry()
199 struct io_async_msghdr *iomsg, in io_compat_msg_copy_hdr()
250 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr()
311 struct io_async_msghdr *iomsg) in io_sendmsg_copy_hdr()
347 struct io_async_msghdr *io = req->async_data; in io_sendmsg_recvmsg_cleanup()
[all …]
Dopdef.c147 .async_size = sizeof(struct io_async_msghdr),
161 .async_size = sizeof(struct io_async_msghdr),
209 .async_size = sizeof(struct io_async_msghdr),
287 .async_size = sizeof(struct io_async_msghdr),
302 .async_size = sizeof(struct io_async_msghdr),
429 .async_size = sizeof(struct io_async_msghdr),
442 .async_size = sizeof(struct io_async_msghdr),
504 .async_size = sizeof(struct io_async_msghdr),
514 .async_size = sizeof(struct io_async_msghdr),
Dnet.h6 struct io_async_msghdr { struct
Dio_uring.c320 sizeof(struct io_async_msghdr), in io_ring_ctx_alloc()
321 offsetof(struct io_async_msghdr, clear)); in io_ring_ctx_alloc()