Home
last modified time | relevance | path

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

/Linux-v4.19/fs/proc/
Dpage.c49 if (!ppage || PageSlab(ppage)) in kpagecount_read()
109 if (!PageSlab(page) && page_mapped(page)) in stable_page_flags()
166 if (PageTail(page) && PageSlab(compound_head(page))) in stable_page_flags()
/Linux-v4.19/include/linux/
Dpage-flags.h717 VM_BUG_ON_PAGE(!PageSlab(page), page); in PageSlabPfmemalloc()
723 VM_BUG_ON_PAGE(!PageSlab(page), page); in SetPageSlabPfmemalloc()
729 VM_BUG_ON_PAGE(!PageSlab(page), page); in __ClearPageSlabPfmemalloc()
735 VM_BUG_ON_PAGE(!PageSlab(page), page); in ClearPageSlabPfmemalloc()
Dmm.h631 VM_BUG_ON_PAGE(PageSlab(page), page); in page_mapcount()
/Linux-v4.19/include/crypto/
Dscatterwalk.h93 if (ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE && !PageSlab(page)) in scatterwalk_pagedone()
/Linux-v4.19/tools/testing/scatterlist/linux/
Dmm.h122 #define PageSlab(p) (0) macro
/Linux-v4.19/mm/
Ddebug.c64 mapcount = PageSlab(page) ? 0 : page_mapcount(page); in __dump_page()
Dusercopy.c236 if (PageSlab(page)) { in check_heap_object()
Dslob.c497 if (PageSlab(sp)) { in kfree()
518 if (unlikely(!PageSlab(sp))) in ksize()
Dmemory-failure.c96 if (PageSlab(p)) in hwpoison_filter_dev()
250 if (!PageSlab(p)) { in shake_page()
978 if (PageReserved(p) || PageSlab(p)) in hwpoison_user_mappings()
Dutil.c514 if (unlikely(PageSlab(page))) in page_mapping()
Dsparse.c753 if (PageSlab(usemap_page) || PageCompound(usemap_page)) { in free_section_usemap()
Dslub.c917 if (!PageSlab(page)) { in check_slab()
1113 if (PageSlab(page)) { in alloc_debug_processing()
1143 if (!PageSlab(page)) { in free_consistency_checks()
3017 if (unlikely(!PageSlab(page))) { in build_detached_freelist()
3870 if (unlikely(!PageSlab(page))) { in __ksize()
3900 if (unlikely(!PageSlab(page))) { in kfree()
Dnommu.c89 if (PageSlab(page)) in kobjsize()
Dslab.c1447 BUG_ON(!PageSlab(page)); in kmem_freepages()
/Linux-v4.19/mm/kasan/
Dkasan.c588 if (unlikely(!PageSlab(page))) in kasan_krealloc()
600 if (unlikely(!PageSlab(page))) { in kasan_poison_kfree()
Dreport.c259 if (page && PageSlab(page)) { in print_address_description()
/Linux-v4.19/arch/ia64/kernel/
Dmca_drv.c139 if (PageSlab(p) || PageReserved(p)) in mca_page_isolate()
/Linux-v4.19/lib/
Dscatterlist.c775 !PageSlab(miter->page)) in sg_miter_stop()
/Linux-v4.19/kernel/
Dresource.c154 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
/Linux-v4.19/drivers/ata/
Dlibata-sff.c694 if (!do_write && !PageSlab(page)) in ata_pio_sector()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_main.c1566 if (drbd_disable_sendpage || (page_count(page) < 1) || PageSlab(page)) in _drbd_send_page()