函数逻辑报告 |
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_entry(struct list_head *entry)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct list_head * | entry |
131 | 如果非__list_del_entry_valid(entry)则返回 |
134 | 删除链表项 |
名称 | 描述 |
---|---|
gcov_info_unlink | gcov_info_unlink - unlink/remove profiling data set from the list*@prev: previous profiling data set*@info: profiling data set |
tomoyo_try_to_gc | moyo_try_to_gc - Try to kfree() an entry.*@type: One of values in "enum tomoyo_policy_id".*@element: Pointer to "struct list_head".* Returns nothing.* Caller holds tomoyo_policy_lock mutex. |
dentry_unlist | |
list_del | 删除链表项 |
list_del_init | 删除链表项并重新初始化 |
list_move | 链表项移动到头部 |
list_move_tail | 链表项移动到尾部 |
list_del_rcu | 删除不需要重新初始化的列表项 |
skb_list_del_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |