Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/pci/
H A Dbus_numa.c113 resource_size_t common_start, common_end; in update_res() local
120 common_end = min(res->end, end); in update_res()
121 if (common_start > common_end + 1) in update_res()
/openbmc/linux/kernel/
H A Drange.c39 u64 common_start, common_end; in add_range_with_merge() local
45 common_end = min(range[i].end, end); in add_range_with_merge()
46 if (common_start > common_end) in add_range_with_merge()