Searched refs:p_start (Results 1 – 1 of 1) sorted by relevance
380 struct page *p_start, *p_end; in netlink_frame_flush_dcache() local383 p_start = pgvec_to_page(hdr + PAGE_SIZE); in netlink_frame_flush_dcache()385 while (p_start <= p_end) { in netlink_frame_flush_dcache()386 flush_dcache_page(p_start); in netlink_frame_flush_dcache()387 p_start++; in netlink_frame_flush_dcache()