Home
last modified time | relevance | path

Searched refs:dump_page (Results 1 – 18 of 18) sorted by relevance

/linux-6.12.1/include/linux/
Dmmdebug.h13 void dump_page(const struct page *page, const char *reason);
23 dump_page(page, "VM_BUG_ON_PAGE(" __stringify(cond)")");\
30 dump_page(&folio->page, "VM_BUG_ON_FOLIO(" __stringify(cond)")");\
53 dump_page(page, "VM_WARN_ON_ONCE_PAGE(" __stringify(cond)")");\
63 dump_page(&folio->page, "VM_WARN_ON_FOLIO(" __stringify(cond)")");\
73 dump_page(&folio->page, "VM_WARN_ON_ONCE_FOLIO(" __stringify(cond)")");\
/linux-6.12.1/mm/
Dgup_test.c55 dump_page(&folio->page, "gup_test failure"); in verify_dma_pinned()
61 dump_page(&folio->page, "gup_test failure"); in verify_dma_pinned()
94 dump_page(pages[index_to_dump], in dump_pages_test()
Ddebug.c162 void dump_page(const struct page *page, const char *reason) in dump_page() function
172 EXPORT_SYMBOL(dump_page);
Dpage_poison.c73 dump_page(page, "pagealloc: corrupted page details"); in check_poison_mem()
Dpage_isolation.c199 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
Dmemory_hotplug.c1823 dump_page(page, "isolation failed"); in do_migrate_range()
1859 dump_page(&folio->page, in do_migrate_range()
Dpage_alloc.c498 dump_page(page, reason); in bad_page()
6395 dump_page(page, "migration failure"); in alloc_contig_dump_pages()
DKconfig1141 There is also a sub-test that allows running dump_page() on any
Dfilemap.c167 dump_page(&folio->page, "still mapped when deleted"); in filemap_unaccount_folio()
Dvmalloc.c111 dump_page(page, "remapping already mapped page"); in vmap_pte_range()
Dmemory.c536 dump_page(page, "bad pte"); in print_bad_pte()
/linux-6.12.1/fs/
Dcoredump.c927 struct page *dump_page; in dump_user_range() local
929 dump_page = dump_page_alloc(); in dump_user_range()
930 if (!dump_page) in dump_user_range()
945 int stop = !dump_emit_page(cprm, dump_page_copy(page, dump_page)); in dump_user_range()
948 dump_page_free(dump_page); in dump_user_range()
955 dump_page_free(dump_page); in dump_user_range()
/linux-6.12.1/fs/btrfs/
Dtree-checker.c68 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in generic_err()
96 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in file_extent_err()
157 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in dir_item_err()
672 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in block_group_err()
1029 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in dev_item_err()
1285 dump_page(folio_page(eb->folios[0], 0), "eb page dump"); in extent_err()
Dsubpage.c886 dump_page(folio_page(folio, 0), "btrfs subpage dump"); in btrfs_subpage_dump_bitmap()
/linux-6.12.1/mm/kasan/
Dreport.c416 dump_page(page, "kasan: bad access detected"); in print_address_description()
/linux-6.12.1/Documentation/core-api/
Dpin_user_pages.rst274 dump_page() has been enhanced slightly to handle these new counting
/linux-6.12.1/drivers/virtio/
Dvirtio_mem.c1276 dump_page(page, "fake-offline page referenced"); in virtio_mem_fake_offline_going_offline()
/linux-6.12.1/fs/fuse/
Ddev.c833 dump_page(&folio->page, "fuse: trying to steal weird page"); in fuse_check_folio()