Searched refs:start_free (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/pci/ |
H A D | pci_pci.c | 752 rman_res_t start_free, end_free, new_end; in pcib_alloc_subbus() local 767 if (rman_last_free_region(&bus->rman, &start_free, &end_free) != 0 || in pcib_alloc_subbus() 769 start_free = bus->sub + 1; in pcib_alloc_subbus() 770 if (start_free < start) in pcib_alloc_subbus() 771 start_free = start; in pcib_alloc_subbus() 772 new_end = start_free + count - 1; in pcib_alloc_subbus() 785 printf("\tback candidate range: %ju-%ju\n", start_free, in pcib_alloc_subbus() 1860 rman_res_t align, start_free, end_free, front, back, wmask; in pcib_grow_window() local 1927 if (rman_first_free_region(&w->rman, &start_free, &end_free) != in pcib_grow_window() 1928 0 || start_free != w->base) in pcib_grow_window() [all …]
|