Home
last modified time | relevance | path

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

/linux-4.4.14/net/packet/
Daf_packet.c390 static inline struct page * __pure pgv_to_page(void *addr) in pgv_to_page() function
405 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()
409 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
429 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()
432 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
485 flush_dcache_page(pgv_to_page(&h.h1->tp_sec)); in __packet_set_timestamp()
759 flush_dcache_page(pgv_to_page(start)); in prb_flush_block()
772 flush_dcache_page(pgv_to_page(start)); in prb_flush_block()
2285 flush_dcache_page(pgv_to_page(start)); in tpacket_rcv()
2448 page = pgv_to_page(data); in tpacket_fill_skb()
[all …]