Home
last modified time | relevance | path

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

/linux/drivers/vhost/
A Dnet.c240 ubufs = kmalloc(sizeof(*ubufs), GFP_KERNEL); in vhost_net_ubuf_alloc()
241 if (!ubufs) in vhost_net_ubuf_alloc()
245 ubufs->vq = vq; in vhost_net_ubuf_alloc()
246 return ubufs; in vhost_net_ubuf_alloc()
253 wake_up(&ubufs->wait); in vhost_net_ubuf_put()
260 wait_event(ubufs->wait, !atomic_read(&ubufs->refcount)); in vhost_net_ubuf_put_and_wait()
266 kfree(ubufs); in vhost_net_ubuf_put_wait_and_free()
918 ubufs = nvq->ubufs; in handle_tx_zerocopy()
923 ubufs = NULL; in handle_tx_zerocopy()
1558 nvq->ubufs = ubufs; in vhost_net_set_backend()
[all …]
/linux/include/uapi/xen/
A Dprivcmd.h89 const struct privcmd_dm_op_buf __user *ubufs; member
/linux/drivers/xen/
A Dprivcmd.c644 if (copy_from_user(kbufs, kdata.ubufs, in privcmd_ioctl_dm_op()

Completed in 10 milliseconds