Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\interval_tree.c Create Date:2022-07-28 14:31:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:vma_interval_tree_augment_rotate

Proto:static void vma_interval_tree_augment_rotate(struct rb_node *rb_old, struct rb_node *rb_new)

Type:void

Parameter:

TypeParameterName
struct rb_node *rb_old
struct rb_node *rb_new
25  struct vm_area_struct * old = ({
25  __mptr = rb_old
25  Do
25  When 0 cycle
25  __mptr - __builtin_offsetof(structvm_area_struct, rb)
25  })
25  struct vm_area_struct * new = ({
25  __mptr = rb_new
25  Do
25  When 0 cycle
25  __mptr - __builtin_offsetof(structvm_area_struct, rb)
25  })
25  rb_subtree_last = rb_subtree_last
25  vma_interval_tree_augment_compute_max(old, false)