Searched refs:free_iov (Results 1 – 3 of 3) sorted by relevance
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()[all …]
10 struct iovec *free_iov; member
1504 goto free_iov; in SYSCALL_DEFINE5()1544 free_iov: in SYSCALL_DEFINE5()