Searched refs:prev_storage (Results 1 – 1 of 1) sorted by relevance
259 struct bpf_local_storage *prev_storage, *storage; in bpf_local_storage_alloc() local292 prev_storage = cmpxchg(owner_storage_ptr, NULL, storage); in bpf_local_storage_alloc()293 if (unlikely(prev_storage)) { in bpf_local_storage_alloc()