mcus 56 drivers/edac/xgene_edac.c struct list_head mcus; mcus 421 drivers/edac/xgene_edac.c list_add(&ctx->next, &edac->mcus); mcus 1829 drivers/edac/xgene_edac.c list_for_each_entry(mcu, &ctx->mcus, next) mcus 1860 drivers/edac/xgene_edac.c INIT_LIST_HEAD(&edac->mcus); mcus 1976 drivers/edac/xgene_edac.c list_for_each_entry_safe(mcu, temp_mcu, &edac->mcus, next)