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()
2090 struct ifmcaddr6 *pmc, *pmc_prev, *pmc_next; in mld_send_cr() local2098 pmc = pmc_next) { in mld_send_cr()2099 pmc_next = mc_dereference(pmc->next, idev); in mld_send_cr()2121 rcu_assign_pointer(pmc_prev->next, pmc_next); in mld_send_cr()2123 rcu_assign_pointer(idev->mc_tomb, pmc_next); in mld_send_cr()
772 static void pmc_next(struct pagetable_move_control *pmc, unsigned long extent) in pmc_next() function821 for (; !pmc_done(pmc); pmc_next(pmc, extent)) { in move_page_tables()