Lines Matching refs:next
132 struct list_head next;
421 list_add(&ctx->next, &edac->mcus);
509 struct list_head next;
963 list_add(&ctx->next, &edac->pmds);
1017 struct list_head next;
1246 list_add(&ctx->next, &edac->l3s);
1784 list_add(&ctx->next, &edac->socs);
1826 list_for_each_entry(mcu, &ctx->mcus, next)
1830 list_for_each_entry(pmd, &ctx->pmds, next) {
1835 list_for_each_entry(node, &ctx->l3s, next)
1838 list_for_each_entry(node, &ctx->socs, next)
1973 list_for_each_entry_safe(mcu, temp_mcu, &edac->mcus, next)
1976 list_for_each_entry_safe(pmd, temp_pmd, &edac->pmds, next)
1979 list_for_each_entry_safe(node, temp_node, &edac->l3s, next)
1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next)