Lines Matching defs:list
27 #include <linux/list.h>
72 * This list of permanent mappings is for memory that may be accessed from
76 struct list_head list;
226 list_for_each_entry_rcu(map, &acpi_ioremaps, list, acpi_ioremap_lock_held())
269 list_for_each_entry_rcu(map, &acpi_ioremaps, list, acpi_ioremap_lock_held())
313 * Look up the given physical address range in the list of existing ACPI memory
315 * virtual address). If not found, map it, add it to that list and return a
360 INIT_LIST_HEAD(&map->list);
366 list_add_tail_rcu(&map->list, &acpi_ioremaps);
396 list_del_rcu(&map->list);
407 * Look up the given virtual address range in the list of existing ACPI memory
1082 * freed by the callee. The kernel handles the work_struct list in a