Symbol: compound_head
arch/powerpc/mm/book3s64/iommu_api.c
155
pageshift = page_shift(compound_head(page));
drivers/infiniband/core/umem_odp.c
452
struct page *head_page = compound_head(page);
drivers/vfio/vfio_iommu_spapr_tce.c
195
return page_shift(compound_head(page)) >= it_page_shift;
include/linux/mm.h
1939
return compound_head(page);
include/linux/mm.h
2101
page = compound_head(page);
include/linux/page-flags.h
1150
page = compound_head(page);
include/linux/page-flags.h
386
#define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page))
include/linux/page-flags.h
389
PF_POISONED_CHECK(compound_head(page)); })
include/linux/skbuff.h
2628
page = compound_head(page);
include/net/netmem.h
319
return page_to_netmem(compound_head(netmem_to_page(netmem)));
io_uring/rsrc.c
1243
hpage = compound_head(page);
io_uring/rsrc.c
1267
hp = compound_head(p);
io_uring/rsrc.c
196
hpage = compound_head(page);
io_uring/rsrc.c
713
hpage = compound_head(pages[i]);
io_uring/rsrc.c
742
hpage = compound_head(pages[i]);
io_uring/rsrc.c
784
struct page *p = compound_head(page_array[j]);
lib/iov_iter.c
353
head = compound_head(page);
mm/compaction.c
267
page = compound_head(page);
mm/ksm.c
2345
&& compound_head(page) == compound_head(tree_page);
mm/madvise.c
1471
size = page_size(compound_head(page));
mm/page_alloc.c
1168
if (unlikely(compound_head(page) != head_page)) {
mm/page_alloc.c
7318
page = compound_head(page);
mm/page_alloc.c
7465
if (WARN_ON_ONCE(first_page != compound_head(first_page)))
mm/page_isolation.c
413
struct page *head = compound_head(page);
mm/slab.h
159
page = compound_head(page);
mm/usercopy.c
199
page = compound_head(page);
net/core/datagram.c
664
head = compound_head(pages[n]);
net/core/datagram.c
671
head = compound_head(pages[n]);