Searched refs:refcount_off (Results 1 – 4 of 4) sorted by relevance
2212 if (rec && rec->refcount_off >= 0 && in __bpf_obj_drop_impl()2213 !refcount_dec_and_test((refcount_t *)(p + rec->refcount_off))) { in __bpf_obj_drop_impl()2252 ref = (struct bpf_refcount *)(p__refcounted_kptr + meta->record->refcount_off); in bpf_refcount_acquire_impl()
3971 rec->refcount_off = -EINVAL; in btf_parse_fields()4017 WARN_ON_ONCE(rec->refcount_off >= 0); in btf_parse_fields()4019 rec->refcount_off = rec->fields[i].offset; in btf_parse_fields()4062 if (rec->refcount_off < 0 && in btf_parse_fields()
12618 if (rec->refcount_off >= 0) in ref_set_non_owning()13493 if (rec->refcount_off < 0) { in check_kfunc_args()
264 int refcount_off; member