Function report |
Source Code:lib\plist.c |
Create Date:2022-07-28 06:14:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:plist_add - add @node to @head*@node: &struct plist_node pointer*@head: &struct plist_head pointer
Proto:void plist_add(struct plist_node *node, struct plist_head *head)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct plist_node * | node | |
struct plist_head * | head |
75 | struct plist_node * first, * iter, * prev = NULL |
78 | plist_check_head(head) |
79 | WARN_ON(!plist_node_empty - return !0 if plist_node is not on a list*@node: &struct plist_node pointer) |
82 | If plist_head_empty - return !0 if a plist_head is empty*@head: &struct plist_head pointer Then Go to ins_node |
85 | first = iter = plist_first - return the first node (and thus, highest priority)*@head: the &struct plist_head pointer* Assumes the plist is _not_ empty. |
87 | Do |
100 | ins_node : |
103 | plist_check_head(head) |
Name | Describe |
---|---|
requeue_futex | queue_futex() - Requeue a futex_q from one hb to another*@q: the futex_q to requeue*@hb1: the source hash_bucket*@hb2: the target hash_bucket*@key2: the new key for the requeued futex_q |
__queue_me | |
_enable_swap_info |
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 |