Home
last modified time | relevance | path

Searched refs:PageSlab (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.4/fs/proc/
Dpage.c51 if (!ppage || PageSlab(ppage) || page_has_type(ppage)) in kpagecount_read()
111 if (!PageSlab(page) && page_mapped(page)) in stable_page_flags()
168 if (PageTail(page) && PageSlab(compound_head(page))) in stable_page_flags()
/Linux-v5.4/mm/kasan/
Dtags_report.c51 if (page && PageSlab(page)) { in get_bug_type()
Dcommon.c562 if (unlikely(!PageSlab(page))) in kasan_krealloc()
575 if (unlikely(!PageSlab(page))) { in kasan_poison_kfree()
Dreport.c377 if (page && PageSlab(page)) { in print_address_description()
/Linux-v5.4/include/linux/
Dpage-flags.h793 VM_BUG_ON_PAGE(!PageSlab(page), page); in PageSlabPfmemalloc()
799 VM_BUG_ON_PAGE(!PageSlab(page), page); in SetPageSlabPfmemalloc()
805 VM_BUG_ON_PAGE(!PageSlab(page), page); in __ClearPageSlabPfmemalloc()
811 VM_BUG_ON_PAGE(!PageSlab(page), page); in ClearPageSlabPfmemalloc()
Dmm.h719 VM_BUG_ON_PAGE(PageSlab(page), page); in page_mapcount()
/Linux-v5.4/include/crypto/
Dscatterwalk.h88 if (ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE && !PageSlab(page)) in scatterwalk_pagedone()
/Linux-v5.4/tools/testing/scatterlist/linux/
Dmm.h122 #define PageSlab(p) (0) macro
/Linux-v5.4/mm/
Dusercopy.c238 if (PageSlab(page)) { in check_heap_object()
Ddebug.c68 mapcount = PageSlab(page) ? 0 : page_mapcount(page); in __dump_page()
Dslob.c547 if (PageSlab(sp)) { in kfree()
573 if (unlikely(!PageSlab(sp))) in __ksize()
Dmemory-failure.c93 if (PageSlab(p)) in hwpoison_filter_dev()
246 if (!PageSlab(p)) { in shake_page()
980 if (PageReserved(p) || PageSlab(p)) in hwpoison_user_mappings()
Dslab.h473 if (WARN_ONCE(!PageSlab(page), "%s: Object is not a Slab page!\n", in virt_to_cache()
Dutil.c655 if (unlikely(PageSlab(page))) in page_mapping()
Dslub.c916 if (!PageSlab(page)) { in check_slab()
1122 if (PageSlab(page)) { in alloc_debug_processing()
1152 if (!PageSlab(page)) { in free_consistency_checks()
3068 if (unlikely(!PageSlab(page))) { in build_detached_freelist()
3926 if (unlikely(!PageSlab(page))) { in __ksize()
3946 if (unlikely(!PageSlab(page))) { in kfree()
Dnommu.c90 if (PageSlab(page)) in kobjsize()
Dslab.c1392 BUG_ON(!PageSlab(page)); in kmem_freepages()
/Linux-v5.4/arch/ia64/kernel/
Dmca_drv.c139 if (PageSlab(p) || PageReserved(p)) in mca_page_isolate()
/Linux-v5.4/lib/
Dscatterlist.c810 !PageSlab(miter->page)) in sg_miter_stop()
/Linux-v5.4/drivers/scsi/
Dlibiscsi_tcp.c131 if (!recv && page_count(sg_page(sg)) >= 1 && !PageSlab(sg_page(sg))) in iscsi_tcp_segment_map()
/Linux-v5.4/kernel/
Dresource.c155 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
/Linux-v5.4/drivers/ata/
Dlibata-sff.c682 if (!do_write && !PageSlab(page)) in ata_pio_sector()
/Linux-v5.4/drivers/nvme/host/
Dtcp.c865 if (unlikely(PageSlab(page))) { in nvme_tcp_try_send_data()
/Linux-v5.4/net/ipv4/
Dtcp.c966 WARN_ONCE(PageSlab(page), "page must not be a Slab one")) in do_tcp_sendpages()
/Linux-v5.4/net/ceph/
Dmessenger.c585 if (page_count(page) >= 1 && !PageSlab(page)) in ceph_tcp_sendpage()

12