Function report |
Source Code:lib\klist.c |
Create Date:2022-07-28 06:16:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:klist_put
Proto:static void klist_put(struct klist_node *n, bool kill)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct klist_node * | n | |
bool | kill |
211 | k = knode_klist(n) |
212 | ( = put |
215 | If kill Then knode_kill(n) |
217 | If Not klist_dec_and_del(n) Then put = NULL |
219 | spin_unlock( & k_lock) |
Name | Describe |
---|---|
klist_del | klist_del - Decrement the reference count of node and try to remove.*@n: node we're deleting. |
klist_iter_exit | klist_iter_exit - Finish a list iteration.*@i: Iterator structure.* Must be called when done iterating over list, as it decrements the* refcount of the current node. Necessary in case iteration exited before |
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 |