Searched refs:vma_priv (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/xen/
H A Dprivcmd-buf.c53 static void privcmd_buf_vmapriv_free(struct privcmd_buf_vma_private *vma_priv) argument
57 list_del(&vma_priv->list);
59 for (i = 0; i < vma_priv->n_pages; i++)
60 __free_page(vma_priv->pages[i]);
62 kfree(vma_priv);
68 struct privcmd_buf_vma_private *vma_priv; local
73 vma_priv = list_first_entry(&file_priv->list,
76 privcmd_buf_vmapriv_free(vma_priv);
88 struct privcmd_buf_vma_private *vma_priv = vma->vm_private_data; local
90 if (!vma_priv)
100 struct privcmd_buf_vma_private *vma_priv = vma->vm_private_data; local
135 struct privcmd_buf_vma_private *vma_priv; local
[all...]
/linux-master/drivers/staging/vme_user/
H A Dvme_user.c428 struct vme_user_vma_priv *vma_priv = vma->vm_private_data; local
430 refcount_inc(&vma_priv->refcnt);
435 struct vme_user_vma_priv *vma_priv = vma->vm_private_data; local
436 unsigned int minor = vma_priv->minor;
438 if (!refcount_dec_and_test(&vma_priv->refcnt))
445 kfree(vma_priv);
456 struct vme_user_vma_priv *vma_priv; local
466 vma_priv = kmalloc(sizeof(*vma_priv), GFP_KERNEL);
467 if (!vma_priv) {
[all...]

Completed in 126 milliseconds