Home
last modified time | relevance | path

Searched refs:memregions (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/numa/
H A Dhmat.c65 struct resource memregions; member
135 target->memregions = (struct resource) { in alloc_memory_target()
147 * in the per-target memregions resource tree. in alloc_memory_target()
149 if (!__request_region(&target->memregions, start, len, "memory target", in alloc_memory_target()
719 for (res = target->memregions.child; res; res = res->sibling) { in hmat_register_target_devices()
805 res = target->memregions.child; in hmat_free_structures()
808 __release_region(&target->memregions, res->start, in hmat_free_structures()
/kernel/linux/linux-6.6/drivers/acpi/numa/
H A Dhmat.c64 struct resource memregions; member
134 target->memregions = (struct resource) { in alloc_memory_target()
146 * in the per-target memregions resource tree. in alloc_memory_target()
148 if (!__request_region(&target->memregions, start, len, "memory target", in alloc_memory_target()
718 for (res = target->memregions.child; res; res = res->sibling) { in hmat_register_target_devices()
799 res = target->memregions.child; in hmat_free_structures()
802 __release_region(&target->memregions, res->start, in hmat_free_structures()

Completed in 3 milliseconds