Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dacpi_pcihp.c73 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local
128 chandle = handle; in acpi_get_hp_hw_control_from_firmware()
129 status = acpi_get_parent(chandle, &handle); in acpi_get_hp_hw_control_from_firmware()
/linux-6.12.1/mm/
Dslub.c6217 unsigned long caddr, chandle, cwaste; in add_location() local
6240 chandle = l->handle; in add_location()
6242 if ((track->addr == caddr) && (handle == chandle) && in add_location()
6267 else if (track->addr == caddr && handle < chandle) in add_location()
6269 else if (track->addr == caddr && handle == chandle && in add_location()