Function report |
Source Code:include\linux\radix-tree.h |
Create Date:2022-07-28 05:42:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:adix_tree_iter_init - initialize radix tree iterator*@iter: pointer to iterator state*@start: iteration starting index* Returns: NULL
Proto:static __always_inline void __rcu **radix_tree_iter_init(struct radix_tree_iter *iter, unsigned long start)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct radix_tree_iter * | iter | |
unsigned long | start |
279 | index = 0 |
280 | next_index = start |
281 | Return NULL |
Name | Describe |
---|---|
idr_alloc_u32 |
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 |