Lines Matching refs:node_data
9 struct node_data { struct
19 private(A) struct bpf_rb_root groot0 __contains(node_data, r0); argument
22 private(B) struct bpf_rb_root groot1 __contains(node_data, r1);
31 struct node_data *node_a; in less0()
32 struct node_data *node_b; in less0()
34 node_a = rb_entry(a, struct node_data, r0); in less0()
35 node_b = rb_entry(b, struct node_data, r0); in less0()
42 struct node_data *node_a; in less1()
43 struct node_data *node_b; in less1()
45 node_a = rb_entry(a, struct node_data, r1); in less1()
46 node_b = rb_entry(b, struct node_data, r1); in less1()
57 struct node_data *n, *m; in rbtree_search()
88 n = rb_entry(rb_n, struct node_data, r0); in rbtree_search()
115 n = rb_entry(rb_n, struct node_data, r0); in rbtree_search()
129 bpf_obj_drop(rb_entry(rb_m, struct node_data, r1)); in rbtree_search()
159 struct node_data *n; \
168 n = rb_entry(rb_n, struct node_data, r0); \