Home
last modified time | relevance | path

Searched refs:newop (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/tools/perf/util/
A Dbpf-loader.c1256 struct bpf_map_op *newop; in bpf_map_op__clone() local
1258 newop = memdup(op, sizeof(*op)); in bpf_map_op__clone()
1259 if (!newop) { in bpf_map_op__clone()
1264 INIT_LIST_HEAD(&newop->list); in bpf_map_op__clone()
1270 if (!newop->k.array.ranges) { in bpf_map_op__clone()
1272 free(newop); in bpf_map_op__clone()
1277 return newop; in bpf_map_op__clone()
1284 struct bpf_map_op *pos, *newop; in bpf_map_priv__clone() local
1294 newop = bpf_map_op__clone(pos); in bpf_map_priv__clone()
1295 if (!newop) { in bpf_map_priv__clone()
[all …]

Completed in 8 milliseconds