Home
last modified time | relevance | path

Searched refs:bpf_refcount_acquire_impl (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_experimental.h51 extern void *bpf_refcount_acquire_impl(void *kptr, void *meta) __ksym;
54 #define bpf_refcount_acquire(kptr) bpf_refcount_acquire_impl(kptr, NULL)
/Linux-v6.6/kernel/bpf/
Dhelpers.c1933 __bpf_kfunc void *bpf_refcount_acquire_impl(void *p__refcounted_kptr, void *meta__ign) in bpf_refcount_acquire_impl() function
2446 BTF_ID_FLAGS(func, bpf_refcount_acquire_impl, KF_ACQUIRE | KF_RET_NULL)
Dverifier.c10274 BTF_ID(func, bpf_refcount_acquire_impl) in BTF_ID()
10294 BTF_ID(func, bpf_refcount_acquire_impl) in BTF_ID()