Searched refs:pmc_next (Results 1 – 3 of 3) sorted by relevance
658 struct ip_mc_list *pmc, *pmc_prev, *pmc_next; in igmpv3_send_cr() local667 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()
2105 struct ifmcaddr6 *pmc, *pmc_prev, *pmc_next; in mld_send_cr() local2113 pmc = pmc_next) { in mld_send_cr()2114 pmc_next = mc_dereference(pmc->next, idev); in mld_send_cr()2136 rcu_assign_pointer(pmc_prev->next, pmc_next); in mld_send_cr()2138 rcu_assign_pointer(idev->mc_tomb, pmc_next); in mld_send_cr()
732 static void pmc_next(struct pagetable_move_control *pmc, unsigned long extent) in pmc_next() function781 for (; !pmc_done(pmc); pmc_next(pmc, extent)) { in move_page_tables()