Searched refs:imp_list (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | gntdev-dmabuf.c | 81 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()
|
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | gntdev-dmabuf.c | 75 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()
|
Completed in 3 milliseconds