Lines Matching refs:acquired_refs
1263 dst->refs = copy_array(dst->refs, src->refs, src->acquired_refs, in copy_reference_state()
1268 dst->acquired_refs = src->acquired_refs; in copy_reference_state()
1287 state->refs = realloc_array(state->refs, state->acquired_refs, n, in resize_reference_state()
1292 state->acquired_refs = n; in resize_reference_state()
1331 int new_ofs = state->acquired_refs; in acquire_reference_state()
1334 err = resize_reference_state(state, state->acquired_refs + 1); in acquire_reference_state()
1350 last_idx = state->acquired_refs - 1; in release_reference_state()
1351 for (i = 0; i < state->acquired_refs; i++) { in release_reference_state()
1360 state->acquired_refs--; in release_reference_state()
1405 memcpy(dst, src, offsetof(struct bpf_func_state, acquired_refs)); in copy_func_state()
10308 for (i = 0; i < state->acquired_refs; i++) { in check_reference_leak()
11549 for (i = 0; i < state->acquired_refs; i++) { in ref_convert_owning_non_owning()
17512 if (old->acquired_refs != cur->acquired_refs) in refsafe()
17515 for (i = 0; i < old->acquired_refs; i++) { in refsafe()