Searched refs:uprobe (Results 1 – 1 of 1) sorted by relevance
65 struct uprobe { struct79 struct uprobe *uprobe; argument335 static int match_uprobe(struct uprobe *l, struct uprobe *r) in match_uprobe()352 static struct uprobe *__find_uprobe(struct inode *inode, loff_t offset) in __find_uprobe()354 struct uprobe u = { .inode = inode, .offset = offset }; in __find_uprobe()356 struct uprobe *uprobe; in __find_uprobe() local360 uprobe = rb_entry(n, struct uprobe, rb_node); in __find_uprobe()361 match = match_uprobe(&u, uprobe); in __find_uprobe()363 atomic_inc(&uprobe->ref); in __find_uprobe()364 return uprobe; in __find_uprobe()[all …]