Lines Matching refs:node
1815 struct xgene_edac_dev_ctx *node;
1835 list_for_each_entry(node, &ctx->l3s, next)
1836 xgene_edac_l3_check(node->edac_dev);
1838 list_for_each_entry(node, &ctx->socs, next)
1839 xgene_edac_soc_check(node->edac_dev);
1970 struct xgene_edac_dev_ctx *node;
1979 list_for_each_entry_safe(node, temp_node, &edac->l3s, next)
1980 xgene_edac_l3_remove(node);
1982 list_for_each_entry_safe(node, temp_node, &edac->socs, next)
1983 xgene_edac_soc_remove(node);