Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\frontswap.h Create Date:2022-07-28 14:20:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:frontswap_store

Proto:static inline int frontswap_store(struct page *page)

Type:int

Parameter:

TypeParameterName
struct page *page
89  If frontswap_enabled() Then Return __frontswap_store(page)
92  Return -1
Caller
NameDescribe
swap_writepageWe may have stale swap cache pages in memory: notice* them here and get rid of the unnecessary final write.