Searched refs:dump_page (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/include/linux/ |
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.1.9/mm/ |
D | gup_test.c | 53 dump_page(page, "gup_test failure"); in verify_dma_pinned() 59 dump_page(page, "gup_test failure"); in verify_dma_pinned() 92 dump_page(pages[index_to_dump], in dump_pages_test()
|
D | debug.c | 126 void dump_page(struct page *page, const char *reason) in dump_page() function 136 EXPORT_SYMBOL(dump_page);
|
D | page_poison.c | 74 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
|
D | page_isolation.c | 200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
D | memory_hotplug.c | 1683 dump_page(page, "isolation failed"); in do_migrate_range() 1716 dump_page(page, "migration failure"); in do_migrate_range()
|
D | Kconfig | 1036 There is also a sub-test that allows running dump_page() on any
|
D | filemap.c | 157 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
|
D | page_alloc.c | 716 dump_page(page, reason); in bad_page() 9177 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
|
D | memory.c | 558 dump_page(page, "bad pte"); in print_bad_pte()
|
/linux-6.1.9/mm/kasan/ |
D | report.c | 323 dump_page(page, "kasan: bad access detected"); in print_address_description()
|
/linux-6.1.9/arch/s390/mm/ |
D | pgalloc.c | 324 dump_page(page, msg); in page_table_release_check()
|
/linux-6.1.9/Documentation/core-api/ |
D | pin_user_pages.rst | 267 dump_page() has been enhanced slightly, to handle these new counting
|
/linux-6.1.9/fs/fuse/ |
D | dev.c | 781 dump_page(page, "fuse: trying to steal weird page"); in fuse_check_page()
|
/linux-6.1.9/drivers/virtio/ |
D | virtio_mem.c | 1209 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()
|