Searched refs:ubufs (Results 1 – 3 of 3) sorted by relevance
239 ubufs = kmalloc(sizeof(*ubufs), GFP_KERNEL); in vhost_net_ubuf_alloc()240 if (!ubufs) in vhost_net_ubuf_alloc()244 ubufs->vq = vq; in vhost_net_ubuf_alloc()245 return ubufs; in vhost_net_ubuf_alloc()252 wake_up(&ubufs->wait); in vhost_net_ubuf_put()259 wait_event(ubufs->wait, !atomic_read(&ubufs->refcount)); in vhost_net_ubuf_put_and_wait()265 kfree(ubufs); in vhost_net_ubuf_put_wait_and_free()893 ubufs = nvq->ubufs; in handle_tx_zerocopy()898 ubufs = NULL; in handle_tx_zerocopy()1536 nvq->ubufs = ubufs; in vhost_net_set_backend()[all …]
89 const struct privcmd_dm_op_buf __user *ubufs; member
660 if (copy_from_user(kbufs, kdata.ubufs, in privcmd_ioctl_dm_op()