Home
last modified time | relevance | path

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

/linux-4.4.14/mm/kasan/
Dkasan.c398 page = virt_to_head_page(object); in kasan_krealloc()
410 page = virt_to_head_page(ptr); in kasan_kfree()
Dreport.c124 struct page *page = virt_to_head_page(addr); in print_address_description()
/linux-4.4.14/drivers/net/
Dvirtio_net.c359 struct page *page = virt_to_head_page(buf); in receive_mergeable()
383 page = virt_to_head_page(buf); in receive_mergeable()
429 page = virt_to_head_page(mergeable_ctx_to_buf_address(ctx)); in receive_mergeable()
452 put_page(virt_to_head_page(base)); in receive_buf()
649 put_page(virt_to_head_page(buf)); in add_recvbuf_mergeable()
1508 put_page(virt_to_head_page(base)); in free_unused_bufs()
/linux-4.4.14/mm/
Dslab.h311 page = virt_to_head_page(x); in cache_from_obj()
Dslab.c437 struct page *page = virt_to_head_page(obj); in virt_to_cache()
756 struct page *page = virt_to_head_page(objp); in __ac_get_obj()
789 struct page *page = virt_to_head_page(objp); in __ac_put_obj()
1818 struct page *page = virt_to_head_page(objp); in check_poison_obj()
2722 page = virt_to_head_page(objp); in cache_free_debugcheck()
2904 page = virt_to_head_page(objp); in cache_alloc_debugcheck_after()
3284 page = virt_to_head_page(objp); in free_block()
Dlist_lru.c72 page = virt_to_head_page(ptr); in mem_cgroup_from_kmem()
Dslub.c1540 page = virt_to_head_page(h); in rcu_free_slab()
2812 slab_free(s, virt_to_head_page(x), x, NULL, 1, _RET_IP_); in kmem_cache_free()
2860 df->page = virt_to_head_page(object); in build_detached_freelist()
2872 if (df->page == virt_to_head_page(object)) { in build_detached_freelist()
3595 page = virt_to_head_page(object); in __ksize()
3625 page = virt_to_head_page(x); in kfree()
Dnommu.c105 page = virt_to_head_page(objp); in kobjsize()
Dpage_alloc.c3416 struct page *page = virt_to_head_page(addr); in __free_page_frag()
/linux-4.4.14/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()
/linux-4.4.14/net/core/
Dskbuff.c345 if (page_is_pfmemalloc(virt_to_head_page(data))) in build_skb()
2261 page = virt_to_head_page(from->head); in skb_zerocopy()
3275 struct page *page = virt_to_head_page(skb->head); in skb_gro_receive()
4181 page = virt_to_head_page(from->head); in skb_try_coalesce()
/linux-4.4.14/kernel/
Dresource.c178 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
/linux-4.4.14/drivers/net/ethernet/aurora/
Dnb8800.c212 page = virt_to_head_page(data); in nb8800_alloc_rx()
/linux-4.4.14/include/linux/
Dmm.h500 static inline struct page *virt_to_head_page(const void *x) in virt_to_head_page() function