Home
last modified time | relevance | path

Searched refs:persist_mode (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/cxl/core/
H A Dedac.c1193 bool persist_mode; member
1368 if (cxl_sparing_ctx->persist_mode) in cxl_mem_perform_sparing()
1439 CXL_SPARING_GET_ATTR(persist_mode, bool) in CXL_SPARING_GET_ATTR() argument
1470 bool persist_mode)
1474 if ((persist_mode && ctx->cap_hard_sparing) ||
1475 (!persist_mode && ctx->cap_soft_sparing))
1476 ctx->persist_mode = persist_mode;
1660 cxl_sparing_ctx->persist_mode = 0; in cxl_memdev_sparing_init()
1662 cxl_sparing_ctx->persist_mode = 1; in cxl_memdev_sparing_init()
1693 bool persist_mode; member
[all …]
/linux/drivers/edac/
H A Dmem_repair.c80 MR_ATTR_SHOW(persist_mode, get_persist_mode, bool, "%u\n")
121 MR_ATTR_STORE(persist_mode, set_persist_mode, unsigned long, kstrtoul) in MR_ATTR_STORE() argument
291 [MR_PERSIST_MODE] = __ATTR_RW(persist_mode),