Home
last modified time | relevance | path

Searched refs:KF_RELEASE (Results 1 – 16 of 16) sorted by relevance

/linux/net/xfrm/
H A Dxfrm_state_bpf.c122 BTF_ID_FLAGS(func, bpf_xdp_xfrm_state_release, KF_RELEASE)
/linux/net/sched/
H A Dbpf_qdisc.c281 BTF_ID_FLAGS(func, bpf_kfree_skb, KF_RELEASE)
282 BTF_ID_FLAGS(func, bpf_qdisc_skb_drop, KF_RELEASE)
/linux/net/netfilter/
H A Dnf_conntrack_bpf.c527 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE)
528 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
/linux/net/core/
H A Dbpf_ksock.c271 BTF_ID_FLAGS(func, bpf_ksock_release, KF_RELEASE) in BTF_ID_FLAGS() argument
/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c579 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE | KF_SLEEPABLE)
594 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE | KF_SLEEPABLE)
/linux/kernel/bpf/
H A Dcpumask.c479 BTF_ID_FLAGS(func, bpf_cpumask_release, KF_RELEASE)
H A Dcrypto.c356 BTF_ID_FLAGS(func, bpf_crypto_ctx_release, KF_RELEASE)
H A Dhelpers.c4813 BTF_ID_FLAGS(func, bpf_obj_drop, KF_RELEASE | KF_IMPLICIT_ARGS)
4814 BTF_ID_FLAGS(func, bpf_obj_drop_impl, KF_RELEASE)
4815 BTF_ID_FLAGS(func, bpf_percpu_obj_drop, KF_RELEASE | KF_IMPLICIT_ARGS)
4816 BTF_ID_FLAGS(func, bpf_percpu_obj_drop_impl, KF_RELEASE)
4835 BTF_ID_FLAGS(func, bpf_task_release, KF_RELEASE)
4846 BTF_ID_FLAGS(func, bpf_cgroup_release, KF_RELEASE)
4861 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)
4973 BTF_ID_FLAGS(func, bpf_dynptr_file_discard, KF_RELEASE)
H A Dverifier.c11256 return meta->kfunc_flags & KF_RELEASE; in is_kfunc_release()
/linux/fs/
H A Dbpf_fs_kfuncs.c421 BTF_ID_FLAGS(func, bpf_put_file, KF_RELEASE) in BTF_ID_FLAGS() argument
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c855 BTF_ID_FLAGS(func, bpf_kfunc_nested_release_test, KF_RELEASE)
863 BTF_ID_FLAGS(func, bpf_testmod_ctx_release, KF_RELEASE)
1503 BTF_ID_FLAGS(func, bpf_kfunc_call_memb1_release, KF_RELEASE) in BTF_ID_FLAGS()
1507 BTF_ID_FLAGS(func, bpf_kfunc_call_int_mem_release, KF_RELEASE) in BTF_ID_FLAGS()
/linux/Documentation/bpf/
H A Dkfuncs.rst337 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
383 2.5.3 KF_RELEASE flag
386 The KF_RELEASE flag is used to indicate that the kfunc releases the pointer
498 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
/linux/include/linux/
H A Dbtf.h19 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
/linux/kernel/sched/ext/
H A Didle.c1517 BTF_ID_FLAGS(func, scx_bpf_put_idle_cpumask, KF_RELEASE)
H A Dext.c10697 BTF_ID_FLAGS(func, scx_bpf_put_cpumask, KF_RELEASE)
10746 BTF_ID_FLAGS(func, scx_bpf_put_cpumask, KF_RELEASE)
10754 BTF_ID_FLAGS(func, scx_bpf_put_idle_cpumask, KF_RELEASE)
/linux/net/bpf/
H A Dtest_run.c659 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS() argument
660 BTF_ID_FLAGS(func, bpf_kfunc_call_memb_release, KF_RELEASE) in BTF_ID_FLAGS()