Home
last modified time | relevance | path

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

/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c1137 u32 handleA, handleB; in nfit_mem_cmp() local
1140 handleB = __to_nfit_memdev(b)->device_handle; in nfit_mem_cmp()
1141 if (handleA < handleB) in nfit_mem_cmp()
1143 else if (handleA > handleB) in nfit_mem_cmp()