Lines Matching refs:node
23 struct node_data __kptr *node; member
36 struct bpf_rb_node node; member
46 private(B) struct bpf_rb_root aroot __contains(node_acquire, node);
67 node_a = container_of(a, struct node_acquire, node); in less_a()
68 node_b = container_of(b, struct node_acquire, node); in less_a()
123 n = bpf_kptr_xchg(&mapval->node, n); in __stash_map_insert_tree()
216 n = bpf_kptr_xchg(&mapval->node, n); in __read_from_unstash()
381 bpf_rbtree_add(&aroot, &n->node, less_a); in rbtree_refcounted_node_ref_escapes()
406 bpf_rbtree_add(&aroot, &n->node, less_a); in rbtree_refcounted_node_ref_escapes_owning_input()
422 n = bpf_kptr_xchg(&mapval->node, n); in __stash_map_empty_xchg()
462 n = bpf_kptr_xchg(&mapval->node, NULL); in rbtree_wrong_owner_remove_fail_b()
486 m = bpf_kptr_xchg(&mapval->node, NULL); in rbtree_wrong_owner_remove_fail_a2()