Lines Matching refs:ex_regions
302 LIST_INIT(&ex->ex_regions);
334 for (rp = LIST_FIRST(&ex->ex_regions); rp != NULL; ) {
370 (LIST_FIRST(&ex->ex_regions) != NULL) &&
371 ((start + size) == LIST_FIRST(&ex->ex_regions)->er_start)) {
375 LIST_FIRST(&ex->ex_regions)->er_start = start;
386 LIST_INSERT_HEAD(&ex->ex_regions, rp, er_link);
544 LIST_FOREACH(rp, &ex->ex_regions, er_link) {
742 LIST_FOREACH(rp, &ex->ex_regions, er_link) {
1086 LIST_FOREACH(rp, &ex->ex_regions, er_link) {
1179 LIST_FOREACH(rp, &ex->ex_regions, er_link)