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

/linux-master/arch/x86/pci/
H A Dbus_numa.c113 resource_size_t common_start, common_end; local
119 common_start = max(res->start, start);
121 if (common_start > common_end + 1)
/linux-master/kernel/
H A Drange.c39 u64 common_start, common_end; local
44 common_start = max(range[i].start, start);
46 if (common_start > common_end)

Completed in 109 milliseconds