Lines Matching defs:list
64 #include <linux/list.h>
90 struct list_head next_gref; /* list entry gref_list */
91 struct list_head next_file; /* list entry file->list, if open */
100 struct list_head list;
158 list_splice_tail(&queue_file, &priv->list);
208 list_for_each_entry(gref, &priv->list, next_file) {
235 INIT_LIST_HEAD(&priv->list);
255 while (!list_empty(&priv->list)) {
256 gref = list_entry(priv->list.next,
349 /* Remove from the file list only, and decrease reference count.