Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/proc/
Dpage.c69 if (!ppage || PageSlab(ppage) || page_has_type(ppage)) in kpagecount_read()
129 if (!PageSlab(page) && page_mapped(page)) in stable_page_flags()
186 if (PageTail(page) && PageSlab(compound_head(page))) in stable_page_flags()
/kernel/linux/linux-5.10/mm/kasan/
Dtags_report.c51 if (page && PageSlab(page)) { in get_bug_type()
Dcommon.c513 if (unlikely(!PageSlab(page))) in kasan_krealloc()
526 if (unlikely(!PageSlab(page))) { in kasan_poison_kfree()
Dgeneric.c335 if (!(page && PageSlab(page))) in kasan_record_aux_stack()
Dreport.c380 if (page && PageSlab(page)) { in print_address_description()
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h826 VM_BUG_ON_PAGE(!PageSlab(page), page); in PageSlabPfmemalloc()
832 VM_BUG_ON_PAGE(!PageSlab(page), page); in SetPageSlabPfmemalloc()
838 VM_BUG_ON_PAGE(!PageSlab(page), page); in __ClearPageSlabPfmemalloc()
844 VM_BUG_ON_PAGE(!PageSlab(page), page); in ClearPageSlabPfmemalloc()
Dnet.h302 return !PageSlab(page) && page_count(page) >= 1; in sendpage_ok()
/kernel/linux/linux-5.10/include/crypto/
Dscatterwalk.h88 if (ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE && !PageSlab(page)) in scatterwalk_pagedone()
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/
Dmm.h129 #define PageSlab(p) (0) macro
/kernel/linux/linux-5.10/mm/
Dusercopy.c238 if (PageSlab(page)) { in check_heap_object()
Ddebug.c100 mapcount = PageSlab(head) ? 0 : page_mapcount(page); in __dump_page()
Dslob.c549 if (PageSlab(sp)) { in kfree()
575 if (unlikely(!PageSlab(sp))) in __ksize()
Dmemory-failure.c120 if (PageSlab(p)) in hwpoison_filter_dev()
274 if (!PageSlab(p)) { in shake_page()
1004 if (PageReserved(p) || PageSlab(p)) in hwpoison_user_mappings()
Dslab.h435 if (WARN_ONCE(!PageSlab(page), "%s: Object is not a Slab page!\n", in virt_to_cache()
Dutil.c737 if (unlikely(PageSlab(page))) in page_mapping()
Dslub.c954 if (!PageSlab(page)) { in check_slab()
1160 if (PageSlab(page)) { in alloc_debug_processing()
1190 if (!PageSlab(page)) { in free_consistency_checks()
3216 if (unlikely(!PageSlab(page))) { in build_detached_freelist()
4098 if (unlikely(!PageSlab(page))) { in __ksize()
4118 if (unlikely(!PageSlab(page))) { in kfree()
Dnommu.c90 if (PageSlab(page)) in kobjsize()
Dslab.c1398 BUG_ON(!PageSlab(page)); in kmem_freepages()
Dmemory.c1669 if (PageAnon(page) || PageSlab(page) || page_has_type(page)) in validate_page_before_insert()
/kernel/linux/linux-5.10/drivers/crypto/
Domap-crypto.c186 if (!PageSlab(sg_page(dst))) in omap_crypto_copy_data()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dmca_drv.c139 if (PageSlab(p) || PageReserved(p)) in mca_page_isolate()
/kernel/linux/linux-5.10/lib/
Dscatterlist.c891 !PageSlab(miter->page)) in sg_miter_stop()
/kernel/linux/linux-5.10/kernel/
Dresource.c155 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
/kernel/linux/linux-5.10/drivers/ata/
Dlibata-sff.c650 if (!do_write && !PageSlab(page)) in ata_pio_xfer()