Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\check.c Create Date:2022-07-28 08:46:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:start_periodic_check_for_corruption

Proto:static int start_periodic_check_for_corruption(void)

Type:int

Parameter:Nothing

176  If Not num_scan_areas || Not memory_corruption_check || seconds == 0 Then Return 0
179  pr_info("Scanning for low memory corruption every %d seconds\n", seconds )
182  schedule_delayed_work - put work task in global workqueue after delay*@dwork: job to be done*@delay: number of jiffies to wait or 0 for immediate execution* After waiting for a given time this puts a job in the kernel-global* workqueue.
184  Return 0