Home
last modified time | relevance | path

Searched refs:free_iov (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/io_uring/
Dnet.c131 if (kmsg->free_iov) { in io_netmsg_iovec_free()
132 kfree(kmsg->free_iov); in io_netmsg_iovec_free()
134 kmsg->free_iov = NULL; in io_netmsg_iovec_free()
150 iov = hdr->free_iov; in io_netmsg_recycle()
166 if (hdr->free_iov) { in io_msg_alloc_async()
167 kasan_mempool_unpoison_object(hdr->free_iov, in io_msg_alloc_async()
179 hdr->free_iov = NULL; in io_msg_alloc_async()
192 if (kmsg->free_iov) in io_net_vec_assign()
193 kfree(kmsg->free_iov); in io_net_vec_assign()
194 kmsg->free_iov = iov; in io_net_vec_assign()
[all …]
Dnet.h10 struct iovec *free_iov; member
/linux-6.12.1/mm/
Dmadvise.c1504 goto free_iov; in SYSCALL_DEFINE5()
1544 free_iov: in SYSCALL_DEFINE5()