Function report | 
Source Code:include\linux\list.h | 
Create Date:2022-07-28 05:34:28 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:deletes entry from list
Proto:static inline void __list_del(struct list_head *prev, struct list_head *next)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct list_head * | prev | |
| struct list_head * | next | 
| 106 | WRITE_ONCE(next, next) | 
| Name | Describe | 
|---|---|
| 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 | deletes entry from list | 
| Source code conversion tool public plug-in interface  | X | 
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion  |