Lines Matching refs:lhandle
108 struct list_head *lhandle; in efi_mem_sort() local
117 list_for_each(lhandle, &efi_mem) { in efi_mem_sort()
123 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_mem_sort()
246 struct list_head *lhandle; in efi_add_memory_map_pg() local
284 list_for_each(lhandle, &efi_mem) { in efi_add_memory_map_pg()
288 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_add_memory_map_pg()
408 struct list_head *lhandle; in efi_find_free_memory() local
416 list_for_each(lhandle, &efi_mem) { in efi_find_free_memory()
417 struct efi_mem_list *lmem = list_entry(lhandle, in efi_find_free_memory()
640 struct list_head *lhandle; in efi_get_memory_map() local
648 list_for_each(lhandle, &efi_mem) in efi_get_memory_map()
670 list_for_each(lhandle, &efi_mem) { in efi_get_memory_map()
673 lmem = list_entry(lhandle, struct efi_mem_list, link); in efi_get_memory_map()