Searched refs:dump_page (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.10/include/linux/ |
D | mmdebug.h | 12 extern void dump_page(struct page *page, const char *reason); 22 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
|
/Linux-v5.10/mm/ |
D | debug.c | 190 void dump_page(struct page *page, const char *reason) in dump_page() function 195 EXPORT_SYMBOL(dump_page);
|
D | gup_benchmark.c | 59 dump_page(page, "gup_benchmark failure"); in verify_dma_pinned()
|
D | page_isolation.c | 62 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
D | memory_hotplug.c | 1329 dump_page(page, "isolation failed"); in do_migrate_range() 1360 dump_page(page, "migration failure"); in do_migrate_range()
|
D | huge_memory.c | 2725 dump_page(head, NULL); in split_huge_page_to_list() 2726 dump_page(page, "total_mapcount(head) > 0"); in split_huge_page_to_list()
|
D | filemap.c | 179 dump_page(page, "still mapped when deleted"); in unaccount_page_cache_page()
|
D | memory.c | 540 dump_page(page, "bad pte"); in print_bad_pte()
|
/Linux-v5.10/mm/kasan/ |
D | report.c | 402 dump_page(page, "kasan: bad access detected"); in print_address_description()
|
/Linux-v5.10/Documentation/core-api/ |
D | pin_user_pages.rst | 267 dump_page() has been enhanced slightly, to handle these new counting fields, and
|
/Linux-v5.10/drivers/virtio/ |
D | virtio_mem.c | 610 dump_page(page, "unplugged page referenced"); in virtio_mem_notify_going_offline()
|
/Linux-v5.10/fs/fuse/ |
D | dev.c | 788 dump_page(page, "fuse: trying to steal weird page"); in fuse_check_page()
|