Searched refs:mapval (Results 1 – 3 of 3) sorted by relevance
92 struct map_value *mapval; in create_and_stash() local96 if (!mapval) in create_and_stash()118 res = bpf_kptr_xchg(&mapval->node, res); in create_and_stash()133 struct map_value *mapval; in stash_plain() local138 if (!mapval) in stash_plain()156 struct map_value *mapval; in stash_local_with_root() local161 if (!mapval) in stash_local_with_root()191 struct map_value *mapval; in unstash_rb_node() local197 if (!mapval) in unstash_rb_node()220 struct map_value *mapval; in stash_test_ref_kfunc() local[all …]
46 struct map_value *mapval; in stash_rb_nodes() local50 mapval = bpf_map_lookup_elem(&some_nodes, &idx); in stash_rb_nodes()51 if (!mapval) in stash_rb_nodes()59 res = bpf_kptr_xchg(&mapval->node, res); in stash_rb_nodes()69 struct map_value *mapval; in drop_rb_node_off() local73 mapval = bpf_map_lookup_elem(&some_nodes, &idx); in drop_rb_node_off()74 if (!mapval) in drop_rb_node_off()
109 struct map_value *mapval; in __stash_map_insert_tree() local113 if (!mapval) in __stash_map_insert_tree()123 n = bpf_kptr_xchg(&mapval->node, n); in __stash_map_insert_tree()209 struct map_value *mapval; in __read_from_unstash() local213 if (!mapval) in __read_from_unstash()216 n = bpf_kptr_xchg(&mapval->node, n); in __read_from_unstash()418 if (!mapval) { in __stash_map_empty_xchg()454 struct map_value *mapval; in rbtree_wrong_owner_remove_fail_b() local459 if (!mapval) in rbtree_wrong_owner_remove_fail_b()477 struct map_value *mapval; in rbtree_wrong_owner_remove_fail_a2() local[all …]
Completed in 13 milliseconds