Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/xen/
Dgntdev-dmabuf.c74 struct list_head imp_list; member
653 list_add(&gntdev_dmabuf->next, &priv->imp_list); in dmabuf_imp_to_refs()
681 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next) { in dmabuf_imp_find_unlink()
725 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next) in dmabuf_imp_release_all()
837 INIT_LIST_HEAD(&priv->imp_list); in gntdev_dmabuf_init()