Function report |
Source Code:include\linux\rbtree_latch.h |
Create Date:2022-07-28 05:48:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__lt_insert
Proto:static __always_inline void __lt_insert(struct latch_tree_node *ltn, struct latch_tree_root *ltr, int idx, bool (*less)(struct latch_tree_node *a, struct latch_tree_node *b))
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct latch_tree_node * | ltn | |
struct latch_tree_root * | ltr | |
int | idx | |
bool (* | less |
87 | ltp = __lt_from_rb(parent, idx) |
95 | rb_link_node_rcu(node, parent, link) |
96 | rb_insert_color(node, root) |
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 |