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

/linux-4.1.27/arch/x86/pci/
H A Dbus_numa.c121 resource_size_t common_start, common_end; update_res() local
127 common_start = max(res->start, start); update_res()
129 if (common_start > common_end + 1) update_res()
/linux-4.1.27/kernel/
H A Drange.c37 u64 common_start, common_end; add_range_with_merge() local
42 common_start = max(range[i].start, start); add_range_with_merge()
44 if (common_start > common_end) add_range_with_merge()

Completed in 197 milliseconds