Home
last modified time | relevance | path

Searched refs:page_ref_count (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.3-rc2/include/trace/events/
A Dpage_ref.h32 __entry->count = page_ref_count(page);
81 __entry->count = page_ref_count(page);
/linux-6.3-rc2/include/linux/
A Dbootmem_info.h39 VM_BUG_ON_PAGE(page_ref_count(page) != 2, page); in free_bootmem_page()
A Dpage_ref.h65 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()
A Dmm.h875 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in put_page_testzero()
1287 if (WARN_ON_ONCE(page_ref_count(page) <= 0)) in try_get_page()
/linux-6.3-rc2/fs/erofs/
A Dcompress.h74 if (page_ref_count(page) > 1) { in z_erofs_put_shortlivedpage()
A Dutils.c14 DBG_BUGON(page_ref_count(page) != 1); in erofs_allocpage()
/linux-6.3-rc2/net/core/
A Dpage_pool.c566 if (likely(page_ref_count(page) == 1 && !page_is_pfmemalloc(page))) { in __page_pool_put_page()
668 if (page_ref_count(page) == 1 && !page_is_pfmemalloc(page)) { in page_pool_drain_frag()
745 if (!(page_ref_count(page) == 1)) in page_pool_empty_ring()
747 __func__, page_ref_count(page)); in page_pool_empty_ring()
A Dsock.c2846 if (page_ref_count(pfrag->page) == 1) { in skb_page_frag_refill()
/linux-6.3-rc2/mm/
A Ddebug.c94 page, page_ref_count(head), mapcount, mapping, in __dump_page()
A Dpage_isolation.c103 if (!page_ref_count(page)) { in has_unmovable_pages()
A Dinternal.h169 VM_BUG_ON_PAGE(page_ref_count(page), page); in set_page_refcounted()
A Dpage_alloc.c1247 page_ref_count(page) | in page_expected_state()
1265 if (unlikely(page_ref_count(page) != 0)) in page_bad_reason()
5731 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in __page_frag_cache_drain()
/linux-6.3-rc2/arch/powerpc/platforms/512x/
A Dmpc512x_shared.c187 BUG_ON(page_ref_count(page) > 1); in mpc512x_free_bootmem()
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/
A Dfuneth_rx.c76 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()
/linux-6.3-rc2/fs/nilfs2/
A Dpage.c168 page, page_ref_count(page), in nilfs_page_bug()
/linux-6.3-rc2/drivers/net/ethernet/cavium/thunder/
A Dnicvf_queues.c105 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()
A Dnicvf_main.c573 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()
/linux-6.3-rc2/drivers/iommu/iommufd/
A Dselftest.c408 count = page_ref_count(pages[0]); in iommufd_test_md_check_refs()
/linux-6.3-rc2/fs/
A Ddax.c404 WARN_ON_ONCE(trunc && page_ref_count(page) > 1); in dax_disassociate_entry()
423 if (page_ref_count(page) > 1) in dax_busy_page()
/linux-6.3-rc2/drivers/net/ethernet/cortina/
A Dgemini.c898 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()
/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot_fdma.c285 if (unlikely(page_ref_count(page) != 1 || page_is_pfmemalloc(page))) in ocelot_fdma_add_rx_frag()
/linux-6.3-rc2/drivers/net/ethernet/aquantia/atlantic/
A Daq_ring.c94 if (page_ref_count(rxbuf->rxdata.page) > 1) { in aq_get_rxpages()
/linux-6.3-rc2/fs/xfs/
A Dxfs_inode.c3484 if (page && page_ref_count(page) != 1) { in xfs_mmaplock_two_inodes_and_break_dax_layout()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_rx.c306 if (page_ref_count(cache->page_cache[cache->head]) != 1) { in mlx5e_rx_cache_get()
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc.c726 return (!page_is_pfmemalloc(page) && page_ref_count(page) == 1); in enetc_page_reusable()

Completed in 120 milliseconds

12