函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:__kmemleak_do_cleanup

函数原型:static void __kmemleak_do_cleanup(void)

返回类型:void

参数:

1852  Remove an object from the object_tree_root and object_list. Must be called* with the kmemleak_lock held _if_ kmemleak is still enabled.
1853  Mark the object as not allocated and schedule RCU freeing via put_object().
调用者
名称描述
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).