Lines Matching defs:next
31 struct list_head next;
59 struct list_head next;
106 list_add(&obj->next, &priv->exp_wait_list);
117 list_del(&obj->next);
137 list_for_each_entry(obj, &priv->exp_wait_list, next)
151 list_for_each_entry(gntdev_dmabuf, &priv->exp_list, next)
313 list_del(&gntdev_dmabuf->next);
322 list_del(&map->next);
402 list_add(&gntdev_dmabuf->next, &args->dmabuf_priv->exp_list);
653 list_add(&gntdev_dmabuf->next, &priv->imp_list);
681 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next) {
685 list_del(&gntdev_dmabuf->next);
725 list_for_each_entry_safe(gntdev_dmabuf, q, &priv->imp_list, next)