Home
last modified time | relevance | path

Searched refs:mem_repair (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/edac/
H A Dmem_repair.c58 ctx->mem_repair[inst].mem_repair_ops; \
62 ret = ops->cb(ras_feat_dev->parent, ctx->mem_repair[inst].private, \
96 ctx->mem_repair[inst].mem_repair_ops; \
104 ret = ops->cb(ras_feat_dev->parent, ctx->mem_repair[inst].private, \
131 const struct edac_mem_repair_ops *ops = ctx->mem_repair[inst].mem_repair_ops; \ in MR_ATTR_STORE()
139 ret = ops->cb(ras_feat_dev->parent, ctx->mem_repair[inst].private, data); \ in MR_ATTR_STORE()
154 const struct edac_mem_repair_ops *ops = ctx->mem_repair[inst].mem_repair_ops;
H A Dedac_device.c578 kfree(ctx->mem_repair); in edac_dev_release()
660 ctx->mem_repair = kcalloc(mem_repair_cnt, sizeof(*ctx->mem_repair), GFP_KERNEL); in edac_dev_register()
661 if (!ctx->mem_repair) in edac_dev_register()
711 dev_data = &ctx->mem_repair[mem_repair_cnt]; in edac_dev_register()
749 kfree(ctx->mem_repair); in edac_dev_register()
H A DMakefile17 edac_core-$(CONFIG_EDAC_MEM_REPAIR) += mem_repair.o
/linux-6.15/include/linux/
H A Dedac.h861 struct edac_dev_data *mem_repair; member