Lines Matching refs:res
47 struct node_data2 *res; in stash_rb_nodes() local
54 res = bpf_obj_new(typeof(*res)); in stash_rb_nodes()
55 if (!res) in stash_rb_nodes()
57 res->key[0] = 40; in stash_rb_nodes()
59 res = bpf_kptr_xchg(&mapval->node, res); in stash_rb_nodes()
60 if (res) in stash_rb_nodes()
61 bpf_obj_drop(res); in stash_rb_nodes()
70 struct node_data *res; in drop_rb_node_off() local
77 res = bpf_obj_new(typeof(*res)); in drop_rb_node_off()
78 if (!res) in drop_rb_node_off()
81 bpf_obj_drop(&res->node); in drop_rb_node_off()