Lines Matching defs:next
37 struct list_head next;
65 struct list_head next;
112 list_add(&obj->next, &priv->exp_wait_list);
123 list_del(&obj->next);
143 list_for_each_entry(obj, &priv->exp_wait_list, next)
157 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next)
319 list_del(&gntdev_dmabuf->next);
328 list_del(&map->next);
408 list_add(&gntdev_dmabuf->next, &args->dmabuf_priv->exp_list);
659 list_add(&gntdev_dmabuf->next, &priv->imp_list);
687 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next) {
691 list_del(&gntdev_dmabuf->next);
731 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next)