Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dbpf.h608 NON_OWN_REF = BIT(14 + BPF_BASE_TYPE_BITS), enumerator
/linux-6.3-rc2/kernel/bpf/
A Dverifier.c466 return type_is_ptr_alloc_obj(type) && type_flag(type) & NON_OWN_REF; in type_is_non_owning_ref()
6655 case PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF: in check_func_arg_reg_off()
9112 if (type_flag(reg->type) & NON_OWN_REF) { in ref_set_non_owning()
9117 reg->type |= NON_OWN_REF; in ref_set_non_owning()

Completed in 36 milliseconds