Searched refs:PageTail (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/linux/ |
D | page-flags.h | 149 static __always_inline int PageTail(struct page *page) in PageTail() function 156 return test_bit(PG_head, &page->flags) || PageTail(page); in PageCompound() 194 VM_BUG_ON_PGFLAGS(PageTail(page), page); \ 197 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \ 468 VM_BUG_ON_PAGE(PageTail(page), page); in __SetPageUptodate() 475 VM_BUG_ON_PAGE(PageTail(page), page); in SetPageUptodate() 553 VM_BUG_ON_PAGE(PageTail(page), page); in PageTransHuge() 595 return PageTail(page); in PageTransTail()
|
D | pagemap.h | 195 VM_BUG_ON_PAGE(PageTail(page), page); in page_cache_get_speculative()
|
/Linux-v4.19/fs/proc/ |
D | page.c | 122 if (PageTail(page)) in stable_page_flags() 166 if (PageTail(page) && PageSlab(compound_head(page))) in stable_page_flags()
|
/Linux-v4.19/mm/ |
D | mlock.c | 93 VM_BUG_ON_PAGE(PageTail(page), page); in mlock_vma_page() 190 VM_BUG_ON_PAGE(PageTail(page), page); in munlock_vma_page()
|
D | internal.h | 76 VM_BUG_ON_PAGE(PageTail(page), page); in set_page_refcounted()
|
D | truncate.c | 224 VM_BUG_ON_PAGE(PageTail(page), page); in truncate_inode_page()
|
D | filemap.c | 152 VM_BUG_ON_PAGE(PageTail(page), page); in page_cache_tree_delete() 200 VM_BUG_ON_PAGE(PageTail(page), page); in unaccount_page_cache_page()
|
D | shmem.c | 593 VM_BUG_ON_PAGE(PageTail(page), page); in shmem_add_to_page_cache() 860 VM_BUG_ON_PAGE(PageTail(page), page); in shmem_undo_range() 965 VM_BUG_ON_PAGE(PageTail(page), page); in shmem_undo_range()
|
D | huge_memory.c | 2480 VM_BUG_ON_PAGE(PageTail(page), page); in total_mapcount() 2695 if (PageTail(page)) in split_huge_page_to_list()
|
D | migrate.c | 216 VM_BUG_ON_PAGE(PageTail(page), page); in remove_migration_pte()
|
D | page_alloc.c | 965 if (unlikely(!PageTail(page))) { in free_tail_pages_check() 985 VM_BUG_ON_PAGE(PageTail(page), page); in free_pages_prepare()
|
D | slub.c | 347 VM_BUG_ON_PAGE(PageTail(page), page); in slab_lock() 353 VM_BUG_ON_PAGE(PageTail(page), page); in slab_unlock()
|
D | vmscan.c | 1767 WARN_RATELIMIT(PageTail(page), "trying to isolate tail page"); in isolate_lru_page()
|
/Linux-v4.19/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 190 BUG_ON(PageTail(page)); in mpc512x_free_bootmem()
|
/Linux-v4.19/drivers/vfio/ |
D | vfio_iommu_type1.c | 319 if (PageTail(tail)) in is_invalid_reserved_pfn()
|