| Function report | 
| Source Code: lib\klist.c | Create Date:2022-07-28 06:16:22 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:klist_add_behind - Init a klist_node and add it after an existing node*@n: node we're adding.*@pos: node to put @n after
Proto:void klist_add_behind(struct klist_node *n, struct klist_node *pos)
Type:void
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct klist_node * | n | |
| struct klist_node * | pos | 
| 148 | k = knode_klist(pos) | 
| 150 | klist_node_init(k, n) | 
| 153 | spin_unlock( & k_lock) | 
| 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 |