internal.h (06ed29989f39f5129d4f76f4a2d7ce2efa46a6a1) internal.h (9f7e3387939b036faacf4e7f32de7bb92a6635d6)
1/* internal.h: mm/ internal definitions
2 *
3 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version

--- 164 unchanged lines hidden (view full) ---

173 struct list_head migratepages; /* List of pages being migrated */
174 unsigned long nr_freepages; /* Number of isolated free pages */
175 unsigned long nr_migratepages; /* Number of pages to migrate */
176 unsigned long free_pfn; /* isolate_freepages search base */
177 unsigned long migrate_pfn; /* isolate_migratepages search base */
178 unsigned long last_migrated_pfn;/* Not yet flushed page being freed */
179 enum migrate_mode mode; /* Async or sync migration mode */
180 bool ignore_skip_hint; /* Scan blocks even if marked skip */
1/* internal.h: mm/ internal definitions
2 *
3 * Copyright (C) 2004 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version

--- 164 unchanged lines hidden (view full) ---

173 struct list_head migratepages; /* List of pages being migrated */
174 unsigned long nr_freepages; /* Number of isolated free pages */
175 unsigned long nr_migratepages; /* Number of pages to migrate */
176 unsigned long free_pfn; /* isolate_freepages search base */
177 unsigned long migrate_pfn; /* isolate_migratepages search base */
178 unsigned long last_migrated_pfn;/* Not yet flushed page being freed */
179 enum migrate_mode mode; /* Async or sync migration mode */
180 bool ignore_skip_hint; /* Scan blocks even if marked skip */
181 bool ignore_block_suitable; /* Scan blocks considered unsuitable */
181 bool direct_compaction; /* False from kcompactd or /proc/... */
182 bool whole_zone; /* Whole zone should/has been scanned */
183 int order; /* order a direct compactor needs */
184 const gfp_t gfp_mask; /* gfp mask of a direct compactor */
185 const unsigned int alloc_flags; /* alloc flags of a direct compactor */
186 const int classzone_idx; /* zone index of a direct compactor */
187 struct zone *zone;
188 bool contended; /* Signal lock or sched contention */

--- 300 unchanged lines hidden ---
182 bool direct_compaction; /* False from kcompactd or /proc/... */
183 bool whole_zone; /* Whole zone should/has been scanned */
184 int order; /* order a direct compactor needs */
185 const gfp_t gfp_mask; /* gfp mask of a direct compactor */
186 const unsigned int alloc_flags; /* alloc flags of a direct compactor */
187 const int classzone_idx; /* zone index of a direct compactor */
188 struct zone *zone;
189 bool contended; /* Signal lock or sched contention */

--- 300 unchanged lines hidden ---