Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/pci/
Dbus_numa.c69 resource_size_t common_start, common_end; in update_res() local
75 common_start = max(res->start, start); in update_res()
77 if (common_start > common_end + 1) in update_res()
/linux-2.6.39/kernel/
Drange.c38 u64 common_start, common_end; in add_range_with_merge() local
43 common_start = max(range[i].start, start); in add_range_with_merge()
45 if (common_start > common_end) in add_range_with_merge()