Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c4098 rec->refcount_off = -EINVAL; in btf_parse_fields()
4144 WARN_ON_ONCE(rec->refcount_off >= 0); in btf_parse_fields()
4146 rec->refcount_off = rec->fields[i].offset; in btf_parse_fields()
4189 if (rec->refcount_off < 0 && in btf_parse_fields()
H A Dverifier.c11598 if (rec->refcount_off >= 0) in ref_set_non_owning()
12490 if (rec->refcount_off < 0) { in check_kfunc_args()
/linux/include/linux/
H A Dbpf.h264 int refcount_off; member