Home
last modified time | relevance | path

Searched refs:virt_to_head_page (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/mm/kasan/
Dkasan.c384 page = virt_to_head_page(object); in kasan_krealloc()
396 page = virt_to_head_page(ptr); in kasan_kfree()
Dreport.c106 struct page *page = virt_to_head_page(addr); in print_address_description()
/linux-4.1.27/drivers/net/
Dvirtio_net.c353 struct page *page = virt_to_head_page(buf); in receive_mergeable()
377 page = virt_to_head_page(buf); in receive_mergeable()
423 page = virt_to_head_page(mergeable_ctx_to_buf_address(ctx)); in receive_mergeable()
446 put_page(virt_to_head_page(base)); in receive_buf()
643 put_page(virt_to_head_page(buf)); in add_recvbuf_mergeable()
1504 put_page(virt_to_head_page(base)); in free_unused_bufs()
/linux-4.1.27/mm/
Dslab.h317 page = virt_to_head_page(x); in cache_from_obj()
Dslab.c436 struct page *page = virt_to_head_page(obj); in virt_to_cache()
755 struct page *page = virt_to_head_page(objp); in __ac_get_obj()
788 struct page *page = virt_to_head_page(objp); in __ac_put_obj()
1816 struct page *page = virt_to_head_page(objp); in check_poison_obj()
2731 page = virt_to_head_page(objp); in cache_free_debugcheck()
2913 page = virt_to_head_page(objp); in cache_alloc_debugcheck_after()
3293 page = virt_to_head_page(objp); in free_block()
Dslub.c1494 page = virt_to_head_page(h); in rcu_free_slab()
2748 slab_free(s, virt_to_head_page(x), x, _RET_IP_); in kmem_cache_free()
3381 page = virt_to_head_page(object); in __ksize()
3411 page = virt_to_head_page(x); in kfree()
Dnommu.c121 page = virt_to_head_page(objp); in kobjsize()
Dmemcontrol.c2743 page = virt_to_head_page(ptr); in __mem_cgroup_from_kmem()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbgmac.c358 put_page(virt_to_head_page(buf)); in bgmac_dma_rx_skb_for_slot()
454 put_page(virt_to_head_page(buf)); in bgmac_dma_rx_read()
461 put_page(virt_to_head_page(buf)); in bgmac_dma_rx_read()
557 put_page(virt_to_head_page(slot->buf)); in bgmac_dma_rx_ring_free()
Dtg3.c6621 put_page(virt_to_head_page(data)); in tg3_frag_free()
/linux-4.1.27/net/core/
Dskbuff.c345 if (page_is_pfmemalloc(virt_to_head_page(data))) in build_skb()
504 put_page(virt_to_head_page(data)); in __alloc_rx_skb()
617 put_page(virt_to_head_page(skb->head)); in skb_free_head()
2297 page = virt_to_head_page(from->head); in skb_zerocopy()
3275 struct page *page = virt_to_head_page(skb->head); in skb_gro_receive()
4095 page = virt_to_head_page(from->head); in skb_try_coalesce()
/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhip04_eth.c801 put_page(virt_to_head_page(priv->rx_buf[i])); in hip04_free_ring()
/linux-4.1.27/kernel/
Dresource.c178 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
/linux-4.1.27/include/linux/
Dmm.h546 static inline struct page *virt_to_head_page(const void *x) in virt_to_head_page() function
/linux-4.1.27/drivers/net/ethernet/ti/
Dnetcp_core.c540 put_page(virt_to_head_page(ptr)); in netcp_frag_free()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dmvneta.c1369 put_page(virt_to_head_page(data)); in mvneta_frag_free()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c665 put_page(virt_to_head_page(data)); in bnx2x_frag_free()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_main.c2084 put_page(virt_to_head_page(data)); in e1000_free_frag()