| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | page.c | 69 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 D | page-flags.h | 806 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 D | net.h | 310 return !PageSlab(page) && page_count(page) >= 1; in sendpage_ok()
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | report_sw_tags.c | 46 if (page && PageSlab(page)) { in kasan_get_bug_type()
|
| H A D | common.c | 408 if (unlikely(!PageSlab(page))) { in __kasan_slab_free_mempool() 572 if (unlikely(!PageSlab(page))) in __kasan_krealloc()
|
| H A D | generic.c | 335 if (is_kfence_address(addr) || !(page && PageSlab(page))) in kasan_record_aux_stack()
|
| H A D | report.c | 236 if (page && PageSlab(page)) { in print_address_description()
|
| /OK3568_Linux_fs/kernel/include/crypto/ |
| H A D | scatterwalk.h | 88 if (ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE && !PageSlab(page)) in scatterwalk_pagedone()
|
| /OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 129 #define PageSlab(p) (0) macro
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | usercopy.c | 238 if (PageSlab(page)) { in check_heap_object()
|
| H A D | slob.c | 551 if (PageSlab(sp)) { in kfree() 580 if (unlikely(!PageSlab(sp))) in __ksize()
|
| H A D | debug.c | 97 mapcount = PageSlab(head) ? 0 : page_mapcount(page); in __dump_page()
|
| H A D | memory-failure.c | 120 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 D | slab.h | 478 if (WARN_ONCE(!PageSlab(page), "%s: Object is not a Slab page!\n", in virt_to_cache()
|
| H A D | util.c | 742 if (unlikely(PageSlab(page))) in page_mapping()
|
| H A D | slub.c | 995 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 D | nommu.c | 90 if (PageSlab(page)) in kobjsize()
|
| H A D | slab.c | 1399 BUG_ON(!PageSlab(page)); in kmem_freepages()
|
| H A D | memory.c | 1704 if (PageAnon(page) || PageSlab(page) || page_has_type(page)) in validate_page_before_insert()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | omap-crypto.c | 186 if (!PageSlab(sg_page(dst))) in omap_crypto_copy_data()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | mca_drv.c | 139 if (PageSlab(p) || PageReserved(p)) in mca_page_isolate()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | scatterlist.c | 891 !PageSlab(miter->page)) in sg_miter_stop()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | resource.c | 155 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-sff.c | 650 if (!do_write && !PageSlab(page)) in ata_pio_xfer()
|