/openbmc/linux/include/trace/events/ |
H A D | page_ref.h | 32 __entry->count = page_ref_count(page); 81 __entry->count = page_ref_count(page);
|
/openbmc/linux/include/linux/ |
H A D | bootmem_info.h | 40 VM_BUG_ON_PAGE(page_ref_count(page) != 2, page); in free_bootmem_page()
|
H A D | page_ref.h | 65 static inline int page_ref_count(const struct page *page) in page_ref_count() function 89 return page_ref_count(&folio->page); in folio_ref_count()
|
H A D | mm.h | 1099 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in put_page_testzero() 1459 if (WARN_ON_ONCE(page_ref_count(page) <= 0)) in try_get_page()
|
/openbmc/linux/fs/erofs/ |
H A D | compress.h | 76 if (page_ref_count(page) > 1) { in z_erofs_put_shortlivedpage()
|
H A D | utils.c | 13 DBG_BUGON(page_ref_count(page) != 1); in erofs_allocpage()
|
/openbmc/linux/net/core/ |
H A D | page_pool.c | 605 if (likely(page_ref_count(page) == 1 && !page_is_pfmemalloc(page))) { in __page_pool_put_page() 720 if (page_ref_count(page) == 1 && !page_is_pfmemalloc(page)) { in page_pool_drain_frag() 797 if (!(page_ref_count(page) == 1)) in page_pool_empty_ring() 799 __func__, page_ref_count(page)); in page_pool_empty_ring()
|
H A D | sock.c | 2912 if (page_ref_count(pfrag->page) == 1) { in skb_page_frag_refill()
|
/openbmc/linux/mm/ |
H A D | debug.c | 99 page, page_ref_count(head), mapcount, mapping, in __dump_page()
|
H A D | page_isolation.c | 103 if (!page_ref_count(page)) { in has_unmovable_pages()
|
H A D | internal.h | 220 VM_BUG_ON_PAGE(page_ref_count(page), page); in set_page_refcounted()
|
H A D | page_alloc.c | 917 page_ref_count(page) | in page_expected_state() 935 if (unlikely(page_ref_count(page) != 0)) in page_bad_reason() 4586 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in __page_frag_cache_drain()
|
/openbmc/linux/arch/powerpc/platforms/512x/ |
H A D | mpc512x_shared.c | 173 BUG_ON(page_ref_count(page) > 1); in mpc512x_free_bootmem()
|
/openbmc/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_rx.c | 76 if (page_ref_count(buf->page) == buf->pg_refs) { in cache_get() 267 if ((page_ref_count(buf->page) == buf->pg_refs && in get_buf()
|
/openbmc/linux/fs/nilfs2/ |
H A D | page.c | 169 page, page_ref_count(page), in nilfs_page_bug()
|
/openbmc/linux/drivers/net/ethernet/cavium/thunder/ |
H A D | nicvf_queues.c | 105 ref_count = page_ref_count(page); in nicvf_alloc_page() 364 if (pgcache->page && page_ref_count(pgcache->page) != 0) { in nicvf_free_rbdr() 1651 if (page_ref_count(page) != 1) in nicvf_unmap_rcv_buffer()
|
H A D | nicvf_main.c | 573 if (page_ref_count(page) == 1) { in nicvf_xdp_rx() 604 if (page_ref_count(page) == 1) { in nicvf_xdp_rx() 681 if (page && (page_ref_count(page) == 1)) in nicvf_snd_pkt_handler()
|
/openbmc/linux/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 898 pn, page_ref_count(page), 1 << fpp_order); in geth_fill_freeq() 900 if (page_ref_count(page) > 1) { in geth_fill_freeq() 1018 while (page_ref_count(gpage->page) > 0) in geth_cleanup_freeq()
|
/openbmc/linux/fs/ |
H A D | dax.c | 390 WARN_ON_ONCE(trunc && page_ref_count(page) > 1); in dax_disassociate_entry() 409 if (page_ref_count(page) > 1) in dax_busy_page()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 284 if (unlikely(page_ref_count(page) != 1 || page_is_pfmemalloc(page))) in ocelot_fdma_add_rx_frag()
|
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | selftest.c | 606 count = page_ref_count(pages[0]); in iommufd_test_md_check_refs()
|
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ring.c | 94 if (page_ref_count(rxbuf->rxdata.page) > 1) { in aq_get_rxpages()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode.c | 3600 if (page && page_ref_count(page) != 1) { in xfs_mmaplock_two_inodes_and_break_dax_layout()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 778 return (!page_is_pfmemalloc(page) && page_ref_count(page) == 1); in enetc_recycle_xdp_tx_buff()
|
/openbmc/linux/kernel/trace/ |
H A D | ring_buffer.c | 5651 if (page_ref_count(page) > 1) in ring_buffer_free_read_page()
|