函数逻辑报告 |
Source Code:include\linux\list.h |
Create Date:2022-07-27 06:38:25 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Delete a list entry and clear the 'prev' pointer.* This is a special-purpose list clearing method used in the networking code* for lists allocated as per-cpu, where we don't want to incur the extra* WRITE_ONCE() overhead of a regular list_del_init()
函数原型:static inline void __list_del_clearprev(struct list_head *entry)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct list_head * | entry |
119 | 删除链表项 |
120 | 链表前项 = NULL |
名称 | 描述 |
---|---|
bq_xmit_all | |
bq_flush_to_queue |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |