Searched refs:dump_page (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | mmdebug.h | 12 void dump_page(struct page *page, const char *reason); 21 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\ 28 dump_page(&folio->page, "VM_BUG_ON_FOLIO(" __stringify(cond)")");\ 51 dump_page(page, "VM_WARN_ON_ONCE_PAGE(" __stringify(cond)")");\ 61 dump_page(&folio->page, "VM_WARN_ON_FOLIO(" __stringify(cond)")");\ 71 dump_page(&folio->page, "VM_WARN_ON_ONCE_FOLIO(" __stringify(cond)")");\
|
/linux-6.3-rc2/mm/ |
A D | gup_test.c | 54 dump_page(page, "gup_test failure"); in verify_dma_pinned() 60 dump_page(page, "gup_test failure"); in verify_dma_pinned() 93 dump_page(pages[index_to_dump], in dump_pages_test()
|
A D | debug.c | 127 void dump_page(struct page *page, const char *reason) in dump_page() function 137 EXPORT_SYMBOL(dump_page);
|
A D | page_poison.c | 74 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
|
A D | page_isolation.c | 200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
A D | memory_hotplug.c | 1682 dump_page(page, "isolation failed"); in do_migrate_range() 1716 dump_page(page, "migration failure"); in do_migrate_range()
|
A D | filemap.c | 159 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
|
A D | page_alloc.c | 698 dump_page(page, reason); in bad_page() 9212 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
|
A D | Kconfig | 1089 There is also a sub-test that allows running dump_page() on any
|
A D | memory.c | 511 dump_page(page, "bad pte"); in print_bad_pte()
|
/linux-6.3-rc2/mm/kasan/ |
A D | report.c | 358 dump_page(page, "kasan: bad access detected"); in print_address_description()
|
/linux-6.3-rc2/arch/s390/mm/ |
A D | pgalloc.c | 324 dump_page(page, msg); in page_table_release_check()
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | pin_user_pages.rst | 266 dump_page() has been enhanced slightly to handle these new counting
|
/linux-6.3-rc2/fs/fuse/ |
A D | dev.c | 783 dump_page(&folio->page, "fuse: trying to steal weird page"); in fuse_check_folio()
|
/linux-6.3-rc2/drivers/virtio/ |
A D | virtio_mem.c | 1209 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()
|
Completed in 54 milliseconds