Searched refs:KF_RELEASE (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/net/xfrm/ |
D | xfrm_state_bpf.c | 122 BTF_ID_FLAGS(func, bpf_xdp_xfrm_state_release, KF_RELEASE)
|
/linux-6.12.1/fs/ |
D | bpf_fs_kfuncs.c | 160 BTF_ID_FLAGS(func, bpf_put_file, KF_RELEASE) in BTF_ID_FLAGS() argument
|
/linux-6.12.1/net/netfilter/ |
D | nf_conntrack_bpf.c | 517 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE) 518 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
|
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/ |
D | bpf_testmod.c | 580 BTF_ID_FLAGS(func, bpf_kfunc_nested_release_test, KF_RELEASE) 586 BTF_ID_FLAGS(func, bpf_testmod_ctx_release, KF_RELEASE) 1028 BTF_ID_FLAGS(func, bpf_kfunc_call_memb1_release, KF_RELEASE) in BTF_ID_FLAGS() 1032 BTF_ID_FLAGS(func, bpf_kfunc_call_int_mem_release, KF_RELEASE) in BTF_ID_FLAGS()
|
/linux-6.12.1/drivers/hid/bpf/ |
D | hid_bpf_dispatch.c | 572 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE | KF_SLEEPABLE) 587 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE)
|
/linux-6.12.1/kernel/bpf/ |
D | cpumask.c | 429 BTF_ID_FLAGS(func, bpf_cpumask_release, KF_RELEASE)
|
D | crypto.c | 350 BTF_ID_FLAGS(func, bpf_crypto_ctx_release, KF_RELEASE)
|
D | helpers.c | 3049 BTF_ID_FLAGS(func, bpf_obj_drop_impl, KF_RELEASE) 3050 BTF_ID_FLAGS(func, bpf_percpu_obj_drop_impl, KF_RELEASE) 3057 BTF_ID_FLAGS(func, bpf_task_release, KF_RELEASE) 3064 BTF_ID_FLAGS(func, bpf_cgroup_release, KF_RELEASE)
|
D | verifier.c | 10973 return meta->kfunc_flags & KF_RELEASE; in is_kfunc_release()
|
/linux-6.12.1/Documentation/bpf/ |
D | kfuncs.rst | 182 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE) 221 2.4.3 KF_RELEASE flag 224 The KF_RELEASE flag is used to indicate that the kfunc releases the pointer 227 invoking kfunc with this flag. KF_RELEASE kfuncs automatically receive the 352 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
|
/linux-6.12.1/include/linux/ |
D | btf.h | 19 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
|
/linux-6.12.1/net/bpf/ |
D | test_run.c | 653 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS() argument 654 BTF_ID_FLAGS(func, bpf_kfunc_call_memb_release, KF_RELEASE) in BTF_ID_FLAGS()
|
/linux-6.12.1/kernel/sched/ |
D | ext.c | 7189 BTF_ID_FLAGS(func, scx_bpf_put_cpumask, KF_RELEASE) 7192 BTF_ID_FLAGS(func, scx_bpf_put_idle_cpumask, KF_RELEASE)
|
/linux-6.12.1/kernel/trace/ |
D | bpf_trace.c | 1400 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)
|