Lines Matching defs:list
23 * hierarchical, it's ok to organise them in a linked list. No parent
34 struct list_head list; /* entry for the linked list */
109 list_add(&entry->list, &map_entries_bootmem);
150 INIT_LIST_HEAD(&entry->list);
154 list_add_tail(&entry->list, &map_entries);
169 list_del(&entry->list);
205 * firmware_map_find_entry_in_list() - Search memmap entry in a given list.
209 * @list: In which to find the entry.
212 * given list. The caller must hold map_entries_lock, and must not release
219 struct list_head *list)
223 list_for_each_entry(entry, list, list)
297 list_del(&entry->list);
401 * Initialises stuff and adds the entries in the map_entries list to
412 list_for_each_entry(entry, &map_entries, list)