Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c4698 ret |= NON_OWN_REF; in btf_ld_kptr_type()
8008 PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF,
8009 PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF | MEM_RCU,
8173 case PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF: in check_reg_type()
8174 case PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF | MEM_RCU: in check_reg_type()
8270 case PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF: in check_func_arg_reg_off()
8271 case PTR_TO_BTF_ID | MEM_ALLOC | NON_OWN_REF | MEM_RCU: in check_func_arg_reg_off()
11592 if (type_flag(reg->type) & NON_OWN_REF) { in ref_set_non_owning()
11597 reg->type |= NON_OWN_REF; in ref_set_non_owning()
/linux/include/linux/
H A Dbpf.h792 NON_OWN_REF = BIT(14 + BPF_BASE_TYPE_BITS), enumerator