Searched refs:virt_to_head_page (Results 1 – 14 of 14) sorted by relevance
398 page = virt_to_head_page(object); in kasan_krealloc()410 page = virt_to_head_page(ptr); in kasan_kfree()
124 struct page *page = virt_to_head_page(addr); in print_address_description()
359 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()
311 page = virt_to_head_page(x); in cache_from_obj()
437 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()
72 page = virt_to_head_page(ptr); in mem_cgroup_from_kmem()
1540 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()
105 page = virt_to_head_page(objp); in kobjsize()
3416 struct page *page = virt_to_head_page(addr); in __free_page_frag()
358 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()
345 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()
178 if (!PageSlab(virt_to_head_page(res))) { in free_resource()
212 page = virt_to_head_page(data); in nb8800_alloc_rx()
500 static inline struct page *virt_to_head_page(const void *x) in virt_to_head_page() function