Lines Matching full:the
9 * This work is licensed under the terms of the GNU GPL, version 2 or
10 * later. See the COPYING file in the top-level directory.
16 * The functions declared here will be removed soon.
40 /* Protected by the BQL. */
42 /* RCU-enabled, writes protected by the ramlist lock */
57 /* bitmap of pages present in the migration file */
60 * offset in the file pages belonging to this ramblock are saved,
70 * bitmap to track already cleared dirty bitmap. When the bit is
71 * set, it means the corresponding memory chunk needs a log-clear.
72 * Set this up to non-NULL to enable the capability to postpone
73 * and split clearing of dirty bitmap on the remote node (e.g.,
74 * KVM). The bitmap will be set only when doing global sync.
77 * protected by the global ram_state.bitmap_mutex.
79 * NOTE: this bitmap is different comparing to the other bitmaps
81 * decided by the `clear_bmap_shift' variable below). On
82 * destination side, this should always be NULL, and the variable
89 * RAM block length that corresponds to the used_length on the migration
91 * starting to run the guest, used_length and postcopy_length can differ.
92 * Used to register/unregister uffd handlers and as the size of the received
94 * could not have been valid on the source.
104 /* 1-setting of the bitmap represents ram is populated (shared) */