Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\power\swap.c Create Date:2022-07-28 10:03:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:swsusp_close - close swap device.

Proto:void swsusp_close(fmode_t mode)

Type:void

Parameter:

TypeParameterName
fmode_tmode
1555  If IS_ERR(hib_resume_bdev) Then
1556  pr_debug("Image device not initialised\n")
1557  Return
1560  blkdev_put(hib_resume_bdev, mode)
Caller
NameDescribe
software_resumesoftware_resume - Resume from a saved hibernation image.* This routine is called as a late initcall, when all devices have been* discovered and initialized already.* The image reading code is called to see if there is a hibernation image
get_swap_writer
swap_writer_finish