Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dlocal_kptr_stash.c28 struct refcounted_node __kptr *stashed; member
244 if (!s->stashed) in refcount_acquire_without_unstash()
250 p = bpf_refcount_acquire(s->stashed); in refcount_acquire_without_unstash()
254 ret = s->stashed ? s->stashed->data : -1; in refcount_acquire_without_unstash()
276 p = bpf_kptr_xchg(&s->stashed, p); in stash_refcounted_node()

Completed in 3 milliseconds