Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Stop the automatic memory scanning thread.

Proto:static void stop_scan_thread(void)

Type:void

Parameter:Nothing

1603  If scan_thread Then
1604  stop a thread
1605  scan_thread = NULL
Caller
NameDescribe
kmemleak_writeFile write operation to configure kmemleak at run-time
kmemleak_do_cleanupStop the memory scanning thread and free the kmemleak internal objects if* no previous scan thread (otherwise, kmemleak may still have some useful* information on memory leaks).