Searched refs:min_used (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | bus.c | 193 resource_size_t min_used = min; in pci_bus_alloc_from_region() local 218 min_used = avail.start; in pci_bus_alloc_from_region() 223 if (size > max - min_used + 1) in pci_bus_alloc_from_region() 227 ret = allocate_resource(r, res, size, min_used, max, in pci_bus_alloc_from_region()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | bus.c | 171 resource_size_t min_used = min; in pci_bus_alloc_from_region() local 196 min_used = avail.start; in pci_bus_alloc_from_region() 201 ret = allocate_resource(r, res, size, min_used, max, in pci_bus_alloc_from_region()
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | slabinfo.c | 801 unsigned long long min_used = max, max_used = 0, in totals() local 875 if (used < min_used) in totals() 876 min_used = used; in totals() 1009 store_size(b1, avg_used);store_size(b2, min_used); in totals()
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | slabinfo.c | 825 unsigned long long min_used = max, max_used = 0, in totals() local 899 if (used < min_used) in totals() 900 min_used = used; in totals() 1033 store_size(b1, avg_used);store_size(b2, min_used); in totals()
|
Completed in 7 milliseconds