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_node_init
Proto:static void klist_node_init(struct klist *k, struct klist_node *n)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct klist * | k | |
struct klist_node * | n |
112 | knode_set_klist(n, k) |
Name | Describe |
---|---|
klist_add_head | klist_add_head - Initialize a klist_node and add it to front.*@n: node we're adding.*@k: klist it's going on. |
klist_add_tail | klist_add_tail - Initialize a klist_node and add it to back.*@n: node we're adding.*@k: klist it's going on. |
klist_add_behind | 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 |
klist_add_before | klist_add_before - Init a klist_node and add it before an existing node*@n: node we're adding.*@pos: node to put @n after |
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 |