Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/pci/
Dbus_numa.c112 resource_size_t common_start, common_end; in update_res() local
119 common_end = min(res->end, end); in update_res()
120 if (common_start > common_end + 1) in update_res()
/linux-4.4.14/kernel/
Drange.c37 u64 common_start, common_end; in add_range_with_merge() local
43 common_end = min(range[i].end, end); in add_range_with_merge()
44 if (common_start > common_end) in add_range_with_merge()