Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/proc/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dpage-flags.h806 VM_BUG_ON_PAGE(!PageSlab(page), page); in PageSlabPfmemalloc()
812 VM_BUG_ON_PAGE(!PageSlab(page), page); in SetPageSlabPfmemalloc()
818 VM_BUG_ON_PAGE(!PageSlab(page), page); in __ClearPageSlabPfmemalloc()
824 VM_BUG_ON_PAGE(!PageSlab(page), page); in ClearPageSlabPfmemalloc()
H A Dnet.h310 return !PageSlab(page) && page_count(page) >= 1; in sendpage_ok()
/OK3568_Linux_fs/kernel/mm/kasan/
H A Dreport_sw_tags.c46 if (page && PageSlab(page)) { in kasan_get_bug_type()
H A Dcommon.c408 if (unlikely(!PageSlab(page))) { in __kasan_slab_free_mempool()
572 if (unlikely(!PageSlab(page))) in __kasan_krealloc()
H A Dgeneric.c335 if (is_kfence_address(addr) || !(page && PageSlab(page))) in kasan_record_aux_stack()
H A Dreport.c236 if (page && PageSlab(page)) { in print_address_description()
/OK3568_Linux_fs/kernel/include/crypto/
H A Dscatterwalk.h88 if (ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE && !PageSlab(page)) in scatterwalk_pagedone()
/OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/
H A Dmm.h129 #define PageSlab(p) (0) macro
/OK3568_Linux_fs/kernel/mm/
H A Dusercopy.c238 if (PageSlab(page)) { in check_heap_object()
H A Dslob.c551 if (PageSlab(sp)) { in kfree()
580 if (unlikely(!PageSlab(sp))) in __ksize()
H A Ddebug.c97 mapcount = PageSlab(head) ? 0 : page_mapcount(page); in __dump_page()
H A 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()
H A Dslab.h478 if (WARN_ONCE(!PageSlab(page), "%s: Object is not a Slab page!\n", in virt_to_cache()
H A Dutil.c742 if (unlikely(PageSlab(page))) in page_mapping()
H A Dslub.c995 if (!PageSlab(page)) { in check_slab()
1201 if (PageSlab(page)) { in alloc_debug_processing()
1231 if (!PageSlab(page)) { in free_consistency_checks()
3276 if (unlikely(!PageSlab(page))) { in build_detached_freelist()
4170 if (unlikely(!PageSlab(page))) { in __ksize()
4190 if (unlikely(!PageSlab(page))) { in kfree()
H A Dnommu.c90 if (PageSlab(page)) in kobjsize()
H A Dslab.c1399 BUG_ON(!PageSlab(page)); in kmem_freepages()
H A Dmemory.c1704 if (PageAnon(page) || PageSlab(page) || page_has_type(page)) in validate_page_before_insert()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Domap-crypto.c186 if (!PageSlab(sg_page(dst))) in omap_crypto_copy_data()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dmca_drv.c139 if (PageSlab(p) || PageReserved(p)) in mca_page_isolate()
/OK3568_Linux_fs/kernel/lib/
H A Dscatterlist.c891 !PageSlab(miter->page)) in sg_miter_stop()
/OK3568_Linux_fs/kernel/kernel/
H A Dresource.c155 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-sff.c650 if (!do_write && !PageSlab(page)) in ata_pio_xfer()