imp_list           80 drivers/xen/gntdev-dmabuf.c 	struct list_head imp_list;
imp_list          680 drivers/xen/gntdev-dmabuf.c 	list_add(&gntdev_dmabuf->next, &priv->imp_list);
imp_list          708 drivers/xen/gntdev-dmabuf.c 	list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next) {
imp_list          752 drivers/xen/gntdev-dmabuf.c 	list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next)
imp_list          864 drivers/xen/gntdev-dmabuf.c 	INIT_LIST_HEAD(&priv->imp_list);