Searched refs:mcus (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | xgene_edac.c | 56 struct list_head mcus; member 421 list_add(&ctx->next, &edac->mcus); in xgene_edac_mc_add() 1826 list_for_each_entry(mcu, &ctx->mcus, next) in xgene_edac_isr() 1857 INIT_LIST_HEAD(&edac->mcus); in xgene_edac_probe() 1973 list_for_each_entry_safe(mcu, temp_mcu, &edac->mcus, next) in xgene_edac_remove()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | xgene_edac.c | 56 struct list_head mcus; member 421 list_add(&ctx->next, &edac->mcus); in xgene_edac_mc_add() 1826 list_for_each_entry(mcu, &ctx->mcus, next) in xgene_edac_isr() 1857 INIT_LIST_HEAD(&edac->mcus); in xgene_edac_probe() 1973 list_for_each_entry_safe(mcu, temp_mcu, &edac->mcus, next) in xgene_edac_remove()
|
Completed in 6 milliseconds