Function report |
Source Code:include\linux\rbtree_latch.h |
Create Date:2022-07-28 05:48:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:latch_tree_find() - find the node matching @key in the trees @root*@key: search key*@root: trees to search for @key*@ops: operators defining the node order* Does a lockless lookup in the trees @root for the node matching @key
Proto:static __always_inline struct latch_tree_node *latch_tree_find(void *key, struct latch_tree_root *root, const struct latch_tree_ops *ops)
Type:struct latch_tree_node
Parameter:
Type | Parameter | Name |
---|---|---|
void * | key | |
struct latch_tree_root * | root | |
const struct latch_tree_ops * | ops |
206 | Do |
211 | Return node |
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 |