Lines Matching full:merge
62 * Describes a VMA merge operation and is threaded throughout it.
64 * Any of the fields may be mutated by the merge operation, so no guarantees are
65 * made to the contents of this structure after a merge operation has completed.
92 * During the merge process these fields are updated to describe the new
107 /* Flags which callers can use to modify merge behaviour: */
110 * If we can expand, simply do so. We know there is nothing to merge to
111 * the right. Does not reset state upon failure to merge. The VMA
118 * If a merge is possible, but an OOM error occurs, give up and don't
119 * execute the merge, returning NULL.
123 /* Internal flags set during merge process: */
126 * Internal flag indicating the merge increases vmg->middle->vm_start
131 * Internal flag indicating the merge decreases vmg->next->vm_start
136 * Internal flag used during the merge operation to indicate we will
141 * Internal flag used during the merge operationr to indicate we will