Searched refs:pgvec_to_page (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/netlink/
H A Daf_netlink.c311 static __pure struct page *pgvec_to_page(const void *addr) pgvec_to_page() function
532 page = pgvec_to_page(kaddr); netlink_mmap()
556 p_start = pgvec_to_page(hdr + PAGE_SIZE); netlink_frame_flush_dcache()
557 p_end = pgvec_to_page((void *)hdr + NL_MMAP_HDRLEN + nm_len - 1); netlink_frame_flush_dcache()
568 flush_dcache_page(pgvec_to_page(hdr)); netlink_get_status()
577 flush_dcache_page(pgvec_to_page(hdr)); netlink_set_status()

Completed in 70 milliseconds