internal.h (16217dc79dbc599b110dda26d0421df47904bba4) | internal.h (06ed29989f39f5129d4f76f4a2d7ce2efa46a6a1) |
---|---|
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 --- 165 unchanged lines hidden (view full) --- 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 direct_compaction; /* False from kcompactd or /proc/... */ | 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 --- 165 unchanged lines hidden (view full) --- 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 direct_compaction; /* False from kcompactd or /proc/... */ |
182 bool whole_zone; /* Whole zone has been scanned */ | 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 */ 189}; 190 --- 298 unchanged lines hidden --- | 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 */ 189}; 190 --- 298 unchanged lines hidden --- |