Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/vhost/
A Dnet.c241 ubufs = kmalloc(sizeof(*ubufs), GFP_KERNEL); in vhost_net_ubuf_alloc()
242 if (!ubufs) in vhost_net_ubuf_alloc()
246 ubufs->vq = vq; in vhost_net_ubuf_alloc()
247 return ubufs; in vhost_net_ubuf_alloc()
254 wake_up(&ubufs->wait); in vhost_net_ubuf_put()
261 wait_event(ubufs->wait, !atomic_read(&ubufs->refcount)); in vhost_net_ubuf_put_and_wait()
267 kfree(ubufs); in vhost_net_ubuf_put_wait_and_free()
921 ubufs = nvq->ubufs; in handle_tx_zerocopy()
926 ubufs = NULL; in handle_tx_zerocopy()
1556 nvq->ubufs = ubufs; in vhost_net_set_backend()
[all …]
/linux-6.3-rc2/include/uapi/xen/
A Dprivcmd.h89 const struct privcmd_dm_op_buf __user *ubufs; member
/linux-6.3-rc2/drivers/xen/
A Dprivcmd.c647 if (copy_from_user(kbufs, kdata.ubufs, in privcmd_ioctl_dm_op()

Completed in 9 milliseconds