Lines Matching defs:insert
528 * memblock_insert_region - insert new memblock region
529 * @type: memblock type to insert into
577 bool insert = false;
598 * The following is executed twice. Once with %false @insert and
615 * area, insert that portion.
623 if (insert)
632 /* insert the remaining portion */
635 if (insert)
647 if (!insert) {
651 insert = true;