Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/pci/
HDpci_pci.c768 rman_res_t start_free, end_free, new_end; in pcib_alloc_subbus() local
783 if (rman_last_free_region(&bus->rman, &start_free, &end_free) != 0 || in pcib_alloc_subbus()
785 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()
801 printf("\tback candidate range: %ju-%ju\n", start_free, in pcib_alloc_subbus()
2133 rman_res_t align, start_free, end_free, front, back, wmask; in pcib_grow_window() local
2200 if (rman_first_free_region(&w->rman, &start_free, &end_free) != in pcib_grow_window()
2201 0 || start_free != w->base) in pcib_grow_window()
[all …]