Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Dnet.c129 static void io_netmsg_iovec_free(struct io_async_msghdr *kmsg) in io_netmsg_iovec_free()
140 struct io_async_msghdr *hdr = req->async_data; in io_netmsg_recycle()
159 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req) in io_msg_alloc_async()
162 struct io_async_msghdr *hdr; in io_msg_alloc_async()
186 static int io_net_vec_assign(struct io_kiocb *req, struct io_async_msghdr *kmsg, in io_net_vec_assign()
200 struct io_async_msghdr *kmsg) in io_mshot_prep_retry()
212 struct io_async_msghdr *iomsg, in io_compat_msg_copy_hdr()
262 static int io_msg_copy_hdr(struct io_kiocb *req, struct io_async_msghdr *iomsg, in io_msg_copy_hdr()
320 struct io_async_msghdr *iomsg) in io_sendmsg_copy_hdr()
354 struct io_async_msghdr *io = req->async_data; in io_sendmsg_recvmsg_cleanup()
[all …]
Dopdef.c146 .async_size = sizeof(struct io_async_msghdr),
160 .async_size = sizeof(struct io_async_msghdr),
208 .async_size = sizeof(struct io_async_msghdr),
286 .async_size = sizeof(struct io_async_msghdr),
301 .async_size = sizeof(struct io_async_msghdr),
428 .async_size = sizeof(struct io_async_msghdr),
441 .async_size = sizeof(struct io_async_msghdr),
503 .async_size = sizeof(struct io_async_msghdr),
513 .async_size = sizeof(struct io_async_msghdr),
Dnet.h6 struct io_async_msghdr { struct
Dio_uring.c314 sizeof(struct io_async_msghdr)); in io_ring_ctx_alloc()