Home
last modified time | relevance | path

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

/linux-4.4.14/net/netlink/
Daf_netlink.c314 static __pure struct page *pgvec_to_page(const void *addr) in pgvec_to_page() function
535 page = pgvec_to_page(kaddr); in netlink_mmap()
559 p_start = pgvec_to_page(hdr + PAGE_SIZE); in netlink_frame_flush_dcache()
560 p_end = pgvec_to_page((void *)hdr + NL_MMAP_HDRLEN + nm_len - 1); in netlink_frame_flush_dcache()
571 flush_dcache_page(pgvec_to_page(hdr)); in netlink_get_status()
580 flush_dcache_page(pgvec_to_page(hdr)); in netlink_set_status()