Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\events\uprobes.c Create Date:2022-07-28 13:45:44
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:find_node_in_range

Proto:static struct rb_node *find_node_in_range(struct inode *inode, loff_t min, loff_t max)

Type:struct rb_node

Parameter:

TypeParameterName
struct inode *inode
loff_tmin
loff_tmax
1269  n = rb_node
1271  When n cycle
1272  u = rb_entry(n, structuprobe, rb_node)
1275  n = rb_left
1276  Else if inode > Also hold a ref to inode Then
1277  n = rb_right
1278  Else
1279  If max < offset Then n = rb_left
1281  Else if min > offset Then n = rb_right
1283  Else Break
1288  Return n
Caller
NameDescribe
build_probe_listFor a given range in vma, build a list of probes that need to be inserted.
vma_has_uprobes