Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A 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/mm/
H A Dslub.c6216 unsigned long caddr, chandle, cwaste; in add_location() local
6239 chandle = l->handle; in add_location()
6241 if ((track->addr == caddr) && (handle == chandle) && in add_location()
6266 else if (track->addr == caddr && handle < chandle) in add_location()
6268 else if (track->addr == caddr && handle == chandle && in add_location()