Searched refs:prev_storage (Results 1 – 1 of 1) sorted by relevance
453 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc() local495 prev_storage = cmpxchg(owner_storage_ptr, NULL, storage); in bpf_local_storage_alloc()496 if (unlikely(prev_storage)) { in bpf_local_storage_alloc()
Completed in 5 milliseconds