Searched refs:min_used (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/pci/ |
| H A D | bus.c | 204 resource_size_t min_used = min; in pci_bus_alloc_from_region() local 232 min_used = avail.start; in pci_bus_alloc_from_region() 237 if (size > max - min_used + 1) in pci_bus_alloc_from_region() 241 ret = allocate_resource(r, res, size, min_used, max, in pci_bus_alloc_from_region()
|
| /linux/tools/mm/ |
| H A D | slabinfo.c | 827 unsigned long long min_used = max, max_used = 0, in totals() 901 if (used < min_used) in totals() 902 min_used = used; in totals() 1035 store_size(b1, avg_used);store_size(b2, min_used); in totals() 828 unsigned long long min_used = max, max_used = 0, totals() local
|