Searched refs:pmc_next (Results 1 – 3 of 3) sorted by relevance
2095 struct ifmcaddr6 *pmc, *pmc_prev, *pmc_next; in mld_send_cr() local 2103 pmc = pmc_next) { in mld_send_cr() 2104 pmc_next = mc_dereference(pmc->next, idev); in mld_send_cr() 2126 rcu_assign_pointer(pmc_prev->next, pmc_next); in mld_send_cr() 2128 rcu_assign_pointer(idev->mc_tomb, pmc_next); in mld_send_cr()
658 struct ip_mc_list *pmc, *pmc_prev, *pmc_next; in igmpv3_send_cr() local 667 for (pmc = in_dev->mc_tomb; pmc; pmc = pmc_next) { in igmpv3_send_cr() 668 pmc_next = pmc->next; in igmpv3_send_cr() 688 pmc_prev->next = pmc_next; in igmpv3_send_cr() 690 in_dev->mc_tomb = pmc_next; in igmpv3_send_cr()
763 static void pmc_next(struct pagetable_move_control *pmc, unsigned long extent) in pmc_next() function 812 for (; !pmc_done(pmc); pmc_next(pmc, extent)) { in move_page_tables()