Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dzswap.h17 void zswap_swapoff(int type);
33 static inline void zswap_swapoff(int type) {} in zswap_swapoff() function
/openbmc/linux/mm/
H A Dzswap.c1517 void zswap_swapoff(int type) in zswap_swapoff() function
H A Dswapfile.c2531 zswap_swapoff(p->type); in SYSCALL_DEFINE1()