函数逻辑报告 |
Source Code:mm\kmemleak.c |
Create Date:2022-07-27 17:57:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Iterate over the object_list and return the first valid object at or after* the required position with its use_count incremented. The function triggers* a memory scanning when the pos argument points to the first position.
函数原型:static void *kmemleak_seq_start(struct seq_file *seq, loff_t *pos)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_file * | seq | |
loff_t * | pos |
1620 | err等于mutex_lock_interruptible( & protects the memory scanning, parameters and debug/kmemleak file access ) |
1626 | 如果n自减大于0则继续下一循环 |
1631 | object = NULL |
1632 | out : |
1633 | 返回:object |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |