函数逻辑报告 |
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 |
函数名称:删除链表项
函数原型:static inline void __list_del(struct list_head *prev, struct list_head *next)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct list_head * | prev | |
struct list_head * | next |
106 | WRITE_ONCE(链表后项, next) |
名称 | 描述 |
---|---|
free_cache | |
__list_del_clearprev | 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() |
__list_del_entry | 删除链表项 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |