Home
last modified time | relevance | path

Searched refs:cxl_mem_active (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/cxl/core/
Dsuspend.c9 bool cxl_mem_active(void) in cxl_mem_active() function
/Linux-v6.6/include/linux/
Dpm.h39 bool cxl_mem_active(void);
41 static inline bool cxl_mem_active(void) in cxl_mem_active() function
/Linux-v6.6/kernel/power/
Dsuspend.c247 (valid_state(state) && !cxl_mem_active()); in sleep_state_supported()
Dhibernate.c87 !secretmem_active() && !cxl_mem_active(); in hibernation_available()
Dmain.c175 if (i >= PM_SUSPEND_MEM && cxl_mem_active()) in mem_sleep_show()