Home
last modified time | relevance | path

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

/Linux-v6.1/net/packet/
Daf_packet.c395 static inline struct page * __pure pgv_to_page(void *addr) in pgv_to_page() function
410 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_set_status()
414 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
418 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_set_status()
437 flush_dcache_page(pgv_to_page(&h.h1->tp_status)); in __packet_get_status()
440 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
443 flush_dcache_page(pgv_to_page(&h.h3->tp_status)); in __packet_get_status()
506 flush_dcache_page(pgv_to_page(&h.h1->tp_sec)); in __packet_set_timestamp()
767 flush_dcache_page(pgv_to_page(start)); in prb_flush_block()
780 flush_dcache_page(pgv_to_page(start)); in prb_flush_block()
[all …]