Searched refs:persist_mode (Results 1 – 2 of 2) sorted by relevance
1193 bool persist_mode; member1368 if (cxl_sparing_ctx->persist_mode) in cxl_mem_perform_sparing()1439 CXL_SPARING_GET_ATTR(persist_mode, bool) in CXL_SPARING_GET_ATTR() argument1470 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 …]
80 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() argument291 [MR_PERSIST_MODE] = __ATTR_RW(persist_mode),