Searched refs:KF_RELEASE (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_bpf.c | 476 BTF_ID_FLAGS(func, bpf_ct_insert_entry, KF_ACQUIRE | KF_RET_NULL | KF_RELEASE) 477 BTF_ID_FLAGS(func, bpf_ct_release, KF_RELEASE)
|
/linux-6.3-rc2/kernel/bpf/ |
A D | cpumask.c | 427 BTF_ID_FLAGS(func, bpf_cpumask_release, KF_RELEASE | KF_TRUSTED_ARGS)
|
A D | helpers.c | 2152 BTF_ID_FLAGS(func, bpf_obj_drop_impl, KF_RELEASE) 2160 BTF_ID_FLAGS(func, bpf_task_release, KF_RELEASE) 2168 BTF_ID_FLAGS(func, bpf_cgroup_release, KF_RELEASE)
|
A D | verifier.c | 8640 return meta->kfunc_flags & KF_RELEASE; in is_kfunc_release()
|
/linux-6.3-rc2/net/bpf/ |
A D | test_run.c | 777 BTF_ID_FLAGS(func, bpf_kfunc_call_test_release, KF_RELEASE) in BTF_ID_FLAGS() 778 BTF_ID_FLAGS(func, bpf_kfunc_call_memb_release, KF_RELEASE) in BTF_ID_FLAGS() 779 BTF_ID_FLAGS(func, bpf_kfunc_call_memb1_release, KF_RELEASE) in BTF_ID_FLAGS() 783 BTF_ID_FLAGS(func, bpf_kfunc_call_int_mem_release, KF_RELEASE) in BTF_ID_FLAGS()
|
/linux-6.3-rc2/drivers/hid/bpf/ |
A D | hid_bpf_dispatch.c | 449 BTF_ID_FLAGS(func, hid_bpf_release_context, KF_RELEASE)
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | kfuncs.rst | 122 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE) 161 2.4.3 KF_RELEASE flag 164 The KF_RELEASE flag is used to indicate that the kfunc releases the pointer 272 BTF_ID_FLAGS(func, bpf_put_pid, KF_RELEASE)
|
/linux-6.3-rc2/include/linux/ |
A D | btf.h | 19 #define KF_RELEASE (1 << 1) /* kfunc is a release function */ macro
|
/linux-6.3-rc2/kernel/trace/ |
A D | bpf_trace.c | 1366 BTF_ID_FLAGS(func, bpf_key_put, KF_RELEASE)
|
Completed in 47 milliseconds