Home
last modified time | relevance | path

Searched refs:min_used (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/pci/
H A Dbus.c193 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()
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Ddraw.py555 min_used = {}
559 if volume not in min_used or min_used[volume] > used:
560 min_used[volume] = used
564 volume_scale = max([sample.records[volume] - min_used[volume]
585 [sample.records[volume] - min_used[volume]
/openbmc/linux/tools/mm/
H A Dslabinfo.c825 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()