Lines Matching refs:node_data

14 struct node_data {  struct
23 struct node_data __kptr *node; argument
42 private(A) struct bpf_rb_root root __contains(node_data, r);
43 private(A) struct bpf_list_head head __contains(node_data, l);
49 private(C) struct bpf_rb_root broot __contains(node_data, r);
53 struct node_data *a; in less()
54 struct node_data *b; in less()
56 a = container_of(node_a, struct node_data, r); in less()
57 b = container_of(node_b, struct node_data, r); in less()
77 struct node_data *n, *m; in __insert_in_tree_and_list()
110 struct node_data *n, *m; in __stash_map_insert_tree()
145 struct node_data *n; in __read_from_tree()
156 n = container_of(rb, struct node_data, r); in __read_from_tree()
168 n = container_of(rb, struct node_data, r); in __read_from_tree()
178 struct node_data *n; in __read_from_list()
189 n = container_of(l, struct node_data, l); in __read_from_list()
208 struct node_data *n = NULL; in __read_from_unstash()
414 static long __stash_map_empty_xchg(struct node_data *n, int idx) in __stash_map_empty_xchg()
433 struct node_data *n, *m; in rbtree_wrong_owner_remove_fail_a1()
455 struct node_data *n; in rbtree_wrong_owner_remove_fail_b()
479 struct node_data *m; in rbtree_wrong_owner_remove_fail_a2()
497 bpf_obj_drop(container_of(res, struct node_data, r)); in rbtree_wrong_owner_remove_fail_a2()
510 struct node_data *n, *m = NULL; in BPF_PROG()
527 m = container_of(rb, struct node_data, r); in BPF_PROG()
544 struct node_data *n, *m = NULL; in BPF_PROG()
561 m = container_of(rb, struct node_data, r); in BPF_PROG()