Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/xen/
Dgntdev-dmabuf.c80 struct list_head imp_list; member
659 list_add(&gntdev_dmabuf->next, &priv->imp_list); in dmabuf_imp_to_refs()
687 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next) { in dmabuf_imp_find_unlink()
731 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next) in dmabuf_imp_release_all()
843 INIT_LIST_HEAD(&priv->imp_list); in gntdev_dmabuf_init()