| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | page_ref.h | 32 __entry->count = page_ref_count(page); 81 __entry->count = page_ref_count(page);
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | page_pool.c | 376 if (likely(page_ref_count(page) == 1 && in page_pool_put_page() 420 if (!(page_ref_count(page) == 1)) in page_pool_empty_ring() 422 __func__, page_ref_count(page)); in page_pool_empty_ring()
|
| H A D | sock.c | 2467 if (page_ref_count(pfrag->page) == 1) { in skb_page_frag_refill()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | compress.h | 74 if (page_ref_count(page) > 1) { in z_erofs_put_shortlivedpage()
|
| H A D | utils.c | 16 DBG_BUGON(page_ref_count(page) != 1); in erofs_allocpage()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page_ref.h | 65 static inline int page_ref_count(struct page *page) in page_ref_count() function
|
| H A D | mm.h | 761 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in put_page_testzero() 1215 ((unsigned int) page_ref_count(page) + 127u <= 127u) 1233 if (WARN_ON_ONCE(page_ref_count(page) <= 0)) in try_get_page() 1336 return ((unsigned int)page_ref_count(compound_head(page))) >= in page_maybe_dma_pinned()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug.c | 100 page, page_ref_count(head), mapcount, mapping, in __dump_page()
|
| H A D | internal.h | 116 VM_BUG_ON_PAGE(page_ref_count(page), page); in set_page_refcounted()
|
| H A D | gup.c | 53 if (VM_WARN_ON_ONCE_PAGE(page_ref_count(page) < refs, page)) in put_page_refs() 74 if (WARN_ON_ONCE(page_ref_count(head) < 0)) in try_get_compound_head() 221 if (WARN_ON_ONCE(page_ref_count(page) <= 0)) in try_grab_page()
|
| H A D | rmap.c | 1725 ref_count = page_ref_count(page); in try_to_unmap_one()
|
| H A D | page_alloc.c | 1157 page_ref_count(page) | in page_expected_state() 1175 if (unlikely(page_ref_count(page) != 0)) in page_bad_reason() 5296 VM_BUG_ON_PAGE(page_ref_count(page) == 0, page); in __page_frag_cache_drain() 8619 if (!page_ref_count(page)) { in has_unmovable_pages()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/ |
| H A D | mpc512x_shared.c | 187 BUG_ON(page_ref_count(page) > 1); in mpc512x_free_bootmem()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/thunder/ |
| H A D | nicvf_queues.c | 104 ref_count = page_ref_count(page); in nicvf_alloc_page() 363 if (pgcache->page && page_ref_count(pgcache->page) != 0) { in nicvf_free_rbdr() 1650 if (page_ref_count(page) != 1) in nicvf_unmap_rcv_buffer()
|
| H A D | nicvf_main.c | 576 if (page_ref_count(page) == 1) { in nicvf_xdp_rx() 607 if (page_ref_count(page) == 1) { in nicvf_xdp_rx() 684 if (page && (page_ref_count(page) == 1)) in nicvf_snd_pkt_handler()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | page.c | 168 page, page_ref_count(page), in nilfs_page_bug()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 372 WARN_ON_ONCE(trunc && page_ref_count(page) > 1); in dax_disassociate_entry() 386 if (page_ref_count(page) > 1) in dax_busy_page()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_ring.c | 68 if (page_ref_count(rxbuf->rxdata.page) > 1) { in aq_get_rxpages()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cortina/ |
| H A D | gemini.c | 899 pn, page_ref_count(page), 1 << fpp_order); in geth_fill_freeq() 901 if (page_ref_count(page) > 1) { in geth_fill_freeq() 1019 while (page_ref_count(gpage->page) > 0) in geth_cleanup_freeq()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 254 if (page_ref_count(cache->page_cache[cache->head].page) != 1) { in mlx5e_rx_cache_get()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc.c | 622 return (!page_is_pfmemalloc(page) && page_ref_count(page) == 1); in enetc_page_reusable()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | ring_buffer.c | 5333 if (page_ref_count(page) > 1) in ring_buffer_free_read_page()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | ixgbevf_main.c | 800 if (unlikely((page_ref_count(page) - pagecnt_bias) > 1)) in ixgbevf_can_reuse_rx_page()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 1684 if (unlikely((page_ref_count(page) - pagecnt_bias) > 1)) in igc_can_reuse_rx_page()
|