Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Dnet.c125 struct io_async_msghdr *hdr = req->async_data; in io_netmsg_recycle()
137 static struct io_async_msghdr *io_msg_alloc_async(struct io_kiocb *req, in io_msg_alloc_async()
142 struct io_async_msghdr *hdr; in io_msg_alloc_async()
147 hdr = container_of(entry, struct io_async_msghdr, cache); in io_msg_alloc_async()
163 static inline struct io_async_msghdr *io_msg_alloc_async_prep(struct io_kiocb *req) in io_msg_alloc_async_prep()
170 struct io_async_msghdr *kmsg, in io_setup_async_msg()
173 struct io_async_msghdr *async_msg; in io_setup_async_msg()
200 struct io_async_msghdr *iomsg) in io_sendmsg_copy_hdr()
217 struct io_async_msghdr *io; in io_send_prep_async()
234 struct io_async_msghdr *io; in io_setup_async_addr()
[all …]
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),
Dnet.h8 struct io_async_msghdr { struct
Dio_uring.c331 sizeof(struct io_async_msghdr)); in io_ring_ctx_alloc()