Home
last modified time | relevance | path

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

/linux-6.14.4/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-6.14.4/tools/sched_ext/include/scx/
Dcommon.bpf.h294 void *bpf_refcount_acquire_impl(void *kptr, void *meta) __ksym;
295 #define bpf_refcount_acquire(kptr) bpf_refcount_acquire_impl(kptr, NULL)
/linux-6.14.4/kernel/bpf/
Dhelpers.c2185 __bpf_kfunc void *bpf_refcount_acquire_impl(void *p__refcounted_kptr, void *meta__ign) in bpf_refcount_acquire_impl() function
3095 BTF_ID_FLAGS(func, bpf_refcount_acquire_impl, KF_ACQUIRE | KF_RET_NULL | KF_RCU)
Dverifier.c11789 BTF_ID(func, bpf_refcount_acquire_impl) in BTF_ID()
11818 BTF_ID(func, bpf_refcount_acquire_impl) in BTF_ID()