Lines Matching defs:list
29 #include <linux/list.h>
74 * This list of permanent mappings is for memory that may be accessed from
78 struct list_head list;
228 list_for_each_entry_rcu(map, &acpi_ioremaps, list, acpi_ioremap_lock_held())
271 list_for_each_entry_rcu(map, &acpi_ioremaps, list, acpi_ioremap_lock_held())
315 * Look up the given physical address range in the list of existing ACPI memory
317 * virtual address). If not found, map it, add it to that list and return a
362 INIT_LIST_HEAD(&map->list);
368 list_add_tail_rcu(&map->list, &acpi_ioremaps);
398 list_del_rcu(&map->list);
409 * Look up the given virtual address range in the list of existing ACPI memory
1085 * freed by the callee. The kernel handles the work_struct list in a