Function report |
Source Code:mm\interval_tree.c |
Create Date:2022-07-28 14:32:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__anon_vma_interval_tree_iter_next
Proto:static inline struct anon_vma_chain *__anon_vma_interval_tree_iter_next(struct anon_vma_chain *node, unsigned long start, unsigned long last)
Type:struct anon_vma_chain
Parameter:
Type | Parameter | Name |
---|---|---|
struct anon_vma_chain * | node | |
unsigned long | start | |
unsigned long | last |
73 | When (true) cycle |
73 | If rb Then |
73 | struct anon_vma_chain * right = ({ |
73 | }) |
73 | If start <= rb_subtree_last Then Return __anon_vma_interval_tree_subtree_search(right, start, last) |
73 | Do |
73 | If last < avc_start_pgoff(node) Then Return NULL |
73 | Else if start <= avc_last_pgoff(node) Then Return node |
Name | Describe |
---|---|
anon_vma_interval_tree_iter_next |
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 |