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

/freebsd-10.1-release/sys/dev/pci/
H A Dpci_pci.c1195 u_long align, start_free, end_free, front, back, wmask; local
1262 if (rman_first_free_region(&w->rman, &start_free, &end_free) !=
1263 0 || start_free != w->base)
1291 if (rman_last_free_region(&w->rman, &start_free, &end_free) !=
1293 start_free = w->limit + 1;
1294 if (start_free < start)
1295 start_free = start;
1297 /* Move start_free up until it is properly aligned. */
1298 start_free = roundup2(start_free, alig
[all...]

Completed in 103 milliseconds