Searched refs:stashed (Results 1 – 1 of 1) sorted by relevance
28 struct refcounted_node __kptr *stashed; member244 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