Lines Matching refs:next_p
174 struct pgt *next_p = NULL; in pgt_flush_range() local
200 next_p = SLIST_NEXT(p, link); in pgt_flush_range()
201 if (!next_p) in pgt_flush_range()
203 if (pgt_entry_matches(next_p, begin, last)) { in pgt_flush_range()
205 free_pgt(next_p); in pgt_flush_range()
678 struct pgt *next_p; in flush_ctx_range_from_list() local
704 next_p = SLIST_NEXT(p, link); in flush_ctx_range_from_list()
705 if (!next_p) in flush_ctx_range_from_list()
707 if (pgt_entry_matches(next_p, ctx, begin, last)) { in flush_ctx_range_from_list()
708 flush_pgt_entry(next_p); in flush_ctx_range_from_list()
710 push_to_free_list(next_p); in flush_ctx_range_from_list()