函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\kmemleak.c Create Date:2022-07-27 17:57:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Stop the automatic memory scanning thread.

函数原型:static void stop_scan_thread(void)

返回类型:void

参数:

1603  如果scan_thread
1604  结束线程的运行
1605  scan_thread = NULL
调用者
名称描述
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).