Home
last modified time | relevance | path

Searched refs:secretmem_active (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dsecretmem.h15 bool secretmem_active(void);
29 static inline bool secretmem_active(void) in secretmem_active() function
/linux-6.15/mm/
H A Dsecretmem.c45 bool secretmem_active(void) in secretmem_active() function
/linux-6.15/kernel/power/
H A Dhibernate.c97 !secretmem_active() && !cxl_mem_active(); in hibernation_available()