File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Documentation/admin-guide/kdump Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -325,14 +325,14 @@ NR_FREE_PAGES
325
325
On linux-2.6.21 or later, the number of free pages is in
326
326
vm_stat[NR_FREE_PAGES]. Used to get the number of free pages.
327
327
328
- PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_slab|PG_hwpoision| PG_head_mask|PG_hugetlb
329
- -----------------------------------------------------------------------------------------
328
+ PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_hwpoison| PG_head_mask
329
+ --------------------------------------------------------------------------
330
330
331
331
Page attributes. These flags are used to filter various unnecessary for
332
332
dumping pages.
333
333
334
- PAGE_BUDDY_MAPCOUNT_VALUE(~PG_buddy) |PAGE_OFFLINE_MAPCOUNT_VALUE(~PG_offline)|PAGE_OFFLINE_MAPCOUNT_VALUE(~PG_unaccepted)
335
- -------------------------------------------------------------------------------------------------------------------------
334
+ PAGE_SLAB_MAPCOUNT_VALUE| PAGE_BUDDY_MAPCOUNT_VALUE|PAGE_OFFLINE_MAPCOUNT_VALUE|PAGE_HUGETLB_MAPCOUNT_VALUE|PAGE_UNACCEPTED_MAPCOUNT_VALUE
335
+ ------------------------------------------------------------------------------------------------------------------------------------------
336
336
337
337
More page attributes. These flags are used to filter various unnecessary for
338
338
dumping pages.
You can’t perform that action at this time.
0 commit comments