Searched refs:KF_RELEASE (Results 1 - 10 of 10) sorted by relevance

/linux-master/net/xfrm/
H A Dxfrm_state_bpf.c122 BTF_ID_FLAGS(func, bpf_xdp_xfrm_state_release, KF_RELEASE)
/linux-master/net/netfilter/
H A Dnf_conntrack_bpf.c475 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE)
476 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
/linux-master/kernel/bpf/
H A Dcpumask.c429 BTF_ID_FLAGS(func, bpf_cpumask_release, KF_RELEASE)
H A Dhelpers.c2556 BTF_ID_FLAGS(func, bpf_obj_drop_impl, KF_RELEASE)
2557 BTF_ID_FLAGS(func, bpf_percpu_obj_drop_impl, KF_RELEASE)
2564 BTF_ID_FLAGS(func, bpf_task_release, KF_RELEASE)
2571 BTF_ID_FLAGS(func, bpf_cgroup_release, KF_RELEASE)
H A Dverifier.c10718 return meta->kfunc_flags & KF_RELEASE;
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c511 BTF_ID_FLAGS(func, bpf_kfunc_call_memb1_release, KF_RELEASE)
515 BTF_ID_FLAGS(func, bpf_kfunc_call_int_mem_release, KF_RELEASE)
/linux-master/include/linux/
H A Dbtf.h19 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c493 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE)
/linux-master/net/bpf/
H A Dtest_run.c634 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE)
635 BTF_ID_FLAGS(func, bpf_kfunc_call_memb_release, KF_RELEASE)
/linux-master/kernel/trace/
H A Dbpf_trace.c1418 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)

Completed in 189 milliseconds