Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_pci.c785 start_free = bus->sub + 1; in pcib_alloc_subbus()
786 if (start_free < start) in pcib_alloc_subbus()
787 start_free = start; in pcib_alloc_subbus()
788 new_end = start_free + count - 1; in pcib_alloc_subbus()
2190 0 || start_free != w->base) in pcib_grow_window()
2220 start_free = w->limit + 1; in pcib_grow_window()
2221 if (start_free < start) in pcib_grow_window()
2222 start_free = start; in pcib_grow_window()
2225 start_free = roundup2(start_free, align); in pcib_grow_window()
2226 back = start_free + count - 1; in pcib_grow_window()
[all …]