Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\zswap.c Create Date:2022-07-28 15:23:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:zswap_shrink

Proto:static int zswap_shrink(void)

Type:int

Parameter:Nothing

950  pool = zswap_pool_last_get()
951  If Not pool Then Return -ENOENT
954  ret = zpool_shrink(zpool, 1, NULL)
956  zswap_pool_put(pool)
958  Return ret
Caller
NameDescribe
zswap_frontswap_storeattempts to compress and store an single page