Home
last modified time | relevance | path

Searched refs:mem_list (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/acpi/acpica/
Duttrack.c336 struct acpi_memory_list *mem_list; in acpi_ut_track_allocation() local
346 mem_list = acpi_gbl_global_list; in acpi_ut_track_allocation()
378 if (mem_list->list_head) { in acpi_ut_track_allocation()
379 ((struct acpi_debug_mem_block *)(mem_list->list_head))-> in acpi_ut_track_allocation()
383 allocation->next = mem_list->list_head; in acpi_ut_track_allocation()
386 mem_list->list_head = allocation; in acpi_ut_track_allocation()
424 struct acpi_memory_list *mem_list; in acpi_ut_remove_allocation() local
433 mem_list = acpi_gbl_global_list; in acpi_ut_remove_allocation()
434 if (NULL == mem_list->list_head) { in acpi_ut_remove_allocation()
454 mem_list->list_head = allocation->next; in acpi_ut_remove_allocation()
/linux-6.1.9/fs/fuse/
Ddax.c1209 static void fuse_free_dax_mem_ranges(struct list_head *mem_list) in fuse_free_dax_mem_ranges() argument
1214 list_for_each_entry_safe(range, temp, mem_list, list) { in fuse_free_dax_mem_ranges()