Lines Matching refs:free_iov
131 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()
220 if (iomsg->free_iov) { in io_compat_msg_copy_hdr()
222 iov = iomsg->free_iov; in io_compat_msg_copy_hdr()
269 if (iomsg->free_iov) { in io_msg_copy_hdr()
271 iov = iomsg->free_iov; in io_msg_copy_hdr()
471 iov = kmsg->free_iov; in io_bundle_nbufs()
604 if (kmsg->free_iov) { in io_send()
606 arg.iovs = kmsg->free_iov; in io_send()
619 if (arg.iovs != &kmsg->fast_iov && arg.iovs != kmsg->free_iov) { in io_send()
621 kmsg->free_iov = arg.iovs; in io_send()
1082 if (kmsg->free_iov) { in io_recv_buf_select()
1084 arg.iovs = kmsg->free_iov; in io_recv_buf_select()
1103 if (arg.iovs != &kmsg->fast_iov && arg.iovs != kmsg->free_iov) { in io_recv_buf_select()
1105 kmsg->free_iov = arg.iovs; in io_recv_buf_select()
1802 if (kmsg->free_iov) { in io_netmsg_cache_free()
1803 kasan_mempool_unpoison_object(kmsg->free_iov, in io_netmsg_cache_free()