函数逻辑报告 |
Source Code:fs\eventpoll.c |
Create Date:2022-07-29 10:51:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:p_loop_check_proc - Callback function to be passed to the @ep_call_nested()* API, to verify that adding an epoll file inside another* epoll structure, does not violate the constraints, in* terms of closed loops, or too deep chains (which can
函数原型:static int ep_loop_check_proc(void *priv, void *cookie, int call_nests)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | priv | |
void * | cookie | |
int | call_nests |
1938 | error等于0 |
1947 | 添加链表项 |
1950 | 如果此条件成立可能性小(为编译器优化)(is_file_epoll(file))则 |
1952 | 如果 used to optimize loop detection check 则继续下一循环 |
1959 | 否则 |
1975 | 返回:error |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |