Function report |
Source Code:kernel\power\snapshot.c |
Create Date:2022-07-28 10:00:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ree_next_node - Jump to the next leaf node.* Set the position to the beginning of the next node in the* memory bitmap. This is either the next node in the current* zone's radix tree or the first node in the radix tree of the* next zone.
Proto:static bool rtree_next_node(struct memory_bitmap *bm)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct memory_bitmap * | bm |
850 | node_pfn += BM_BITS_PER_BLOCK |
851 | node_bit = 0 |
853 | Return true |
862 | node_pfn = 0 |
863 | node_bit = 0 |
864 | Return true |
868 | Return false |
Name | Describe |
---|---|
memory_bm_next_pfn | memory_bm_rtree_next_pfn - Find the next set bit in a memory bitmap.*@bm: Memory bitmap.* Starting from the last returned position this function searches for the next* set bit in @bm and returns the PFN represented by it. If no more bits are |
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 |