Function report |
Source Code:include\linux\rculist.h |
Create Date:2022-07-28 05:38:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Insert a new entry between two known consecutive entries.* This is only for internal list manipulation where we know* the prev/next entries already!
Proto:static inline void __list_add_rcu(struct list_head *new, struct list_head *prev, struct list_head *next)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | new | |
struct list_head * | prev | |
struct list_head * | next |
70 | If Not __list_add_valid(new, prev, next) Then Return |
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 |