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_requeue - Requeue @node at end of same-prio entries
Proto:void plist_requeue(struct plist_node *node, struct plist_head *head)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct plist_node * | node | |
struct plist_head * | head |
150 | plist_check_head(head) |
152 | BUG_ON(plist_node_empty - return !0 if plist_node is not on a list*@node: &struct plist_node pointer) |
154 | If node == plist_last - return the last node (and thus, lowest priority)*@head: the &struct plist_head pointer* Assumes the plist is _not_ empty. Then Return |
172 | plist_check_head(head) |
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 |